
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(/images/bg_body.gif) repeat-x #76aaf9;
	padding: 0px;
	margin: 0px;
}

#container {
	margin: 0 auto;
	width: 786px;
}

#bar_left {
	width: 10px;
	height: 800px;
	float: left;
	background-image: url(/images/bar_left.gif);
}

#bar_right {
	width: 10px;
	height: 800px;
	float: right;
	background-image: url(/images/bar_right.gif);
}

/************************** header and top navigation ******************/
#header {
	width: 766px;
	height: 105px;
	float: left;
}

#topnavigation {
	width: 760px;
	height: 18px;
	float: left;
	background-color: #1b4fc5;
	border: 3px solid #ffffff;
}	

.topnav { 
	height: 18px; 
	border-left: 1px solid #ffffff; 
	float: right; 
}

.leftnav { 
	height: 18px; 
	float: left;
	background-image: url(/images/top_nav_left_off.gif);
	background-position: left;
	background-repeat: no-repeat; 
	color: #ffffff;
	display: block;
	font-size: 13px;
	text-decoration: none;
	padding-left: 10px;
}

.rightnav { 
	height: 18px; 
	border-left: 1px solid #ffffff; 
	float: right; 
	background-image: url(/images/top_nav_right_off.gif);
	background-position: right;
	background-repeat: no-repeat; 
}

.topnav a,
.rightnav a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

.topnav a:hover,
.topnav a#currentnav { 
	background: #01317a; 
}

.leftnav a:hover,
.leftnav a#currentnav {
	background-color:  #01317a;
	background-image: url(/images/top_nav_left_on.gif);
	background-position: left;
	background-repeat: no-repeat; 
}

.rightnav a:hover,
.rightnav a#currentnav {
	background-color:  #01317a;
	background-image: url(/images/top_nav_right_on.gif);
	background-position: right;
	background-repeat: no-repeat; 
}

/************************** content ******************************/
#wrapper_home {
	width: 766px;
	float: left;
	background-color: #eaeaea;
}

#wrapper {
	width: 766px;
	float: left;
	background-image: url(/images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: 3px 0px;
}

#wrapper_top {
	width: 760px;
	float: left;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	background-image: url(/images/bg_wrapper_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#bar {
	width: 15px;
	height: 600px;
	float: left;
}

#main-wrapper {
	width: 605px;
	float: left;
	padding: 10px 0px 20px 0px;
}

/****************** breadcrumbs ***********************/
#breadcrumbs {
	width: 753px;
	height: 25px;
	float: left;
	text-align: right;
	padding-right: 7px;
	padding-top: 5px;
	color: #999999;
	text-transform: lowercase;
}

#breadcrumbs a { 
	color: #999999;
	text-decoration: none;
}

#breadcrumbs a:hover { color: #000000; }

/****************** navigation ***********************/
#navigation {
	width: 120px;
	float: left;
	padding-top: 3px;
	text-transform: lowercase;
}

#navigation ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ffffff;
}

#navigation li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
}

#navigation li a
{
	display: block;
	width: 110px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	font-weight: normal;
	color: #01317a;
}

#navigation li a:hover,
#navigation li a#current1
{
	color: #ffffff;
	background-color: #01317a;
}

#navigation ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #ffffff;
}

#navigation li li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

#navigation li li a
{
	display: block;
	width: 105px;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	color: #01317a;
}

#navigation li li a:hover,
#navigation li li a#current2
{
	color: #000000;
	background-color: #eaeaea;
}

/****************** footer ***********************/
#footer {
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 766px;
	height: 80px;
	float: left;
	padding: 60px 0px 10px 0px;
	color: #ffffff;
	background-color: #76aaf9;
}

#footer a { color: #ffffff; text-decoration: none; }

#footer_left {
	width: 500px;
	float: left; 
	padding-left: 4px;
}

#footer_right {
	width: 250px;
	float: right;
	text-align: right;
	padding-right: 4px;
}




.buttons {
	text-align: left;
	padding-bottom: 20px;
}

.flat_button {
	background-color: #1b4fc5;
	border: none;
	background: url(/images/bg_button.gif) no-repeat;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	width: 68px;
	cursor: pointer;
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
}

.button_on {
}

/************* hidden stuff ***************/
#printheader,
#printfooter {
	display: none;
	visibility: hidden;
}

