/* GLOBAL */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: #898fc4;
}
h1 { font-size: 20px; text-decoration: underline; }
h2 { font-size: 18px; text-align: center; }
ul, li { list-style: none; padding: 0; }
li a { text-decoration: none; color: #03f; }
.blue {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #212cc4;
}
.sea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6c72c4;
}
.white {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
.main {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height:14px;
}
/* WRAPPER */
.wrapper {
	width: 950px;
	height: 100% -75px;
	height: auto -75px;
	/* min-height: 100% -75px;*/
	background-image: url('images/border.png');
	background-repeat: repeat-y;
	margin: 0px;
	overflow: auto;
}
/*   TOP SECTION - LOGO & MENU */
#topsection {
	width: 950px;
	height: 129px;
}
#logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 262px;
	height: 129px;
	display: block;
	float: left;
	clear: left;
}
#nav {
	height: 65px;
	width: 688px;
	float: left;
	display: block;
	margin-top: 32px;
	margin-bottom: 32px;
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url('../images/navback.png');
	background-repeat: repeat-x;
}
#nav ul {
	float: none;
	margin-top: 9px;
	list-style: none;
	text-align: left;
	background-image: url('../images/navback.png');
	background-repeat: repeat-x;
}
#nav li {
	display: block;
	width: 115px;
	height: 56px;
	margin-left: 0px;
	text-align: left;
	list-style: none;
	float: left;
	font-weight: bold;
}
#nav li a {
	background-image: url('../images/btn1.png');
	background-repeat: no-repeat;
	display: block;
	padding-top: 15px;
	padding-left: 15px;
	width: 100px;
	height: 41px;
	color: #ffffff;
	float: left;
	text-decoration: none;
}
#nav li a:hover {
	background-image: url('../images/btn2.png');
	background-repeat: no-repeat;
	color: #7BCC05;
}
/* MIDSECTION - LEFT COLUMN & MAIN BODY */
#midsection {
	background-image: url('../images/back_left.png');
	background-repeat: repeat-y;
	width: 950px;
	height: auto;
	float: left;
	clear: both;
}
#leftcol {
	background-image: url('../images/back_left.png');
	background-repeat: repeat-y;
	display: block;
	height: auto;
	width: 246px;
	float: left;
	margin-right: 30px;
}
#leftcoltext {
	padding-left: 40px;
	padding-top: 15px;
	padding-right: 15px;
	display: block;
}
.leftcolline {
	padding-top: 3px;
	padding-bottom: 3px;
}
#maincontent {
	width: 674px;
	height: auto;
	float: left;
	clear: right;
}
#header {
	padding: 8px 240px; 
/*	padding-top:11px; 
	padding-top:8px; 
	padding-right:130px; */
	text-align: center;
}
/* BOTTOM SECTION - PUSH & FOOTER */
.push, .footer {
	margin: 0px auto;
	clear: both;
	float: left;
	color: #8e99a6;
}
.push {
	background-image: url('../images/back_left.png');
	background-repeat: repeat-y;
	padding-left: 16px;
	display: block;
	height: 25px;
	width: 934px;
}
.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image:url('../images/tall_footer.png');
	background-repeat: repeat-x;
	height: 75px;
	width: 950px;
	overflow: hidden;
	margin-bottom: 10px;
}
.footer a {
	text-decoration: none;
	color: #0066CC;
}
.menu {
	margin: 10px auto;
	font-weight: bold;
}

.menu ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
}
.menu li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
	text-align: center;
}
.menu a, .footer a {
	text-decoration: none;
	color: #8E99A6;
}
.menu a:hover, .footer a:hover {
	color: #7BCC05;
}
