@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.oneColFixCtrHdr #logo {
	left: 0px;	



}
.oneColFixCtrHdr #mainContent {
	font-family: Trebuchet MS, Helvetica, Arial, Sans Serif;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	height: 350px;
	width: 780px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-image: url(images/content_bkg.png);
	background-repeat: no-repeat;
	background-position: 28px 18px;
}

/* @group header */

.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 25px;
	height: 65px;
	width: 780px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #header ul {
	text-decoration: none;
	list-style-type: none;
	
}

.oneColFixCtrHdr #header li {
	display: block;
	float: right;
	margin-top: 35px;
	margin-right: 20px;
	font:normal 10px Arial, Helvetica, sans-serif;
	position: relative;
	right: 74px;
	
	
	
}

.oneColFixCtrHdr #header li.last {

	border-right: none;

}


.oneColFixCtrHdr #header li a {

	text-decoration: none;
	list-style-type: none;
	color: #999999;
	text-decoration: none;
	list-style-type: none;



}


	.oneColFixCtrHdr #header li a:hover, #header li a:active {
	color:#003399;
	list-style-type:none;
}



	.oneColFixCtrHdr #header li a:link#current, #header li a:visited#current{
	color:#003399;

}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/* @end */

/* @group footer */

.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


.oneColFixCtrHdr #footer ul {
	text-decoration: none;
	list-style-type: none;
	position: relative;
	left: auto;
	right: auto;
	color: #999999;

}


.oneColFixCtrHdr #footer li {
	display: block;
	float: right;
	font:normal 9px Arial, Helvetica, sans-serif;
	list-style-type: none;
	position: relative;
	right: 230px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;

}


.oneColFixCtrHdr #footer li.last {

	border-right: none;

}

.oneColFixCtrHdr #footer li a {
	text-decoration: none;
	color: #999999
	
}


	.oneColFixCtrHdr #footer li a:hover, #header li a:active {
	color:#003399;
	list-style-type:none;
}



	.oneColFixCtrHdr #footer li a:link#current, #header li a:visited#current{
	color:#003399;

}



.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 */
}



/* @end */

/* @group contact content */

.oneColFixCtrHdr #ContactContentLeft h2{
	padding-top: 15px;
	padding-bottom: 4px;
	margin: 0;
	font-size: 15px;
}


.oneColFixCtrHdr #ContactContentRight h2{
	padding-top: 15px;
	padding-bottom: 4px;
	margin: 0;
	font-size: 15px;
}

.oneColFixCtrHdr #ContactContentRight {
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 10px;
	float: right;
	width: 300px;
	line-height: 15px;
}



.oneColFixCtrHdr #ContactContentLeft {
	padding-right: 20px;
	padding-top: 10px;
	float: left;
	width: 300px;
	padding-left: 100px;
	line-height: 15px;
}



/* @end */

/* @group main content */

.oneColFixCtrHdr #mainContentRight {
	padding-left: 10px;
	padding-right: 125px;
	padding-top: 10px;
	float: right;
	width: 300px;
	display: inline;
}

.oneColFixCtrHdr #mainContentRight h2 {
	font-size: 15px;
	text-align: left;
	float: none;
}
.oneColFixCtrHdr #mainContentLeft {
    padding-right: 20px;
	padding-top: 10px;
	float: left;
	width: 300px;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContentLeft h2 {
	font-size: 15px;
	text-align: left;
	float: none;
   
}



/* @end */
