* {
	margin: 0px 0px;
	padding: 0px 0px;
}

body {
	background: #FFF url(bg.png) repeat-x;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

a {
	color: #004556;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00ccff;
}

h1 {
}

h2 {
	color: #004556;
}

a:hover h2 {
	color: #00CCFF;
}

h3 {
	color: #666;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cleaner {
	clear: both;
}

.spacer {
	border-top: 1px solid #004556;
}

#Wrapper {
	width: 960px;
	margin: 127px auto 0px auto;
}

#Header {
	position: absolute;
	background: transparent url(header.png) repeat-x;
	top: 0px;
	width: 100%;
}

#Header div.wrapper {
	height: 92px;
}

#Header div.headcontent {
	background: transparent url(head.png) no-repeat;
	font-weight: bold;
	margin: 0px auto;
	height: 92px;
	width: 960px;
}

#Header ul.metanav {
	margin: 65px 0px 0px 0px;
	list-style-type: none;
}

#Header ul.metanav li {
	display: inline;
	margin: 0px 5px;
}

#Header ul.metanav li a {
	color: #FFF;
}

#Header ul.metanav li a:hover {
	color: #004556;
}

#Choice {
	background-color: #FFF;
	border: 1px solid #004556;
	margin: 10px 0px 35px 0px;
}

#Choice img.tease,
#Choice div {
	margin: 10px 10px;
}

#Content {
	width: 640px;
	padding: 0px 10px 0px 0px;
	margin: 25px 0px;
}

#Content .item {
	border-bottom: 1px dotted #00ccff;
	margin: 35px 0px;
}

#Content .item  .image {
	float: left;
	margin-right: 15px;
	height: 90px;
	width: 120px;
	text-align: center;
}

#Content .itemnav {
	list-style-type: none;
}

#Content .itemnav li {
	display: inline;
	margin: 0px 5px;
}

#SubNav {
	width: 300px;
	margin: 25px 0px;
}

#SubNav .item {
	background-color: #F2F2F2;
	border: 1px solid #E0E0DF;
	margin: 15px 0px;
	padding: 10px 10px;
}

#SubNav .item div {
	background-color: #F8F7F7;
	border: 1px solid #ECECEC;
	padding: 5px 5px;
}

#Footer {
	border-top: 1px solid #004556;
	text-align: center;
	margin: 25px 0px 10px 0px;
	padding: 10px 0px;
}
