﻿@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #000022;
}
#wrapper {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper #header {
	float: left;
	clear: none;

}

#wrapper #leftspace {
	background-color: #FFFFFF;
	background-image: url(../images/leftspace.gif);
	background-repeat: no-repeat;
	float: left;
	width: 52px;
	margin: 0px;
	padding: 0px;
	height: 304px;
}
#wrapper #rightspace {
	background-color: #FFFFFF;
	background-image: url(../images/rightspace.gif);
	background-repeat: no-repeat;
	width: 54px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 304px;
}
#wrapper #nav {
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 846px;
	clear: both;
}
#wrapper #content {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	clear: both;
}
#wrapper #content #leftpanel {
	float: left;
	width: 544px;
}
#wrapper #content #leftpanel .rightside {
	float: right;
	padding-right: 15px;
}
#wrapper #content #leftpanel .padtop {
	margin-top: 5px;
}
#wrapper #content #rightpanel {
	float: right;
	width: 252px;
	height: 754px;
	background-image: url(../images/rightpanel_bg.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	height:auto;
}
#wrapper #content #rightpanel .indent {
	width: 240px;
	margin-left: 10px;
}
#wrapper #footer {
	height: 55px;
	clear: both;
	background-color: #dbdcdf;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#wrapper #footer a:link {
	color: #000000;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
#wrapper  #footer  a:visited {
	color: #000000;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
#wrapper  #footer  a:hover {
	color: #008EA6;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
.margintop {
	margin-top: 5px;
}
.marginbottom {
	margin-bottom: 8px;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0e44cc;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}
.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000099;
}
.style5 {
	font-size: 20px;
	font-weight: bold;
	color: #000099;
}
.style6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
table#error {
  margin-left:auto;
  margin-right:auto;
  background-color:#FFFFFF;
  border:solid 2px #FF0000;
  width:500px;
}
td#error {
  padding:0 5px 0 5px;
  text-align:center;
  font-weight:bold;
}
td#required {
  color: #FF0000;
}

#leftcol {
  float: left;
  width: 400px;
}

#rightcol {
  float: left;
}