body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #228042;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

p {font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #003300;
}

h2{
 font-size: 114%;
 color: #003300;
}

h3{
 font-size: 100%;
 color: #003300;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #003300;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	height:225px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(images/banner_lighthouse_1328.jpg);
	background-color:#b4c2e2;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color:#b4c2e2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#subcontent{
width:560px;
font-size:80%;
}

.highlight {
clear:both;
width:300px;
background-color:#ffd595;
border: 1px solid #003300;
font-weight:700;
text-align:center;
margin:auto;

}

.highlight2 {
width:110px;
background-color:#ffd595;
border: 1px solid #003300;
font-weight:700;
text-align:left;
margin:0 0 0 10px;
padding: 3px;


}
div.float
{float:left;
width:210px;
}

div.float p {
   text-align: center;
   font-size:9px
   }
   
#footer {
margin: 0;
	padding: 0px 5px 0px 5px;
	font-size: 9px;
	color:#666666;
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 1px 0px 1px 10px;
background-color:#ffd595;
border-top: 1px solid #003300;
border-bottom: 1px solid #003300;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .bottomnav styles *****************/

.bottomnav{
	clear: both;
	width: 560px;
	margin:auto;
	padding: 10px 0px 0px 10px;
	font-size: 70%;
}

.bottomnav2{
	clear: both;
	width: 560px;
	margin:auto;
	padding: 10px 0px 0px 10px;
	font-size: 70%;
}

.bottomnav p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h2{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ffd595;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


.smallfont {
font-size: 9px;
}

.medfont {font-size: medium}

.largefont {
font-size: 16px;
font-weight:700;
}

.font12 {font-size: 12px;}

.descp {margin-left: 40px;}