html
	{
     height: 100%; margin-bottom: 1px;
	}
body {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background: #515151;
	height: 101%;
	text-align: center;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
color:#333399;
text-decoration: underline;
}
a:active, a:hover {
color:#ff9933;
text-decoration: underline;
}
table, tr, td, p {
font-size: 11px;
}
p {
	margin-top: 10px;
}
h1 {
font-weight:bold;
}
h2 {
font-weight: bold;
color: #777;
}
.black {
background-color: #000000;
}

#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	border: 3px solid #000000;
	border-top: 0px;
	background-color: #fff;
	position:relative;
	text-align:left;
}
	#headerbg {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	}
	#logo {
	width: 292px;
	height: 166px;
	margin-top: 5px;
	margin-left: 45px;
	position:absolute;
	}

	#footerbar {
	clear:both;
	position:relative;
	z-index:99;
	background-image: url(/images/bluestripebg.jpg);
  	background-repeat: repeat-x;
	height: 25px;
	color: #fff;
	font-size: 10px;
	text-align: left;
	line-height: 24px;
	padding-left: 14px;
	}
	#footer {
	color: #8899aa;
	font-size: 10px;
	line-height: 24px;
	}
		#footer a, #footer a:link, #footer a:visited {
		color:#8899aa;
		text-decoration: underline;
		}
		#footer a:active, #footer a:hover {
		color:#3366ff;
		text-decoration: underline;
		}

ul.bullets, ul.bullets li {
margin-left: 10px;
list-style-type: disc;
list-style-position: outside;
}
ol.bullets, ol.bullets li {
margin-left: 10px;
list-style-type: decimal;
list-style-position: outside;
}
ul.circle, ul.circle li {
margin-left: 10px;
list-style-type: circle;
list-style-position: outside;
}
ol.circle, ol.circle li {
margin-left: 10px;
list-style-type: decimal;
list-style-position: outside;
}

.pagetitle {
font-size: 14px;
font-weight: bold;
}
.termstext{
font-size:10px;
}
.termstitles {
font-weight: bold;
text-decoration:underline;
}
#contact {
	width: 500px;
	background: #EBEBF1;
	border: 1px solid #899CBD;
	margin-left: 70px;
}

#contact div.right {
	float: right;
	width: 270px;
	padding: 0;
	}

#contact p {
	font-size: 11px;
	padding: 5px 3px 5px 10px;
}

#contact p.checked {
	font-size: 11px;
	padding: 5px 3px 5px 70px;
}

#contact span {
	font-size: 10px;
	font-style:italic;
}

#contact div, #contact div.right div {
	font-size: 11px;
	padding: 5px 25px 5px 0;
	text-align: right;
	font-family: arial;
}
.redtext {color: #ff0000;}
a:link.breadcrumb, a:visited.breadcrumb {
color:#3366cc;
text-decoration: none;
}
a:active.breadcrumb, a:hover.breadcrumb {
color:#ff9933;
text-decoration: underline;
}
.errorbg {
background-color: #ff9999;
}
.whitebg {
background-color: #ffffff;
}
.pageimages {
float:right;
margin:0 0 20px 20px;
border: 1px solid #000;
}