@charset "UTF-8";
body {
	font: 100%;
	background-color: #FFF;
	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: #000;
	vertical-align: top;
}

ul {
	font-size: 13px;
}

blockquote p {
	font-size: 12px;
}

ul, ol {
	padding: 0;
	margin: 0 0 5px 15px;
}

.module {
	border-bottom: 1px solid #808080;
	margin: 5px;
}

a.whitelink:link {
    color: #fff;
}
a.whitelink:visited {
    color: #fff;
}			

a:visited {
	color: #0066CC;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: bold;
  color: #000;
}

h1  { font-size: 14px;
	line-height: 18px;}
h2 {
	font-size: 13px;
}	
h3 {
  line-height: 27px;
  font-size: 18px;
}
h4, h5, h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

#mainContent {
	margin-top: 10px;	
}

#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
}
#nav {
	padding-left: 7px;
	padding-top: 7px;
	border: 1px solid #0066FF;	
	background-color: #CCC;
	font-size: 11px;
}

#nav ul { list-style:none; 
		font-size: 11px; 
		margin-left: 0px;
		}

#nav ul li {
	padding: 2px;
}		

#mainContent {
	background: #FFF;
}
#footer {
	/*margin-top: 10px; */ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#0066cc;
	color: #fff;*/
}
#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 */
}

.style4 {font-size: 10px}

.pageHeader {	
	color: #da2127;
	padding: 5px 0;	
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.6em;
}

.sectionHeader {
	color: #fff;	
	background-color: #da2127;
	padding: 5px 0;	
	margin-bottom: 10px;
	text-align: center;
}

.section2Header {
	color: #fff;	
	background-color: #3399ff;
	padding: 5px;		
}

.menuHeader {
	color: #fff;	
	background-color: #003399;
	padding: 5px 0;
	text-align: center;
}

#flashContainer {	
	height: 400px;
}

a:link, .style13 {color: #0066cc;}

.tblHeader {
	color: #fff;
	background-color: #666666;
	text-align: center;	
	font-size: 1em;
	font-weight: bold;
}

.table th.center, .table td.center, td.center {
	text-align: center;
}

.tpp {
    margin-bottom: 20px;
}