@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.gif);
	background:url(../images/bg.gif);
	background-repeat:repeat;
	background-color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
#header {
	margin-bottom: 0px;
	overflow:hidden;
	border-bottom:1px solid #EFEFEF;
	padding:0px; 
	vertical-align:bottom;
	height:150px;
	}
#nav {
	width: 260px;
	float: left;
	margin-left: 0px;
	padding: 5px;
	padding-top:0px;
	}
#navlist li{
	background:url(../images/menu-items.gif);
	background-image:url(../images/menu-items.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style:none;
	height:34px;
	width:189px;
	padding:8px 0px 0px 20px;
	}
#navlist .selected{
	background:url(../images/menu-items-over.gif);
	background-image:url(../images/menu-items-over.gif);
	background-repeat:no-repeat;
	background-position:top left;
	list-style:none;
	height:34px;
	width:189px;
	padding:8px 0px 0px 20px;
	}
.bluetext{
	color:#29ABE2;
	}
.subtitle{
	font-weight:bold;
	}
.title{
	font-size:20px;
	font-weight:bold;
	}
#content {
	padding: 15px;
	margin-left: 250px;
	margin-right:30px;
	}
#footer {
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 10px 10px;
	clear: both;
	margin-right:30px;
	}
.spacer {
	clear: both;
	}