form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    	margin: 0px;
    	padding: 0px;
    	font-family: Verdana, sans-serif;
    	font-size: 11px;
    	color: #64686C;
	background: #FFFFFF; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 1053px;
}

a           
{   
    	color: #005695;
    	font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1
{
	font-size: 35px;	
	font-weight: normal;
	margin: 75px 85px 10px 30px;
	text-align: left;
	color: #005695;
}
h2,h3,h4,h5,h6
{
	font-size: 14px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	color: #005695;
}

.blue { background: #005595; }
.lhtGray { background: #CECCCD; }
.gray { background: #828385; }

#mainText
{
	font-weight: normal;
	margin: 10px 85px 10px 30px;
	text-align: left;
}

#copyright
{
	font-weight: normal;
	color: #64686C;
	font-size: 11px;
	margin: 20px 0px 10px;
	text-align: left;
}

#homeFlash {
	text-align: center;
}


/* ---- Main Nav ---- */
#mainnavspc {
	background-color: white;
	height: 28px;
	margin: 4px 4px 0px 4px;
	width: 1053px;
	text-align: center;
}

#mainnav {
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #005595; /* blue */
	padding: 8px 0px 8px 16px;
	margin: 0px;
	display: block;
}

#mainnav span.slash {
	padding-left: 6px;
	padding-right: 5px;
	color: #828385; /* dark gray */
	font-weight: bold;
}

#mainnav a, #mainnav a:visited {
	color: #005595; /* blue */
	text-decoration: none;
	padding: 8px 6px 7px 6px;
}

#mainnav a:hover {
	background-color: #005595;
	color: white;
	text-decoration: none;
}

#mainnav #selected {
	background-color: #005595;
	color: white;
	text-decoration: none;
}

