/* CSS Document */

/***********************************************/
/* HTML tag styles   	                          */
/***********************************************/ 

body{
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	}
a{
	color: #001c37;
	text-decoration: underline;
}

a:link{
	color: #001c37;
	text-decoration: underline;
}

a:visited{
	color: #001c37;
	text-decoration: underline;
}

a:hover{
	color: #001c37;
	text-decoration: underline;
}

h1{
	font-family: Arial;
	font-size: 16px;
	color: #001c37;
	font-weight: bold;
	margin-top: 10px;
	}

h2{
	font-family: Arial;
	font-size: 14px;
	color: #001c37;
	font-weight: lighter;
	font-style: oblique;
}

h3{
 font-family: Arial;
 font-size: 110%;
 color: #999999;

}

h4{
	font-family: Arial;
	font-size: 13px;
	color: #001c37;
	font-weight: bold; 

}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background-color: #eeeeee;
		}

#masthead{
		background-color: #001c37;
		width: 100%;
		float: right;
}

#content{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eeeeee;
	padding: 10px 0px 10px 0px;
		
}

#pageName{
	padding: 3px 5px 3px 3px;
	text-align: right;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #001c37;
	width: 750px;
	float: right;
	font-family: Arial;
}

/*************** #logoheading styles **************/

#logoheading{
	text-align: right;
	color: #ffffff;
	background-color: #001c37;
	vertical-align: middle;
}
#logoheading img{
    padding: 10px 0px 10px 0px;
	
}

/************** .feature styles ***************/

.feature{
	width: 95%;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 12px 0px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{

	width: 750px;
	float: right;
	color: #333333;
	padding: 3px 3px 3px 3px;
	text-align: right;
	background-color: #cccccc;
	font-size: 11px;
}

/************* #footer styles ***************/

#footer {

	font-size: 11px;
	color: #eeeeee;
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color: #001c37;
}
#footer a{
	color: #cccccc;
	text-decoration: none;
}

#footer a:link{
	color: #cccccc;
	text-decoration: underline;
}

#footer a:visited{
	color: #cccccc;
	text-decoration: underline;
}

#footer a:hover{
	color: #eeeeee;
	text-decoration: underline;
}

/************** #headlines styles **************/

#bottompage{
clear: both;
    width: 100%;
	background-color: #cccccc;
}

/**************buttons************/

 #navlist
{
	margin: 1px 1px 1px 0px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

#navlist li
{ 
list-style: none;
border-top: 1px;
display: inline;
}

#navlist li a
{
	padding: 0em 0.4em 0em 0.4em;
	border-left: 1em solid #999999;
	background-color: #cccccc;
	text-decoration: none;
	border-top-color: #FFFFFF;
}

#navlist li a:link { color: #001c37; }
#navlist li a:visited { color: #001c37; }

#navlist li a:hover
{
	border-color: #001c37;
	color: #eeeeee;
	background-color: #999999;
}
/*************** #logoheading styles **************/

#navigationheading{
	text-align: left;
	width: 755px;
	background-color: #cccccc;
}
