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

body {
	font: 11px Verdana,  Arial, Helvetica, sans-serif;
	background: #3f4a55;
	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/test.gif);
}

/* 	background-image:url(images/newbg.gif);  pattern_156.gif  bg3.gif */

/*
	margin-left: auto;
	margin-right: auto;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
*/



.blur {
	width:820px;
	background-color: #666; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}



.shadow,
.overall {
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow {
	width:820px;
	background-color: #ccc; /*shadow color*/
	color: inherit;
}


#fix {
	margin-left:30px;
	margin-top:7px;
}


.overall {
	width:800px;
	padding: 10px;
	background-color:#fff;
	border: 1px solid #999999; /*border color*/
	background-image:url(images/bue.jpg);
	background-repeat:repeat-x;
}





#nav {
	padding-top:14px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:12px;
	color:#093b6a;
	text-decoration:none;
}


#nav a {
	text-decoration:none;
}
	
	
#nav a:hover {
	color:#093b6a;
	background-color:#f5f7f9;
	text-decoration: underline;
}
	


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

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




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


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;
}


p.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}





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



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


#disclaimer {
	clear:both;
	font-size:10px;
	text-align:center;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#cccccc;
	padding-top:10px;
	padding-bottom:0px;
	color:#666666;
}

#header {
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	background-image:url(images/pattern2.gif);
	background-repeat:repeat-x;
	height:110px;
	padding-bottom:3px;
	padding-top:5px;
	background-color:#FFFFFF;
}






#maincontent {
	width:608px;
	float:right;
	padding-left:12px;
	margin-left:0px;
	border-left-style:solid;
	border-left-color:#cccccc;
	border-left-width:1px;

}

#left {
	float:left;
	width:163px;
	padding-right:0px;
	margin-right:0px;
	padding-left:10px;
	min-height:450px;
}
