body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 130%;	
	margin: 0px;
	padding: 0px;
	width: 800px;
}

div#altnav {
	position: relative;
	width: 800px;
	height: 43px;
	left: 0px;
	top: 0px;
	display: none;
}

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

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

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: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#masthead{
	margin: 0;
	padding: 0px;
	width: 800px;
	height: 102px;
}

#leftspace{
	margin: 0px;
	padding: 0px;
	width: 185px;
}

#content{
	float: right;
	width: 610px;
	margin: 30px 0px 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


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

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

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.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 */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 30px 0px 0px 10px;
	font-size: 12px;
}

.story p{
	padding: 0px;
	margin: 0px 0px 10px;
}
.story h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #003399;
}
.story h4 {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	margin-bottom: 0px;
}

.story img{
	float: left;
	margin: 0 5px 5px 0;
}
.story ul {
	margin-top: 0px;
}
.story blockquote {
	margin-top: 0px;
}

/************* #band styles ***************/
#bottom{
}
#bottom img{
	margin-bottom:0px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html div#bottom img {
	margin-bottom:-3px;
}
/* end filter */
#band{
	clear: both;
	padding: 15px 5px 15px 200px;
	margin-top: 0px;
	width: 595px;
	border-top: 1px solid #003399;
	background-color:#CFE4F5;
}
/* 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" */
#band p{
	padding: 0px 10px 0px 8px;
	font-size: 7pt;
	color: #000;
}
#band td{
	border-left: 1px solid #FFF;
	vertical-align:top;
}
#band img{
	margin-bottom:0px;
}

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

#footer{
	clear: both;
	font-size: 7pt;
	color: #003399;
	padding: 2px 5px 5px 200px;
	margin-top: 0px;
	width: 595px;
	border-top: 1px solid #003399;
}
/* 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" */