/* CSS Document */


#header {
	width:800px;
	background-image:url(images/intheader.gif);
	height:219px;
	}

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