/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: verdana,Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #5B636A;
	background-image:url(images/bg_grad.jpg);
	background-repeat: repeat-x; 
	font-size: 90%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #990000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #0C6B28;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #0C6B28;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #0C6B28;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #0C6B28;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #0C6B28;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 170px;
	left: 1%;
	right: 1%;
	width:95%;
	background-color: #ffffff;
	min-width:780px;
	width:expression(document.body.clientWidth < 800? "780px": "95%" );
}

#tl {
	position:absolute;
	top: -1px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 1%;
	right: 1%;
	width:95%;
	height: 170px;
	background-color:#FFFFFF;
	background-image:url(images/headback.jpg)
	
}
#th {
	position:absolute;
	top: 0px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	left: 8px;
}

#utility a{
	color: #ffffff;
	text-decoration: none;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 5px 0px 5px 5px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color:#39515F;
	background-image:url(images/backhead.gif);
	background-repeat:no-repeat;
}

#pageName h2{
	font: bold 125% Arial,sans-serif;
	color: #ffffff;
	margin-left:180px;
	padding: 0px;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #0C6B28;
	padding: 10px 0px 5px 10px;
	background-image:url(images/arrow.jpg);
	background-repeat:no-repeat;
}
.feature h2{
	font: bold 120% verdana,Arial,sans-serif;
	color: #990000;
	padding: 10px 0px 5px 0px;

}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 75%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #0C6B28;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #0C6B28;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}
.story img{
	float: right;
	padding: 0px 10px 0px 0px;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: x-small;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size:75%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-color: #cccccc;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #333333;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #666666;
	background-color: #666666;
	background-image: none;
	font-weight: bold;
	color: #ffcc00;;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size:80%
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
 
