/* GENERAL */
BODY{
	background: url('../images/background.jpg') repeat-x;
	background-color:#c8e2ee !important;
	color:#3f3f40;
}

#container{
	width:815px;
	margin:15px auto;
	background-color:#C8E2EE;
}
/* END GENERAL */

/* HEADER */
#header{
	width:815px;
	height:382px;
	font-weight:normal;
}

#header H1.top{
	width:815px;
	padding:0;
	padding-top:56px;
	height:0;
	background: url('../images/header_top.jpg') no-repeat;
	overflow:hidden;
	margin:0;
}

#header A:link{
	font-weight:normal;
}

/* NAV */
#nav_panel{
	height:26px;
	background: url('../images/logo_middle.jpg') no-repeat;
	background-color:#16325c;
}
/* END NAV */

.banner{
	height:265px;
}

.caption{
	background-color:#16325c;
	height:29px;
	margin-left:15px;
	text-transform: uppercase;
	text-align:right;
	padding-top:8px;
	padding-right:12px;
	color:white;
	font-size:13pt;	
}
/* END HEADER */

/* MAIN */
#main{
	min-height:380px;
	width:790px;	
	margin-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:10px;
	background-color:white;
}

.content{
	width:450px;
	margin-left:290px;
	display:block;
}

.left_col{
	width:255px;
	float:left;
	padding-right:10px;
	margin-left:-25px
}

.left_col H4{
	margin:5px 0 10px 0;
	padding:0;
}

.right_col{
	width:200px;
	float:left;
	margin-left:10px;
}

.clear{
	clear:both;
}

.title{
	padding-top:12px;
}

.content STRONG{
	color:#16325c;
}

.content LI{
	margin-left:15px;
}

.news{
	background-color:#d4d4d4;
	padding:1px 5px 5px 5px;
	margin:0;
	margin-bottom:10px;
}

.sponsor{
	margin-left:5px;
}

/* END MAIN */

/* LEFT PANEL */
#left_panel{
	float:left;
	height:100%;
	margin-right:10px;
	margin-left:15px;
}

#quicklinks_container{
	width:208px;
}

#quicklinks_container .top{
	height:13px;
	background: url('../images/quicklinks_top.jpg') no-repeat;
	overflow:hidden;
}

.quicklinks{
	height:218px;
	background: url('../images/quicklinks_bg.jpg') repeat-x;
	overflow:hidden;
}

.quicklinks A:LINK, A:VISITED {
	color: #16325c;
	text-decoration: none;
	font-weight:normal;
	display:block;
	width:168px;
	padding-top:2px;
	padding-left:2px;
}

.quicklinks A:hover{
	text-decoration:none;
	background-color: #16325c;
	color:white;
}

.quicklinks OL{
	list-style:none;
	margin-left:20px;
}

.quicklinks LI{
	border-bottom:1px solid #acbece;
	width:170px;
	font-weight:normal;
}

.quicklinks H2{
	margin-left:20px;
	margin-bottom:8px;
	padding-top:2px;
	color:#16325c;
	font-weight:bold;
	font-size:14pt;
}

#quicklinks_container .bottom{
	height:13px;
	background: url('../images/quicklinks_bottom.jpg') no-repeat;
	overflow:hidden;
}

#weather{
	margin-left:10px;
	padding-left:5px;
}

/* END LEFT PANEL */

/* FOOTER */
#footer{
	background-color:#16325c;
	height:20px;
	text-align:center;
	color:white;
	font-size:8pt;
	padding-top:5px;
	margin-left:15px;
	width:800px;
}

#footer A:LINK, #footer A:VISITED{
	color:white;
	font-weight:normal;
	font-size:8pt;
	display:inline;
}

#footer A:HOVER{
	text-decoration:underline;
}
/* END FOOTER */
