body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003366;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #063;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#middle {
	float: right;
	width: 100%;
	margin-left: -273px;
	margin-top: 204px;
}
#content {
	margin-left: 273px;
}
#bottom {
	clear: both;
	margin-left: 273px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#top, #navigation h3 {
	display: none;
}
#navigation {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: 12px top;
}
#side {
	width: 273px;
	position: absolute;
	left: 0px;
	top: 170px;
	text-align: center;
}
#nav-container {
	background-image: url(../images/nav_bottom.jpg);
	background-position: center bottom;
	padding-bottom: 36px;
	background-repeat: no-repeat;
	padding-right: 42px;
	padding-left: 39px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content-header {
	border-bottom: 1px solid #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
}
#navigation ul a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
#navigation ul ul a {
	color: #CCCCCC;
	font-weight: normal;
	background-color: #003366;
}
#navigation ul a.current {
	background-color: #003366;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FBF7EE;
}
#navigation ul ul a.current {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #003366;
	border: none;
}
#navigation ul a:hover, #navigation ul ul a.current:hover {
	color: #FFFFFF;
	background-color: #D5C99F;
}
#content-body {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#bottom div {
	padding: 20px;
}
.feature {
	background-color: #E8F3FF;
	border: 1px solid #B9DCFF;
	margin: 20px;
	padding: 0px 10px 10px;
	text-align: left;
}
.feature h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DCFF;
	padding-bottom: 5px;
	margin-top: 5px;
	color: #9A8545;
}
#content-body h1, #content-body h2, #content-body h3 {
	color: #9A8545;
}
a {
	color: #9A8545;
}
a:hover {
	color: #003366;
}
#content-header h2 {
	font-size: 2em;
	margin-bottom: 0px;
}
#crumbs {
	margin-top: 0px;
	color: #999999;
}
#content-body li {
	list-style-image: url(../images/bullet.gif);
}
#content-body th {
	color: #FFFFFF;
	background-color: #003366;
}
#content-body tr.odd {
	background-color: #E6F2FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8D3FF;
	border-bottom-color: #A8D3FF;
}
hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #FFFFFF;
	height: 2px;
	border-right: 0 none;
	border-left: 0 none;
}
#sponsors img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px
}
#sponsors hr { 
	clear: both
}
#content-body td p {
	padding: 0px;
	margin: 0px;
}
#content-body td {
	background-color: #FFFFFF;
}
font {
	font-size: inherit ! important;
	color: inherit ! important;
	font-family: inherit ! important;
}
u {
	text-decoration: none;
}