#wrapper {
	background-color: #CCCCCC;
	height: 800px;
	width: 800px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
}
#wrapper #promo_hd {
	height: 100px;
	width: 600px;
	float: left;
}
#wrapper #content {
	height: 500px;
	width: 500px;
	float: left;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 75px;
	padding-left: 50px;
	background-color: #CCCCCC;
	background-image: url(../images/contentbk_grad.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}
#wrapper #content li a {
	font-weight: normal;
	color: #333333;
}
#wrapper #content h5 {
	color: #000066;
	margin-top: 10px;
	margin-bottom: -10px;
}
#wrapper #content li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}
#wrapper #leftnav .current a,#leftnav a:hover {
	font-weight: normal;
	color: #000066;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#wrapper #leftnav li {
	list-style-type: none;
	display: block;
	width: 140px;
	height: 25px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
}
#wrapper #content a {
	font-weight: bold;
	color: #000066;
}
#wrapper #footer .style3 a {
	color: #333333;
}
#wrapper #footer {
	float: left;
	height: 76px;
	width: 500px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#wrapper #leftnav {
	background-image: url(../images/leftpanel.gif);
	background-repeat: no-repeat;
	float: left;
	height: 800px;
	width: 200px;
}
#wrapper #content li a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
