@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #29378B;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

* {margin:0;padding:0;}

.oneColFixCtrHdr #container {
	width: 831px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/main-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #header {
	background-image: url(images/top-header.gif);
	height: 149px;
	background-repeat: no-repeat;
	background-position: center;
}

.oneColFixCtrHdr #navigation {
	background-image: url(images/navigation-bg.gif);
	height: 53px;
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}


.oneColFixCtrHdr #mainContent {
	background-image: url(images/main-bg.gif);
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	background-position: center;
	background-repeat: repeat-y;
	float:none;
}

	#mainContent h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #ED1B24;
	}
	
	#mainContent h2 {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 14pt;
		font-weight : normal;
		color : #0033CC;
		margin-bottom : 0;
	}
	
	#mainContent h3 {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 10pt;
		font-weight : bold;
		color : #009999;
	}
	
	#mainContent h4 {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12pt;
		font-weight : bold;
		color : #009999;
		margin-bottom : 0;
	}
	
	#mainContent p {
	font-size : 13px;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
	}

	#mainContent li {
		font-size : 13px;
		color : #000000;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		line-height: 20px;
		margin-bottom: 5px;
		margin-left: 50px;
	}

	#mainContent ul {
		margin-bottom: 20px;
	}
	
	#mainContent .box {
		width: 500px;
		border: 1px solid #ED1B24;
		text-align: left;
		padding-top: 5px;
		padding-left: 5px;
		margin:0 auto;
	}

	#mainContent .boxnoline {
		width: 500px;
		text-align: left;
		padding-top: 5px;
		padding-left: 5px;
		margin:0 auto;
	}

	#mainContent .last {
		margin:0;
	}
		
	#mainContent a {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #000000;
		text-decoration: underline;
	}
	
	#mainContent a:visited {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #000000;
	}
	
	#mainContent a:active {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #000000;	
	}
	
	#mainContent a:hover {
	text-decoration : none;
	color : #000000;
	font-weight : bold;
	}
	
.oneColFixCtrHdr #footer {
	background-image: url(images/bottom.gif);
	height: 41px;
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

