BODY
{
margin:0;
padding:0;
padding-bottom:20px;
font-family:verdana;
background-image:url(images/background.gif);
background-repeat:repeat;
}

H1{
color:#3f5fa8;
font-size:16pt;
margin:0px;
padding:0px;
font-weight:bold;}


H1.itemContainerLeft
{
	width:400px;
	height:16px;
	text-indent:10px;
	float:left;
	padding-top:1px;
}
H2{
	font-weight: bold;
	color: #3f5fa8;
	font-size:14px;
}
H3{
font-weight: bold;
color: #ffffff;
font-size:13px;
}
H4{}
H5{}

P
{
font-size:small;
color:#000000;
}
li {
	font-size: small;
	list-style-type:none;
	color:#000000;
	line-height: normal;
	font-weight: normal;
	white-space: normal;
	margin-bottom: 7px;
}
table {
	font-size: small;
	color:#ffffff;
	border: 1px solid #3f5fa8;
}
A{color:#3f5fa8;text-decoration:underline;}
A:LINK{color:#3f5fa8;text-decoration:underline;}
A:VISITED{color:#000000;text-decoration:underline;}
A:HOVER{color:red;text-decoration:underline;}
A:ACTIVE{color:#3f5fa8;}

a.nav, a.nav:link, a.nav:visited, .chosen {display:block; width:70px; height:20px; background:#6ca2da; border:1px solid #3868a5; margin-left:5px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:11px; color:black; line-height:20px; overflow:hidden; float:left;}
a.nav:hover {color:#ffffff; background:#3f5fa8;}
a.nav:active, .chosen {color:#ffffff; background:#3f5fa8;} 

/********************** IDs ***************************************/

#main{
margin-top:50px;
margin-bottom:0px;
margin-left:70px;
margin-right:70px;
width:820px;
min-height:100px; 
height:auto;
background-color:#FFFFFF;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
background-image:url(images/text_back.jpg);
background-repeat:repeat;
}
/* for Internet Explorer */
/*\*/
* html .main {
height: 100px;
}
#maintitle{
float:left;
margin-left:0px;
margin-bottom:0px;
width:400px;
}
#mainmenu{
float:right;
text-align:right;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
width:250px;
}
#maincontent{
	float:left;
	margin-top:3px;
	width:820px;
	overflow: visible;

}
#footer {
	height:20px;
	color:#00000;
	background-image:url(images/text_back.jpg);
	background-repeat:repeat;
	font-weight:bold;
	width:700px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-size:x-small;
}
#footer-wrap {
padding-bottom:20px;
}
#footer-wrap:after {
content:"";
display:block;
clear:both;
}
* html #footer-wrap {
height:1px;
}

#line {
width:100%;
height:1px;
border-bottom: solid 3px #3f5fa8;
}

.links {  color: #ff6600; text-decoration: underline}

img.floatLeft { 
    float: left; 
    margin: 5px;
	padding-right:10px;
}
img.floatRight { 
    float: right; 
    margin: 5px;
	padding-left:10px;
}