html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset script */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
  height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	text-align: center;
	background: url(images/SiteBodyBG.png) 0 0px repeat-x #CCC;
	}

#PageHeader {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
}

#Header {
	width: 950px;
	position: relative;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	height: 160px;
	background: url(images/HeaderBG.png) 0 0 repeat-x #FFF;
}

#Logo {
	position: absolute;
	top: 5px;
	left: 10px;
	margin: 0;
	height: 115px;
	width: 326px;
	text-indent: -999em;
	background: url(images/Logo.png) 0 0 no-repeat;
}
#ContactInfo {
	position: absolute;
	top: 30px;
	right: 10px;
}
#ContactInfo p {
	font-weight: bold;
	font-size: 14px;
	color: #004080;
}

#ContactInfo a {
	font-weight: bold;
	font-size: 14px;
	color: #004080;
	text-decoration: none;
}
#ContactInfo a:hover {
	text-decoration: underline;
	color: #00F;
}

#ContentContainer {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: #FFF;
}

#PageContent {
	margin: 0;
	padding: 10px;
	background: #FFF;
	min-height: 500px;
}

#PageContent #Left20 {
  width: 20%;
  float: left;
}
#PageContent #RightContent {
  width: 78%;
  float: right;
}

#PageContent #RightContent ul li {
  font-size: 12px;
  margin: 0 0 10px 25px;
  padding: 0;
  line-height: 18px;
  list-style-position: outside;
  list-style: disc;
}

.imgcenterbd {
	border: 3px solid #004080;
	margin: 0 0 5px 0;
}

.toppad {
	padding-top: 15px;
}

.WebForm {
	border: 2px solid #ccc;
	padding: 5px;
	width: 100%;
}
.WebForm h1 {
	font-size: 18px;
}
.WebForm th {
	text-align: right;
	padding: 5px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}
.WebForm td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

h1 {
  font-size: 24px;
  color: #0b62ac;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #0b62ac;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

p {
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 18px;
}

#Footer {
	width: 950px;
	height: 42px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
  position: relative;
	margin: 0px auto;
	background: #004080;
}
#Footer p {
	Position: absolute;
	top: 15px;
	right: 10px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #FFF;
}

#blogtext
{
	width:170px;
	margin-top:0px;
	margin-left:-5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	
}

#blogtext b
{
	display:none;
}

#blogtext li
{
	margin-left:-10px;
    margin-top:-20px;
	
}

#blogtext a:link
{
	color:#06C;
	text-decoration:none;
}

#blogtext a:visited
{
	color:#06C;
	text-decoration:none;
}

#blogtext a:hover
{
	color:#666;
	text-decoration:none;
}

#blogtitle 
{
	color:#06C;
	text-decoration:none;
	font-size:14px;

}

