/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	background-color: #FFFFFF
}

a:link, a:visited, a:hover {
	color: #334D55;
	text-decoration: none;
}

a:hover {
	color: #0033FF	;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 36px;
 font-weight: bold;
 color: #334d55;
}

h2{
 font-size: 24px;
 font-weight: bold;
 color: #334d55;
}

h3{
 font-size: 18px;
 font-weight: bold;
 color: #334d55;
}

h4{
 font-size: 14px;
 font-weight: bold;
 color: #334d55;
}

h5{
 font-size: 14px;
 font-weight: bold;
 font-variant: small-caps;
 color: #334d55;
}

h6{
 font-size: 12px;
 font-weight: bold;
 font-style: italic;
 color: #334d55;
}

ul{
 list-style-type: square;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 5px;
	width: 100%;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
/*********** #globalNav styles **************/

#globalNav{
	font-size:12px;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	padding: 5px 0px 5px 10px;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	text-align: justify;
}

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 10px;
	color: #cccccc;
	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" */
