body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image:url(../img/site_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align: center;
	color: #003082;
	margin-top: 0px;
}
img {
	border: 0px;
}
a:link, a:visited, a:hover, a:active {
	color: #003082;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #bb5206;
}
h1 {
	font-size: 1.05em;
	text-transform: uppercase;
	font-weight:bold;
	margin-top: 0;
}
h2 {
	font-size: 1.05em;
}
h3 {
	font-size: 1.0em;
}
h4 {
	font-size: 0.9em;
}
p {
	font-size: 0.9em;
	line-height: 150%;
}
#page {
	width: 920px;
	margin: 0px auto;
	text-align: left;
}
#header {
	width: 920px;
	height: 149px;
}
#navigation_bar {
	width: 920px;
	height: 31px;
	background-color: #003082;
}
#navigation_bar a{
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
ul#menu {
	list-style-type:none;
	float:left;
	position:relative;
	height:31px;
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0px 0 0 0;
}
ul#menu li {
	display:block;
	float:left;
	margin:0 0 0 0px;
	border-right: 2px solid white;
	height:31px;
}
ul#menu li.left {
	margin:0;
}
ul#menu li a {
	display:block;
	float:left;
	color:#fff;
	background:#003082;
	line-height:31px;
	text-decoration:none;
	padding:0 0px 0 10px;
	width: 120px;
	height:31px;
}

ul#menu li a:hover {
	background:#6683b4;
}
ul#menu li a.current {
	color:#fff;
	background:#6683b4;
}
ul#menu li a.current:hover {
	color:#fff;
	background:#6683b4;
}
#content {
	line-height: 150%;
	padding-top: 12px;
}
#footer {
	width: 920px;
	height: 70px;
	background-color: #003082;
	margin-top: 12px;
}	
#footer2 {
	width: 920px;
	text-align: center;
	padding-top: 12px;
}
#footer2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
}
#left_menu {
	width: 230px;
	float:left;
	height: auto;
	margin-bottom: 20px;
	margin-right: 30px;
}
ul#side_menu {
	list-style-type:none;
	margin:0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 200%;
}
ul#side_menu a {
	font-weight:bold;
	text-decoration: none;
}
ul#side_menu b a 
{
	font-weight:bold;
	text-decoration: none;
	color: #bb5206;
}
#right_content {
	width: 630px;
	float:right;
}	
#content img {
	margin: 10px;
}
td {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

th.contentboxTopic {
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.formFieldText {
	margin: 0px;
	padding: 0px;
	float: left;
	vertical-align:top;
}
.required {
	color: red;
	padding-left: 5px;
}
.paymentTitleSelected {
	background-color: #003082;
	color: white;
}
.paymentTitleGray {
	background-color: #ccc;
}
.formError {
	color: red;
}
