* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#wrapper #logo {
	height: 280px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 110px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
}
#wrapper #headerImg {
	height: 20px;
}
#wrapper #bodyArea #left {
	width: 250px;
	float: left;
	padding-top: 10px;
	background-color: #FFCC33;
	background-repeat: no-repeat;
}
#wrapper #bodyArea #right {
	width: 772px;
	float: right;
}
#wrapper #bodyArea #footer {
	height: 80px;
	clear: both;
	background-color: #FF6600;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 10px;
}
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #330099;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #330099;
	font-weight: 900;
}
#wrapper #subpagelogo {
	height: 143px;
	padding: 0px;
}

