/* CSS Document */
body {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1em;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	background-image: url(images/bckgd.jpg);	
	}
	
/************** page div styles *****************/


#maincell{
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	
	}
	
	
#footer {
	width: 800px;
	background-image:url(images/footercell.jpg);
	height: 22px;
	text-align:center;
	font-size: 9px;
	line-height:22px;
	}
#content{
	background-color: #FFFFFF;
	background-image: url(images/contentbckgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-height:400px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}

	
/********** nav styles ******************/	
#lcell{
	width:800px;
	background-color:#014f82;
	font-size:85%;
	color:#CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 35px;
	}
#lcell a:link{
	color:#efefef;
	text-decoration: none;
	}
#lcell a:visited {
	color: #7daebc;
	text-decoration: none;
	}
#lcell a:hover{
	color:#ffffff;
	text-decoration: none;
	}
	
/********** tag styles ******************/
a:link {
	color: #104691;
	text-decoration: underline;
	
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover{
	color:#0000ff;
	text-decoration: none;
}

h2{
	color:#014f82;
	font-size:165%;
	line-height:45px;
	letter-spacing:.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h3{
	color:#014f82;
	font-size:120%;
	line-height:35px;
	letter-spacing:.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.asterisk{
	font-size:12px;
	}
ul {
	line-height:25px;
	list-style:circle;
	font-size: 90%;
	}