@charset "UTF-8";
/* CSS Document */

body {
	width:763px;
	margin:0 auto;
	background-color: #82bcea;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.clearing {
	width: 747px;
	height: 0;
	clear: both;
}
a { color: #7a7a7a; text-decoration: none }
a:visited { color: #333333 }
a:hover { color: #000000; font-weight: bold }

/* ----- WRAPPER ----- */

#wrapper {
	width:763px;
	background-color:#FFFFFF;
	min-height:450px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:450px;
	padding-top: 8px;
}

/* ----- HEADER ----- */

#header {
	width:747px;
	height:115px;
	margin:0 auto;
}

/* ----- NAVIGATION ----- */

#navigation {
	width:747px;
	height:30px;
	margin:0 auto;
	background-image: url(img/bg_navbar.jpg);
}

/* ----- SUBNAV ----- */

#subnav {
	width:747px;
	height:28px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#describe {
	padding-left: 32px;
	padding-top: 6px;
	color: #CCC;
}
#describe a:hover { text-decoration: underline; } 

/* ----- MAIN CONTENT ----- */

#content {
	width:747px;
	margin:0 auto;
	background-color: #f5f5f5;
}
#content .topLinks{}
#content .leftCol {
	width: 500px;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#content .leftCol .h1 {
	background-color: #3c669c;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	margin-top: 16px;
	font-weight: bold;
}
#content .leftCol .copy {
	padding: 2px 12px 2px 12px;
}
#content .leftCol .copy h1 {
	font-size: 130%;
	color: #3C669C;
}
#content .leftCol .copy .img {
	border: #CCCCCC 1px solid;
	padding: 4px;
}
#content .rightCol {
	width: 218px;
	float: right;
	margin-right: 14px;
}
#content .rightCol .welcome {
	width: 218px;
	height: 151px;
	background-image: url(img/bg_welcomebox.jpg);
	background-repeat: no-repeat;
	padding: 8px;
}
#content .rightCol .welcome .h3 {
	color: #3c669c;
	font-size: 110%;
	font-weight: bold;
}
#content .rightCol .enews {
	width: 218px;
}
#content .rightCol .rtHead {
	background-color: #e1dede;
	font-weight: bold;
	padding: 8px;
}
#content .rightCol .rtBody {
	padding-top: 8px;
	padding-bottom: 12px;
}

/* ----- FOOTER ----- */

#footer {
	width:763px;
	height:34px;
	margin:0 auto;
	background-color: #3c7bb2;
}
#footer .logos {
	width: 250px;
	float: left;
	padding-left: 8px;
}
#footer .copyrights {
	width: 450px;
	float: right;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:9px;
	text-align: right;
	padding: 12px;
}
#footer a { color: #FFFFFF; }
#footer a:hover { text-decoration: underline; }