
body{
	font-family: Georgia, Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_grad.jpg") fixed;
	cursor : url("cursor.cur"), text;
	
}


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

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font-family: Tahoma;
	font-size: 1.3em;
	font-weight: 600;
	color: #595959;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


h3{
font-family: Tahoma;
font-size: 1em;
font-weight: 800;
 
 color: Black;
 margin: 0px;
 padding: 0px;
}


h5{

font-family: Tahoma;
color: Black;
font-size: 1.0em;
font-weight: 700;
 
 margin: 0px;
 padding: 0px;
}

h6{
font-family: Tahoma;
color: Black;
font-size: 1em;
font-weight: 100;

 margin: 0px;
 padding: 0px;
}
/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 15px;
	left: 18%;
	right: 2%;
	width:70%;
	background : url("lgrey025.jpg");
}

#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;
}

#masthead{
	position: absolute;
	top: 30px;
	left: 17px;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	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;
}

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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 70%;
	min-height: 300px;
	height: 300px;
	text-align: justify;
}
html>body .feature {height: auto;}

.feature h3{
	font-family: Tahoma;
font-size: 1.1em;
font-weight: 900;
 
 color: Black;
	padding: 30px 0px 5px 0px;
}






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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-family: Tahoma;
	font-size: .45em;
	font-weight: 900;
	color: Black;
	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 #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	font : 90% Eras Demi ITC, Arial;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
font : 90% Eras Demi ITC, Arial;}


