﻿body
{
	padding: 0 0 0px 0;
	margin: 0;
	background-image: url(/images/master/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #ffea99;
}

div.body_container
{
	margin: 0px auto;
	width: 966px;
	background-image: url(/images/master/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.body_containerInner
{
	margin: 0px auto;
	width: 865px;
	text-align: left;
}
div.header
{
	padding-top: 25px;
	width: 100%;
	overflow: hidden;
}
div.header div.left
{
	float: left;
	padding-left: 5px;
}
div.header div.right
{
	float: right;
	padding: 10px 5px 0 0;
}
div.header div.right div.options
{
	text-align: right;
	padding-right: 17px;
	color: #004276;
}
div.header div.right div.options a, div.header div.right div.options a:visited
{
	color: #004276;
	text-decoration: none;
}
div.header div.right div.options a:hover
{
	text-decoration: underline;
}
div.header div.right div.options a.selected
{
	font-weight: bold;
}
div.header div.right div.search
{
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
	vertical-align: middle;
}
div.header div.right div.search input.text
{
	border: 1px solid #D4D4D4;
	color: #555555;
	font-size: 11px;
	padding: 2px;
	width: 160px;
	padding: 2px;
}
div.header div.right div.search img
{
	padding-left: 3px;
	cursor: pointer;
}
ul.topNav
{
	margin: 5px 0 3px 0;
	padding: 0 0 0 2px;
	height: 34px;
	background-image: url(/images/master/nav_bg.png);
	background-position: left center;
	background-repeat: repeat-x;
}
ul.topNav li
{
	float: left;
	list-style: none;
}
ul.topNav li.last
{
	background-image: none;
}
ul.topNav li a, ul.topNav li a:visited
{
	color: #013066;
	text-decoration: none;
	font-size: 13px;
	padding: 8px 15px 10px;
	display: block;
	line-height: 16px;
	font-weight: bold;
}
ul.topNav li a:hover
{
	color: White;
	text-decoration: none;
}
ul.topNav li a.selected, ul.topNav li a.selected:visited
{
	color: #013066;
	text-decoration: none;
	font-weight: bold;
}
div.main
{
	padding: 0 2px;
	width: 861px;
	overflow: hidden;
}
div.main div.content
{
	float: left;
	width: 636px;
}
div.main div.side
{
	float: right;
	width: 218px;
}
div.footer
{
	margin-top: 5px;
	clear: both;
	text-align: center;
	color: #004276;
	font-size: 11px;
}

div.footer div.copyright
{
	float: left;
	color: #004276;
	padding-left: 15px;
}
div.footer div a, div.footer div a:visited
{
	color: #004276;
	text-decoration: none;
}
div.footer div a:hover
{
	color: #004276;
	text-decoration: underline;
}
div.footer div.dev
{
	padding-right: 17px;
	float: right;
}
img
{
	border: none;
}
input.btn
{
	border: solid 1px #cccccc;
	background-image: url(/images/sideNav/header_bg2.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: Black;
	font-size: 12px;
	width: 65px;
	padding: 2px 0;
	cursor: pointer;
	font-weight: bold;
}
div.circle2px
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
sup
{
	font-size: 80%;
	line-height: 80%;
}
