@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-color:#15366c;
	color:#010101;
}

#bodycontainer {
	float: none;
	width: 800px;
	position: relative;
	margin: 0px auto 0px auto;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-y;
}

#header{
	width:800px;
	position:relative;
	margin:0px;
}

#logoarea{
	width:800px;
	height:102px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#navarea{
	width:800px;
	height:22px;
	position:relative;
	text-align:right;
	background:url(images/bg_nav.jpg) no-repeat;
}

#welcomearea{
	width:800px;
	height:61px;
	position:relative;
	background:url(images/bg_welcome.jpg) no-repeat;
}

#subwelcome{
	width:800px;
	height:33px;
	position:relative;	
	background:url(images/bg_sub_welcome.jpg) no-repeat;
}

#outercontent{
	margin:10px 17px;
	height:auto;
	position:relative;
}

#footer{
	width:800px;
	height:36px;
	position:relative;
	background:url(images/bg_footer.jpg) no-repeat;
}
#leftnavcontainer{
	width:165px;
	background:url(images/bg_side_nav_fill.jpg) repeat-y;
}

#leftnavtop{
	width:165px;
	position:relative;
	height:15px;
	background:url(images/bg_side_nav_top.jpg) no-repeat;
}

#leftnavmiddle{
	width:165px;
	position:relative;
}

#leftnavbottom{
	clear:both;
	width:165px;
	position:relative;
	background:url(images/bg_side_nav_bottom.jpg) no-repeat;
	background-color:#e5e5e5;
}

#maincontent{
	width:595px;
	position:relative;
	float:right;
	margin-left:6px;
}

.feedcontainer{
	width:290px;
	padding-top:10px;
	padding-bottom:5px;
	background:url(images/cat_fill.jpg) repeat-y;
}

.topnav a {
line-height: 3.5em;
color: #6b6b6b;
font-size:12px;
}

.topnav a:hover {
color: #6b6b6b;
font-size:12px;
text-decoration:underline;
}

h1{
	font-size:14px;
	color:#15366c;
}

.copyright{
	font-size:9px;
	color:#7f7f7f;
}

.copyright a{
	font-size:9px;
	color:#7f7f7f;
}