@charset "UTF-8";
/* CSS Document */

body {
	font: 11px Verdana,  Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 890px;
	padding-top:12px;
	background-image:url(../images/bk.gif);
	background-repeat:repeat-x;
	background-color:#f7f7f7;
}


.overall {
	width:766px;
	padding: 10px;
	background-color:#fff;
	border: 1px solid #999999; /*border color*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom:13px;
}



#maincontent {
	width:583px;
	float:right;
	padding-top:0px;
	margin-top:0px;
}


#left {
	float:left;
	width:163px;
	margin-right:20px;
	padding-top:16px;
	margin-top:0px;
}


#disclaimer {
	clear:both;
	font-size:9px;
	margin-left:183px;
}


p {
	font: 11px Verdana,  Arial, Helvetica, sans-serif;
	line-height: 150%;
}

ul {
	font: 11px Verdana,  Arial, Helvetica, sans-serif;
	line-height: 150%;
}

 
h1  { 
	font-size:18px;
	color:#003479;
}


h2  { 
	font-size:14px;
	color:#003479;
}


h3  { 
	font-size:12px;
	color:#003479;
}


hr {
	color:#003479;
	background-color:#003479;
	width:100%;
	clear:both;
}



a:link  { 
	color: #003479;
}

a:visited { 
	color: #003479;
	}

a:active { 
	color: #003479;
}

a:hover { 
	color: #990000;
}


h4 {
	font-size:20px;
	color:#006600;
	}



.attention {
	color:#003479;
	font-style:oblique;
	font-weight:bold;
	font-size:12px;
	}
