
/* _____________________________ GENERAL STYLES _____ */
body { 
	background-color: #4596ff;	font-family: Verdana, Arial, Georgia, 'Times New Roman', Times, serif;	font-size: 11px;
	line-height: 20px;
	text-align: justify;	color: #ffffff;}

a {
	font-weight: bold;
	color: #ffffff;
}

a:hover, a:focus, a:active {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-size: 18px;	
}

h2 {
	font-size: 14px;
	margin: 0px 0px 3px 0px;	
}

table tr td {
	font-size: 11px;	
}
a img {
	border: 1px solid #ffffff;
}

/* _____________________________ MAIN DIVS _____ */

#mainContainer {
	position: absolute;
	top: 0px;
	width: 736px;
	left: 50%;
	margin-left: -370px;	
}
#header {
	top: 0px;
	display: block;
	width: 900px;}


/* _____________________________ MAIN CONTENT _____ */

#mainContent {
}

.mainTop {
	display: block;
	width: 531px;
	height: 46px;
	background-image: url('images/main-top.png');
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}
.mainTop h2 {
	padding: 19px 0px 0px 23px;
}

.mainMain {
	display: block;
	width: 531px;
	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: 531px;
	height: 44px;
	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: 202px;
	height: 46px;
	background-image: url('images/sidebar-top.png');
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}
.sidebarTop h2 {
	padding: 19px 0px 0px 23px;
}

.sidebarMain {
	display: block;
	width: 202px;
	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: 3px 30px 0px 30px;	
}

.sidebarMain ul li {
	padding: 3px 0px 0px 0px;	
}

.sidebarBottom {
	display: block;
	width: 202px;
	height: 44px;
	background-image: url('images/sidebar-bottom.png');
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
}








/* _____________________________ FOOTER _____ */#footer {
	width: 736px;}

.footerTop {
	display: block;
	width: 736px;
	height: 46px;
	background-image: url('images/footer-top.png');
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}
.footerTop h2 {
	padding: 19px 0px 0px 23px;
}

.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: 29px;
	background-image: url('images/footer-bottom.png');
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
}








#searchBox {
	display: block;
	width: 484px;
	height: 76px;
	background-image: url('images/searchbox-bg.png');
	background-repeat: no-repeat;
	padding: 7px 0px 7px 0px;
	overflow: hidden;	
}