#title {	position:absolute;
	width:410px;
	height:75px;
	z-index:2;
	top: 8px;
	left: -20px;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #E0E8ED;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 100% Arial, sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 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;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

#masthead{
	position: absolute;
	background-color:#E0E8ED;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	height: 86px;
}

#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#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;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana, sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #FFFFFF;
}

#utility a{
	color: #214F4F;
}

#utility a:hover{
	text-decoration: underline;
	color: #617B7E;
}
.Stile9 {
	color: #214F4F;
	font-weight: bold;
}

