body {
	background-color:#FFFFFF;
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	margin: 0; 
	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;
}

a {	color: #003399; }
a:visited {	color: #000099; }
a:hover { color: #999999; }

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:12px;
	line-height: 17px;
}

#main {
	margin-left: 0px; 
}

.leftcolumn {
	margin-left: 76px; 
}

/*---------------------------------------------------------------------
 * Top Menu
 */
#topMenu {
	background-color:#E4E4E4;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 4px 4px 18px;
	margin-bottom: 12px;
}

#topMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topMenu ul li {
	display:inline;
	margin: 0;
	padding: 4px;
}

#topMenu a, #topMenu a:visited, #topMenu a:active {
	color:#000099;
	text-decoration:none;
}
#topMenu a:hover {
	background-color:#FFFFFF;
}
#topMenu a.current, #topMenu a.current:visited, #topMenu a.current:active {
	color:#000000;
	text-decoration:none;
}

#topMenu .divider {
	color:#FFFFFF;
}

/*---------------------------------------------------------------------
 * Breadcrumb
 */
#breadcrumb {
	height:18px;
	padding-left: 6px;
	background-color: #ffffff;
	font-style:italic;
	
}

#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:active {
	color:#000099;
	text-decoration:underline;
}
#breadcrumb a:hover {
	color:#666666;
}

/*---------------------------------------------------------------------
 * Main Content
 */
#mainContent {
/*	width: 566px;
	float: left; */
	padding-left: 6px;
}

#pageTitle {
	margin-left: 0px; 
}

/*---------------------------------------------------------------------
 * Side Menu
 */
#sideMenu {
	width: 134px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: right;
	background-image: url(images/backgd-nav.gif);
}

#sideMenu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

/*---------------------------------------------------------------------
 * Header
 */
#header {
	margin-top:4px; 
}

#header #logo {
	float:left;
	width: 380px;
}

#header #pageheading {
	float:right;
	width: 380px;
}

/*---------------------------------------------------------------------
 * Footer
 */
#footer {
	margin-top: 20px;
	color:#666666;
	text-align:center;
}

#footer_menu {
	background-color:#E4E4E4;
	text-align:center;
	padding: 4px;
}

#footer a:visited {
	color: #003399;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.smalltext {
	font-size: 10px;
}

.subheads {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 24px; color: #000000; }
.subheads2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; color: #000000; font-weight: bold; }
.subheads2 a:visited {  color: #000000; }
.blurb {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none; font-style: normal; font-weight: normal}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
td.blockheading {
	background-color: #101C9C;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.required { color:red; }
.error { color: red; }
table.contactform {
	background-color:#3165CE;
}
table.contactform td.formlabel {
	text-align:right;
	background-color:#94C3EF;
}
table.contactform td.formlabel2 {
	text-align:left;
	background-color:#94C3EF;
}
ul.spacer li {
	padding-bottom: 4px;
}
ul.pdflist {
	list-style-image:url(/images2/pdficon_small.gif);
}
ul.pdflist li {
	padding-bottom: 4px;
}

