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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	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;
}
img {
 border: 0px none;
}

.oneColFixCtrHdr #container {
	width: 748px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Header Common */

.oneColFixCtrHdr #header {
	background: #C03A8F; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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 */
	color:#ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	text-align:center;
	letter-spacing:3px;
}
.oneColFixCtrHdr #headerlogo {
	float: right;
	padding: 15px 25px;
}
.oneColFixCtrHdr #headerlinks {
	float: left;
	padding: 25px 0px 15px 80px;
}

/* Header Splash */

.oneColFixCtrHdr #headersplashbanner {
	clear: both;
	background-image:url(/images/template/base_master.jpg);
	height:221px;
	position:relative;
	padding-left:84px;
	color:#3D4F84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 35px;
	padding-top: 21px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #headersplashbanner a {
	color:#3D4F84;
	text-decoration:none;
}
.oneColFixCtrHdr #headersplashbanner a:hover {
	color:#3D4F84;
	font-weight:bold;
	text-decoration:none;	
}

/* Header Content */

.oneColFixCtrHdr #headercontentbanner {
clear: both;
	height:74px;
	position:relative;
	font: 20px/36px Arial, Helvetica, sans-serif;
	color:#3D4F84;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

/* Main content */
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 84px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size:16px;
	font-weight:bold;
	color: #C03A8F;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size:14px;
	font-weight:bold;
	color: #C03A8F;
}
.oneColFixCtrHdr #mainContent h4 {
	font-size:12px;
	font-weight:bold;
	color: #666666;
}
.oneColFixCtrHdr #mainContent p, .oneColFixCtrHdr #mainContent td{
	color: #666666;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.oneColFixCtrHdr #mainContent ul{
margin-top:-10px;

}
.oneColFixCtrHdr #mainContent ul ul{
margin-top:0px;
}
.oneColFixCtrHdr #mainContent ol li{ /* Mainly for use on privacy page */
margin-top:20px;
}
.oneColFixCtrHdr #mainContent li{
	color: #666666;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-left: -25px;
}
.oneColFixCtrHdr #mainContent p.splashintro {
	color: #666666;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
}
.oneColFixCtrHdr #mainContent a {
	color: #C03A8F;
	text-decoration: none;
}

/* Footer */
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}

.oneColFixCtrHdr #footer p {
font-size:9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 11px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666666;
	text-align:center;
}

/* Menu */

#dropmenudiv{
	position:absolute;
	visibility: hidden;
	line-height: 24px;
	z-index: 100;
	background-color: #D2EAF0;
	width: 205px;
	border-bottom: 2px solid #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	margin-top:4px;
}

#dropmenudiv a{

	text-align:left;
	text-indent:4px;
	display: block;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #666666;
}

td.topmenubar{
	color: white;
	width:17%;
	height: 25px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
} 
#menubar {
width:748px;
color:#C04791;
height:25px;
}
td.topmenubarlast{
	color: white;
		width:15%;
	height: 25px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
a.topmenutext {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	text-align: center;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #666666;
	color: white;
}


/* Toggle */

blockquote.toggle {
	display: none;
	margin-top:10px;
	margin-left: -15px;
	margin-right: 0px;
	padding: 8px;
	border: 0px solid #eee;
	color: #333;
	background: #fff;
	text-align: center;
	font-size: 9px;
}
a.toggle {
	color: #333;
	background: #fff;
	font-size: 9px;
}
.oneColFixCtrHdr #termsdownload p {
font-size:11px;
line-height:14px;}
.oneColFixCtrHdr #termsdownload li {
font-size:11px;
line-height:14px;}


.style1 {color: #FF0000}
