/* _____________________________ GENERAL STYLES _____ */body { 	background-color: #0046ff;	font-family: Verdana, Arial, Georgia, 'Times New Roman', Times, serif;	font-size: 11px;	text-align: justify;	color: #000000;}a {	font-weight: bold;	color: #0046ff;}a:hover, a:focus, a:active {	color: #0046ff;	text-decoration: none;}h1 {	font-size: 18px;	}h2 {
	color: #ffffff;	font-size: 14px;	margin: 0px 0px 3px 0px;	}table tr td {	font-size: 11px;	}a img {	border: 1px solid #0046ff;}

/* _____________________________ MAIN DIVS _____ */#mainContainer {	position: absolute;	top: 10px;	width: 736px;	left: 50%;	margin-left: -370px;	}

/* _____________________________ MAIN CONTENT _____ */#mainContent {}.mainTop {	display: block;	width: 500px;	height: 52px;	background-image: url('images/main-top.png');	background-repeat: no-repeat;	overflow: hidden;	margin: 0px;	font-weight: bold;	font-size: 14px;
	text-align: center;}.mainTop h2 {	padding: 21px 0px 0px 0px;
	text-align: center;}.mainMain {	display: block;	width: 500px;	background-image: url('images/main-mid.png');	background-repeat: repeat-y;	margin: 0px;	text-align: justify;}.mainMain p {	padding: 0px 15px 10px 15px;	margin: 0px;}.mainBottom {	display: block;	width: 500px;	height: 22px;	background-image: url('images/main-bottom.png');	background-repeat: no-repeat;	margin: 0px;	overflow: hidden;}/* _____________________________ SIDE BAR _____ */#sideBar a {	line-height: 16px;}.sidebarTop {	display: block;	width: 236px;	height: 52px;	background-image: url('images/sidebar-top.png');	background-repeat: no-repeat;	overflow: hidden;	margin: 0px;	font-weight: bold;	font-size: 14px;
	text-align: center;}.sidebarTop h2 {	padding: 21px 0px 0px 0px;
	text-align: center;}.sidebarMain {	display: block;	width: 236px;	background-image: url('images/sidebar-mid.png');	background-repeat: repeat-y;	margin: 0px;	text-align: left;	padding-top: 10px;}.sidebarMain p {	padding: 0px 15px 10px 15px;	margin: 0px;	text-align: justify;}.sidebarMain ul {	text-align: justify;	margin: 0px;	padding: 0px 28px 0px 28px;	}.sidebarMain ul li {	padding: 3px 0px 0px 0px;	}.sidebarBottom {	display: block;	width: 236px;	height: 22px;	background-image: url('images/sidebar-bot.png');	background-repeat: no-repeat;	margin: 0px;	overflow: hidden;}/* _____________________________ FOOTER _____ */#footer {	width: 736px;}.footerTop {	display: block;	width: 736px;	height: 52px;	background-image: url('images/footer-top.png');	background-repeat: no-repeat;	overflow: hidden;	margin: 0px;	font-weight: bold;	font-size: 14px;
	text-align: center;}.footerTop h2 {	padding: 21px 0px 0px 0px;
	text-align: center;}.footerMain {	display: block;	width: 736px;	background-image: url('images/footer-mid.png');	background-repeat: repeat-y;	margin: 0px;	text-align: center;	padding-top: 10px;}.footerBottom {	display: block;	width: 736px;	height: 22px;	background-image: url('images/footer-bottom.png');	background-repeat: no-repeat;	margin: 0px;	overflow: hidden;}