@charset "utf-8";
body {
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a {
	color: #3543FB; 
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #6666FB;
	text-decoration: none;
}
a:hover {
	color: #3566FB;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000400;
	text-decoration: none;
}
	

.oneColElsCtr #container {
	width: 780px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000090;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.oneColElsCtr #container #mainContent #sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	vertical-align: middle;
}
.oneColElsCtr #container #mainContent #sidebar {
	float: left;
	border: 0;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000090;
	text-decoration: none;
	text-align: left;
	padding: 10px;
	width: 177px;
	margin: 0;
	height: 100%;
	bottom: 60px;
}
.oneColElsCtr #container #mainContent #content {
	vertical-align: top;
	width: 558px;
	margin: 0;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	bottom: 5px;
}
.oneColElsCtr #container #mainContent #content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;
}
.oneColElsCtr #container #mainContent #content img.img_left {
	float: left;
}
.oneColElsCtr #container #mainContent #content img.img_right {
	float: right;
}
.oneColElsCtr #container #mainContent #content #subhead {
	vertical-align: top;
	width: 538px;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
	font-style: italic;
}
.oneColElsCtr #container #mainContent #message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	vertical-align: text-top;
	text-align: center;
}
.oneColElsCtr #container #mainContent #content_head {
	text-align: right;
}
.oneColElsCtr #container #mainContent #footer {
	text-align: center;
	vertical-align: middle;
	width: 760px;
	padding: 10px;
	clear: both;
}
td {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
h1 {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
label {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
input, textarea {
	vertical-align: middle;
}

select {
	vertical-align: middle;
	border: 1px solid #3543FB;
	width: 130px;
}

.message {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3543FB;
	text-decoration: none;
	text-align: center;
}

.display_right {
	width: 260px;
	text-align: left;
	float: left;
}

.form {
	font-size: 10px;
}
.form_required {
	font-size: 10px;
	font-weight: normal;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.center {
	font-weight: bold;
	width: 260px;
	text-align: right;
}
.left {
	width: 100px;
	text-align: right;
}

