/* IE6 PNG FIX 
img, div, a, input, li, ul { 
	behavior: url('/includes/css/iepngfix.htc') 
}
*/

body {
	
	background-color: #defbf9;
	background-image: url("/images/background.png");
	background-repeat: repeat-y;	
	text-align: center;
	margin: 0;
	padding: 0;
	
	color: #003d71;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

 	a,
	a:active,
	a:visited {
		margin: 0;
		padding: 0;	
		color: #008c00;
		text-decoration: none;
		border-bottom: 1px solid #008c00;
		
	}
	
	a:hover {
		border-bottom: none;
		text-decoration: none;
	}
	
 	img {
 		padding: 0;
 		margin: 0;
 		border: 0;
 	}
 	
 	a img {
 		padding: 0;
 		margin: 0;
 		border: none;
 	} 	
 	

#content {

	width: 938px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	

	background-image: url("/images/content_bg.png");
	background-repeat: repeat-y;	
	text-align: left;

	padding: 33px;
	padding-top: 20px;
}

#text-content a {

	font-weight: bold;

}

#header {
	
	width: 875px;
	height: 85px;
	margin-bottom: 20px;
	text-align: right;
	line-height: 18px;
	font-weight: 600;

	padding-left: 25px;
	
}

#header img {
	float: left;
}


#header p {
	
	margin-left: 315px;
	margin-top: 2px;

}

#navigation {
	
	background-image: url("/images/nav_bg.gif");
	background-repeat: repeat-x;	
	text-align: center;
	width: 938px;
	height: 36px;
}

#navigation ul{
	list-style-type: none;
	padding-left: 0px;
	margin: 0;
	width: 938px;
}
#navigation ul li{
	float: left;
	display: block;
	line-height: 40px;
	font-size: 12px;
	border-right: solid 4px #ffffff;
	
	
}

#navigation li ul {
	position: absolute;
	left: -999em;
}

#navigation li ul li {
	background-image: url("/images/nav_bg.gif");
	border-right: none;
	border-bottom: solid 1px #ffffff;
}

#navigation li:hover ul {
	left: auto;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

#navigation li ul li a,
#navigation li ul li a:active,
#navigation li ul li a:visited,
#navigation li ul li a:hover {

	text-align: left;

}


#navigation a,
#navigation a:active,
#navigation a:visited {
	display: block;
	text-align: center;
	height: 36px;
	color: #003d71;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}
#navigation a:hover {
	color: #FFFFFF;
	background-image: url("/images/nav_bg_over.gif");
	background-repeat: repeat-x;
}

#top_image {
	/* background-image: url("/images/top_image.jpg"); */
	background-repeat: no-repeat;
	height: 216px;
	min-height: 216px;
	width: 938px;
	margin-top: -11px;
}

#top_image p {
	padding-top: 160px;
	padding-left: 35px;
	width: 250px;
	height: 55px;
}
.clear {
	clear: both;
}

#text-content {
	width: 850px;
	text-align: left;
	padding-left: 45px;
}

#content-left {
	width: 400px;
	float: left;
}

#content-right {
	width: 400px;
	float: left;
	margin-left: 50px;
}

#footer {
	clear: both;
	width: 835px;
	padding: 50px;
	text-align: center;
	padding-bottom: 0px;
}

#footer a,
#footer a:active,
footer a:visited,
.noBorderImage {
	color: #003d71;
	text-decoration: none;
	font-size: 12px;
	border: none;
	margin-left: 3px;
	margin-right: 3px;
}
#footer a:hover {
	border-bottom: solid 1px #003d71;
}

.dkblue {
	color: #003d71;
}

.ltblue {
	color: #86c7ff;
}
.ltblue a {
	color: #86c7ff;
	border-bottom: 1px solid #86c7ff;
}


.green {
	color: #008c00;
	font-weight: bold;

}

.red {
	color: #710000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pageImg {
	float: left;
	margin-right: 10px;
}

.cornerTxt {
	padding: 0;
	margin: 0;
	margin-left: 45px;
}

.cornetTtx h3 {
	margin-left: 0 !important;

}
.dkBlueCorner {
	background-image: url("/images/bluepage.png");
	background-repeat: no-repeat;
	margin-top: 0;
}
.ltBlueCorner {
	background-image: url("/images/lightbluepage.png");
	background-repeat: no-repeat;
}
.greyCorner {
	background-image: url("/images/greypage.png");
	background-repeat: no-repeat;
}

/* Sitemap stuff */

	.sitemap ul, 
	.sitemap ul li,
	.sitemap li {
			
		margin-bottom: 7px;
		margin-top: 7px;
	
	}
	
#sitemap a,
#sitemap a:active,
#sitemap a:visited {
	color: #003d71;
	text-decoration: none;
	border: none;
}

#sitemap a:hover {

	border-bottom: 1px solid #008c00;
}

/* indents! */
#text-content p,
#text-content h3 {
	
	padding-left: 1.5em;

}

#text-content h2 {
	padding-left: .5em;
}

#text-content p {
	
	text-align: justify;
}

.noBorder {
	
	border: none !important;

}

.noMarginPadding, 
#form p, 
#form h3,
#form h2 {
	
	margin: 0;
	padding: 0;

}
.noDisplay {
	display:none;
}

.pad-it {
	
	padding: 10px;

}
