body{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #38547C;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #006600;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#pagecell{
/*	position:absolute; 
	top: 11px;
	left: 28px;
	right: 25px;
	*/
	width:100%; 
	background-color: #ffffff;
}

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

#pageName{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #7F9A44;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #38547C;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** Location of Banner Corners ****************/

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100; 
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100; 
}

/************** Content styles ****************/

#content{
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #ccd2d2;
}


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

.feature{
	padding: 10px;
	font-size: 80%;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #801711;
}

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

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

.headlines{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	height: 200px;
}
html>body .headlines {height: auto;}

.headlines h3{
	font: bold 175% Arial,sans-serif;
	color: #801711;
	padding: 30px 0px 5px 0px;
}

.headlines img{
	float: left;
	padding: 0px 10px 0px 0px;
}

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

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h2{
	font: bold 150% Arial,sans-serif;
	color: #38547C;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #38547C;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #38547C;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.story a:link, .story a:visited {
	font-weight: normal;
	font-style: italic;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #ccd2d2;
	font-size: small;
	color: #ccd2d2;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #ccd2d2;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ccd2d2;
	background-image: url(images/bg_nav.gif);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #38547C;
	text-decoration: none;
}

#sectionLinks a:hover{
	text-decoration: none;
  	background-image:  url("images/glblnav_selected.gif");
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	padding: 10px 10px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 110%;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************ Page Navigation styles **************/

#pageNav{
/*	float: left;
	width:178px;
	*/
	padding: 0px;
	background-color: #7F9A44;
	border-right: 1px solid #ccd2d2;
	border-bottom: 1px solid #ccd2d2;
	font: small Verdana,sans-serif;
}



/************ Button styles **************/

#button{
  	background-image: url(images/button_out.gif);
}

#button a:hover{
  	background-image: url(images/button_over.gif);
}

.thinline {
	border: 1px solid #CCCCCC;
}

