body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	text-align:center;
	}

.frame {
	background-color:#FFFFFF;
	width:768px;
	text-align:left;
	margin:0 auto;
	}
	
/*-----------------------------

		BANNER AREA

-----------------------------*/
	
.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:137px;
	float:left;
	clear:none;
	}

.sub_frame {
	width:768px;
	float:left;
	clear:none;
	}

.nav_bg {
	background-image:url(images/topNav_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:207px;
	float:left;
	clear:none;
	padding:10px 0px 0px 10px;
	text-align:center;
	}
	
.topnav{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
	line-height:22px;
	text-align:left;
	}

.topnav a:link{
	color: #003366;	
	text-decoration: none;
	}

.topnav a:visited{
	color: #003366;	
	text-decoration: none;
	}

.topnav a:hover{
	color: #789E27;	
	text-decoration: none;
	}

.flash_container {
	width:551px;
	height:274px;
	float:left;
	clear:none;
	}

.flash_bg {
	background-image:url(images/flash_backg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:551px;
	height:244px;
	float:left;
	clear:none;
	text-align:right;
	}

.top_SubLink {
	width:551px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	line-height:30px;
	text-align:left;
	}
	
.top_SubLink a:link {
	color:#666666;
	text-decoration:none;
	}

.top_SubLink a:visited {
	color:#666666;
	text-decoration:none;
	}

.top_SubLink a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
/*-----------------------------

		MAIN AREA

-----------------------------*/

.news_pane {
	background-color:#FFFFFF;
	width:207px;
	float:left;
	clear:none;
	padding:10px 5px 5px 5px;
	}

.content_pane {
	background-color:#FFFFFF;
	width:300px;
	float:left;
	clear:none;
	padding:10px 5px 5px 5px;
	}
	
.inner_content_pane {
	background-color:#FFFFFF;
	width:531px;
	float:left;
	clear:none;
	padding:10px 5px 5px 5px;
	}

.feature_pane {
	background-color:#FFFFFF;
	width:231px;
	float:left;
	clear:none;
	padding:10px 5px 5px 5px;
	}
	
/*-----------------------------

		FOOTER AREA

-----------------------------*/


.line {
	background-image:url(images/line.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:20px;
	float:left;
	clear:both;
	}

.footer {
	background-color:#FFFFFF;
	width:768px;
	height:40px;
	float:left;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:20px;
	padding-bottom:10px;
	text-decoration:none;
	}

.footer a:link {
	color:#666666;
	text-decoration:none;
	}
	
.footer a:visited {
	color:#666666;
	text-decoration:none;
	}

.footer a:hover {
	color:#666666;
	text-decoration:underline;
	}

.clear {
	clear:both;
	}
