/* CSS Document */

body {
	background: #fff;
	margin: 10px 0;
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, Helvetica;
	text-align: center;
	color: #666;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	border: none;
	background: #ddeaec;
	width: 200px;
	color: #333;
	font-size: 11px;
	padding-left: 2px;
}
.field100 {
	width: 100px;
}
#check50, #check60 {
	background: none;
	width: auto;
}
.button {
	background: #006971;
	color: #fff;
	width: 80px;
	padding: 4px;
	font-weight: bold;
}
h1 {
	color: #006971;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h2 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
p {
	margin: 0 0 15px 0;
}
ul {
	margin: 0 0 15px 14px;
	padding:0;
}
li {
	list-style-image: url(images/li.gif);
	margin: 5px 0;
}
#container {
	position: relative;
	margin:0 auto;
	width: 960px;
	background: url(images/bg.jpg) repeat-y top center;
	text-align: left;
}
#top {
	background: url(images/bg_top.jpg) no-repeat top center;
	height: 75px
}
#btm {
	background: url(images/bg_btm.jpg) no-repeat top center;
	height: 48px;
	clear: both;
}
#smi {
	margin: 0 20px 0 18px;
}
#box {
	margin: 0 20px 30px 147px;
	padding-top: 40px;
	border-top: 1px solid #006971;
}
#nav {
	position: absolute;
	top: 220px;
	margin-left: 0;
	z-index: 100;
	width: 120px;
	color: #006971;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0 0 15px 0;
	list-style-image: none;
}
#nav a {
	color: #999;
	text-decoration: none;
	border: none;
}
#nav a:hover {
	color: #006971;
}
#content {
	float: right;
	margin-right: 130px;
	width: 530px;
	text-align: justify;
	padding-bottom: 40px;
}
#content a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	padding-bottom:1px;
}
#content a:hover {
	color: #006971;
	border-bottom: 1px solid #006971;
}
#credit, #mainmsg {
	display: none;
	}