* { border:0; margin:0; padding:0; }
a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.alignleft {
	float:left;
	margin:0 20px 0 0;
}
.alignright {
	float:right;
	margin:10px 0 0 20px;
}
body {
	margin-top: 10px;
	background-color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	height:300px;
	position:relative;
	width:850px;
	background-color: #0099FF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header ul {
	list-style:none;
	position:absolute;
	width: 850px;
	background-color: #5BBDFF;
	top: 300px;
	height: 25px;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #77C9FF;
	border-right-color: #0085DD;
	border-bottom-color: #0085DD;
	border-left-color: #77C9FF;
}
#header ul li {
	list-style:none;
	display: inline;
}
#header ul li a {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-right: 15px;
	vertical-align: middle;
	padding-left: 15px;
}
#header ul li a:hover {
	text-decoration:none;
	color: #CC0000;
	height: 25px;
}
#container{
	height:auto;
	width:850px;
	background-color: #fff;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	margin-top: 10px;
}
#one_column {
	float: left;
	width: 850px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	background-image: url(images/contentbak.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#one_column h1, h2, h3 {
	color:#0099FF;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	padding:0 10px 0 0;
	margin-left: 10px;
}
#one_column    h2  {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
#one_column h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}
#one_column p {
	color:#000000;
	display:block;
	line-height:20px;
	margin: 0;
	padding:10px;
	font-size: 12px;
}
#one_column ul {
	padding-left: 30px;
}
#one_column li {
	color:#660000;
	padding-bottom: 7px;
	font-size: 12px;
}
#footer {
	width:850px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 5px;
	border-top-color: #006FB9;
	border-right-color: #46B5FF;
	border-bottom-color: #46B5FF;
	border-left-color: #006FB9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#footer p {
	color:#FFFFFF;
	font-size:11px;
	line-height:10px;
	text-align:center;
	padding: 5px;
	margin-top: 10px;
}
#footer a {
	color: #FFFFFF;
}
#footer  a:hover {
	color: #CC0000;
	background-color: #FFFFFF;
}
td {
	vertical-align: text-top;
	text-align: right;
	line-height: 20px;
}
table {
	border: 1px solid #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECF8FF;
}

textarea {
	background-color: #DFF2FF;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	overflow: hidden;
}
select {
	background-color: #DFF2FF;
	border: 1px solid #666666;
	margin-top: 10px;
}
.textfield {
	background-color: #DFF2FF;
	text-align: left;
	float: left;
	border: 1px solid #666666;
}
caption {
	color: #FFFFFF;
	background-color: #0099FF;
	font-weight: bold;
	line-height: 20px;
}
form {
	margin-right: auto;
	margin-left: auto;

}
.submit {
	font-size: 12px;
	background-color: #0099FF;
	color: #FFFFFF;
	font-weight: bold;
	width: 80px;
	height: 25px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	margin-top: 30px;
}
.clearfix {
	clear: both;
}
