* {
	margin: 0;
	padding: 0;
}
html {
	background: #8aa7b5 url("../images/html.jpg") repeat-x left top;
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	position: relative;
	width: 760px;
	margin: 15px auto 30px auto;
	background: url("../images/page.gif") repeat-y;
}
img {
	padding: 0 4px 0 4px;
	border-style: none;
}
p {
	padding: 8px 0 8px 0;
	text-align: justify;
}
a {
	color: #557382;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	visibility: visible;
	color: #2a3941;
	text-decoration: none;
/* IE bug fix */
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
ul {
	list-style-position: inside;
	padding-left: 15px;
}
.page {
	width: 734px;
	padding: 20px 0 0 26px;
	background: url("../images/header.jpg") no-repeat;
}
.main {
	width: 728px;
	clear:left;
}
.header {
	position: relative;
	height: 170px;
	overflow: hidden;
	font-size: 160%;
}
.header a {
	display: block;
	height: 170px;
	cursor: pointer;
	padding: 20px 0 0 0;
	text-align: center;
	color: #84A7DC;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 170px;
	background: url("../images/h1.jpg") no-repeat left top;
}
#nav, #nav ul {
	float: left;
	list-style: none;
	min-height: 22px;
	background: white;
	padding: 0;
	border: 1px solid #afd3ba;
	margin: 0 0 12px 0;
	white-space: nowrap;
	text-align: center;
}
#nav a {
	display: block;
	color: #2a3941;
	text-decoration: none;
/*	padding: 3px 24px;*/
}
#nav a:hover {
	color: #000;
}
#nav a.pop {
	background: url("../images/rightarrow2.gif") center right no-repeat;
}
#nav li {
	float: left;
/*	padding: 0;*/
    padding: 3px 24px 0 24px;
	min-height: 22px;
    font-weight: bold;
}
#nav li ul {
	position: absolute;
	z-index: 9;
	left: -999em;
	height: auto;
	width: 173px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	text-align: left;
}
#nav li li {
	padding-right: 17px;
/*	width: 156px;*/
    width: 132px;
}
#nav li ul ul {
/*	margin: -16px 0 0 168px;*/
    margin: -16px 0 0 145px;
	width: 200px;
}
#nav ul ul li {
/*	width: 183px;*/
    width: 159px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #d9ebdf;
	min-height: 22px;
}
.greenbox {
	border: 1px solid #afd3ba;
	clear: both;
	padding: 7px 17px 9px 8px;
	width: 677px;
	position: relative;
	margin-bottom: 15px;
	min-height: 100px;
}
.greenbox2 {
	border: 1px solid #afd3ba;
	padding: 9px 7px;
	width: 688px;
	margin-bottom: 15px;
}
.greenbox2 .preview {
	float: left;
	margin-right: 54px;
}
.greenbox2 .right {
	float: left;
	width: 350px;
}
.greenbox2 .right a {
	float: left;
	margin: 0 14px 7px 0;
}
.footer1 {
	text-align: center;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("../images/footer.jpg") no-repeat;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
.sub {
	vertical-align: sub;
	font-size: smaller;
}
