/* CSS Document */

body {background-color:#5e8bf3;}

#container {
	position:relative;
	width:1000px;
	background-image:url(../images/container_bk.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#FFFFFF;
}

#header {position:relative; width:960px; height:223px;}
#header #logo {position:absolute; top:0px; left:0px;}
#title {position:absolute; top:70px; left:300px;}
#nav {
	position:relative;
	bottom:0px;
	width:1000px;
	height:34px;
	background-image:url(../images/nav_bk.jpg);
	background-repeat:repeat-x;
	z-index:20;
}
#menu {position:absolute; left:280px;}

#contentarea {position:relative; width:1000px; text-align:left; z-index:10;}
.leftnav {
	position:relative;
	width:230px;
	background-color:#ffca08;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	background-position:left top;
}

.leftnav #news { position:relative; width:230px; padding-right:20px; padding-left:20px; padding-bottom:20px; font-size:11px; color:#000000; z-index:0; margin-top:0px;}
.leftnav #news .feedtitle {font-size:16px; padding-bottom:5px; color:#010666; font-weight:bold;}
.leftnav #news .date {color:#010666; font-weight:bold;}
.leftnav #news a { color:#010666;}
.leftnav #news a:hover {color:#5e8bf3;}
.content {
	position:relative;
	padding-left:48px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.content a {color:#212387;}
.content a:hover {color:#5e8bf3;}

#footer {position:relative; width:1000px; background-image:url(../images/nav_bk.jpg); background-repeat:repeat-x; height:34px;}
#qhc {position:absolute; bottom:0px; right:0px;}
#bottom {
	position:relative;
	width:1000px;
	background-color:#5e8bf3;
	color:#ffffff;
	font-size:9px; 
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	background-position:left top;
}
#bottom a {color:#ffffff;}
#bottom a:hover {color:#ffca08;}
