body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	background-image: url(../images/xbg.jpg);
}
#main {
	background-color: transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 880px;
	background-image: url(../images/subbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#left {
	float: left;
	width: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #282F33;
	text-align: left;
	height: auto;
	margin-top: 155px;
	font-size: 0.85em;
}
#navcontainer {
	text-align: left;
	margin-top: 0px;
	width: 180px;
}

#nav li{
	list-style-type: none;
	padding-left: 0px;
	list-style-position: inside;
	margin-left: -30px;
	list-style-image: url(../images/bullet.gif);
}

#nav li a:link {
	font-size: .85em;
	color: #3F66A2;
	text-decoration: none;
	line-height: 1.8em;
	font-weight: bold;
}

#nav li a:visited {
	font-size: .85em;
	color: #3F66A2;
	text-decoration: none;
	line-height: 1.8em;
	font-weight: bold;
}

#nav li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3F66A2;
	font-weight: bold;
	}


#content {
	width: 670px;
	margin-right: 10px;
	margin-left: auto;
	background-color: transparent;
	color: #292F35;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 160px;
	margin-bottom: 0px;
	float: right;
}

#content a:link, a:visited {
	color: #3F66A2;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


#footer {
	clear: both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	color: #79A2C4;
	text-align: center;
	padding-top: 10px;
	font-size: .7em;
}

#content a:link {
	color: #3F66A2;
}
h3 {
	font-weight: bold;
	color: #3F66A2;
	font-size: 1.5em;
	text-transform: uppercase;
}
.
