@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #294484;
	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: 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;

}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	float: left;
	border-right: 3px solid #294484;
	text-align: left;
	background: url(mainbg.jpg);
	background-repeat:repeat-y;
	/* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	
}

.oneColFixCtrHdr #mainContent {
	padding: 0;
	font-size: 12px;
	color: #000;
}
.oneColFixCtrHdr #footer {
	padding: 0 160px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#294484;
	background-image: url(footerbg.gif);
	background-repeat:no-repeat;
	height: 100px;
	font-size: 9%;
}
.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 150px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

#nav a {
	display: block;
	color: #2A4685;
	text-decoration: none;
	

	
}

#nav li {
	float: left;
	padding-right: 7px;
	padding-left: 7px;	
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F4DC7B;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 3px;
	padding-left: 5px;
}




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

#nav li ul ul {
	margin: -2em 0 0 10em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

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

.navtable {
background-image: url(nav.jpg);
background-repeat: no-repeat;
background-position: center;

}


.dirbox {
background-image: url(boxsmall.gif);
background-repeat: no-repeat;
background-position: top;

}

.dirboxTwo {
background-image: url(box2.gif);
background-repeat: no-repeat;
background-position: center;

}
.dirboxthree {
	background-image: url(box.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;

}
.contentmain {

padding-left: 200px;

}

.terms {
	font-size: 8px;
	text-align: justify;
	
}