

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #00338b;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#masthead{
	top: 25px;
	height: 98px;
	min-width: 495px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 140px;
	left: 2%;
	right: 2%;
	width:95.6%;
	min-width: 640px;
	background-color: #ffffff;
}

#pagecell1 table{
	border-width: 1px;
	border-style: solid;
	border-color: White;
}

#pagecell1 td{
	border-width: 0px;
	border-style: dotted;
	border-color: blue;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font: small Verdana,sans-serif;
}
#content{
	padding: 0px 0px 0px 0px;
	margin:0px 5% 0px 190px;
	border-left: 1px solid #ffffff;
	background-color: #434b4e;
	color: #ffffff;
}
#content table{
	width: 100%;
}

#picture {
	float: right;
	margin: 5px;

}


#content h1{
 font: bold 120% Arial,sans-serif;
 background-color: #FF6600;
 color: #ffffff;
 margin: 0px;
 padding: 5px;
}

#content h2{
 font: bold 114% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

#content h3{
 font: bold 100% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

#content h4{
 font: 100% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

#content h5{
 font: 100% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}
#content a:link, #content a:visited {
	background-image:  url("");
	color: #ffffff;
}


#content a:hover{
	background-color: #FFAA00;
	background-image: none;
	text-decoration: none;
	color: #ffffff;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-image:  url("");
	background-color: #FF6600;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	background-color: #FFAA00;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #ffffff;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
	color: #000000;
}

.relatedLinks a:hover{
	background-color: #FFAA00;
	color: #000000;
	display: block; 
	text-decoration: none;
}
