body {
	text-align: center;
	color: #333333;
	background-color: #82A8BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#pagecell {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 20px;
	font-size: 1.2em;
	background-color: #FFFFFF;
}
#pagecell a, #pagecell a:visited, #pagecell a:hover {
	color: #003366;
	font-weight: bold;
}
#pagecell a, #pagecell a:visited {
	text-decoration: none;
}
#pagecell a:hover {
	text-decoration: underline;
}

#header {
	color: #999999;
	height: 100px;
	background-image: url(../images/headerback.jpg);
	margin-bottom: 10px;
	padding-left: 100px;
}
#wrapper {
	width: 800px;

}
#mainnav {
	width: 170px;
	float: left;
}
#mainnav ul {
	list-style-image: url(../images/linebutton.jpg);
}
#mainnav li {
	padding-bottom: 10px;
}
#content {
	width: 600px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.hometitle1 {
	font-size: 18px;
	text-align: center;
	display: block;
	color: #000033;
	font-weight: bold;
	padding-top: 25px;
}
.hometitle2{
	font-size: 14px;
	text-align: center;
	display: block;
	color: #666666;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 25px;
	padding-bottom: 25px;
}
.contentleft {
	float: left;
	width: 350px;
}
.contentright {
	float: right;
	width: 225px;
}
.cellinfo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

li {
	list-style-type: square;
	list-style-image: url(../images/linebutton.jpg);
}
ul {

}
.clear {
	clear: both;
	height: 10px;
}

#footer {
	background-image: url(../images/footerback.jpg);
	height: 50px;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #999999;
}
#footer a, #footer a:visited, #footer a:hover {
	color: #333333;
	font-weight: normal;
}
#footer a, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}	
h1 {
	padding-top: 75px;
	margin: 0px;
	font-size: 18px;
	color: #000066;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	color: #999999;
}
h3 {
	font-size: 14px;
	color: #660033;
}
h4 {
	font-size: 12px;
	color: #9999CC;
}
