﻿body 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #3c3f43;
	margin: 0;
	padding: 0;
}
A
{
	color: #3c3f43;
	text-decoration: underline;
}
A:hover
{
	color: #5bb8cf;
}

#main
{
	width: 853px;
	margin: 0 auto;
}
#header
{
	height: 83px;
	padding: 8px 0;
	margin-bottom: 6px;
	clear: both;
	text-align: right;
	position: relative;
}
#header a.homeLink
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	width: 178px;
	height: 74px;
}
#header input
{
	border: solid 1px #d8dce0;
	height: 16px;
}
#header input.searchBtn
{
	background: #d8dce0;
	color: #02496d;
	font-weight: bold;
	height: 20px;
	font-size: 0.7em;

	padding-bottom: 0px;
	letter-spacing: 1px;
}
#header span#mainTitle
{
	display: block;
	padding-right: 90px;
	padding-top: 30px;
	color: #0d3242;
	font-size: 1.2em;
}
#menu li a, ul#menu li span
{
	text-align: center;
	line-height: 25px;
	height: 25px;
	padding: 0 21px;
	text-decoration: none;
	background: url(../images/nav_sepLine.gif) no-repeat center right;
	color: #02496d;
}
#menu li span
{
	font-weight: bold;
}
#menu li a:hover
{
	color: #0c7ab1;
}
#menu li.lastListItem a, ul#menu li.lastListItem span
{
	background: none;
}
#imagePanel
{
	clear: both;
	margin-top: 3px;
	margin-bottom: 25px;
	padding-bottom: 6px;
	background: url(../images/image_bar.gif) no-repeat bottom center;
}
#imagePanel img
{

}
#imagePanel .imageText
{
	position:absolute; 
	margin-left: 10px; 
	top: -1.3em; 
	font-size: 4em; 
	color: #5c91ad;
	opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter:alpha(opacity=50);
}
.contentPanel
{
	clear: both;
	background: url(../images/main_bg_bottom.gif) repeat-x center bottom;
	padding: 0 25px;
}
.contentPanel #contentPanelOver
{
	background: url(../images/sidebar_bg.png) no-repeat top left;
	min-height: 450px;
}
.contentPanel #sideBar
{
	width: 133px;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	background: White;
	padding-bottom: 3px;
}
.contentPanel #sideBar li
{
	border-bottom: solid 2px #ecedef;
	line-height: 24px;
	padding: 0;
}
.contentPanel #sideBar li a, .contentPanel #sideBar li span
{
	text-decoration: none;
	display: block;
	background: url(../images/sidebar_bullet.gif) no-repeat center left;
	padding-left: 19px;
	text-align: left;
	color: #02496d;
}
.contentPanel #sideBar li a:hover
{
	color:#0c7ab1;
}
.contentPanel #sideBar li span
{
	font-weight: bold;
}
.contentPanel #content
{
	width: 615px;
	padding: 0 17px 60px 36px;
	float: right;
}

#footer
{
	clear: both;
	color: #888b90;
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom: solid 25px #036698;
}
#footer ul#footerList
{
	list-style: none;
	width: 515px;
	float: right;
	margin: 0;
	padding: 0;
}
#footer ul#footerList li
{
	float: right;
	border-right: solid 1px #d8dce0;
	text-align: center;
	padding: 0 9px;
	height: 15px;
	line-height: 15px;
}
#footer ul#footerList li a
{
	color: #888b90;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
}
#footer ul#footerList li a:hover
{
	text-decoration: underline;
}
#footer .copyright
{
	font-size: 0.8em;
}

#footer ul#footerList li.lastListItem
{
	border-right: none;
	border-left: none;
	padding-right: 0;
}