
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body {
	font-family: Arial,sans-serif;
    font-size: 12px;
	color: #ffffff;
	line-height: 1.4;	
}

p{
	font-family: Arial,sans-serif;
    font-size: 12px;
	color: #ffffff;
	line-height: 1.4;	
}

a{
	color: #ffffff;
	text-decoration: underline;
}

a:link{
	color:#ffffff;
	text-decoration: underline;
}

a:visited{
	color: #ffffff;
	text-decoration: underline;
}

a:hover{
	color:#fe5b00;
	text-decoration: underline;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #104C7E;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 16px;
 font-style: normal;
 color: #ffffff;
 margin-left: 20px;
 margin-bottom: 10px;
 padding: 0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	background-color:#999999;
	width: 100%;
}

.mainText {
	padding: 75px 180px 20px 95px;
}


/************* #mainNav styles **************/

#mainNav {
	font-family: Arial,sans-serif;
	background-color: #104C7E;
	color: #ffffff;
}




.mainNav {
font-family: Arial,sans-serif;
font-size: 11px;
padding: 2px 2px 2px 2px;
color: #ffffff;
}

#mainNav a {
color: #ffffff;
}

/*********** #leftNav styles ***********/

#leftNav{
    font-family: Arial,sans-serif;
    font-size: 12px;
	color: #666666;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#leftNav a {
	display: block;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding: 2px 0px 2px 10px;
}

#leftNav a:hover{
	background-color:#CCCCCC;
	color: #000000;
	text-decoration: none;
}

#navon a {
	font-weight: bold;
	color: #000000;
}


/************* #footer styles ***************/

#footer {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
}

.footer {
font-family: Arial,sans-serif;
    font-size: 11px;
	color: #999999;
	clear: both;
}
