body {
	background: url(bg.gif) repeat-x #c9cad9;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 20px;
	color: black;
	}

a {
	color: blue;
	text-decoration: none;
	}

a:hover {
	color: green;
	}

h1 {
	color: #555;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 0px 0px 4px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #eee;
	}

p {	
	margin: 0px 0px 20px 0px;
	}

.header {
	background: url(header_bg.jpg) no-repeat #89888d;
	height: 120px;
	}

.title_image {
	float: left;
	margin-bottom: 20px;
	}

.nav_shader {
	clear: both;
	height: 20px;
	width: 740px;
	margin: 0px 10px;
	padding: 2px 5px 0px 5px;
	}

.datestamp {
	color: #999999;
	height: 18px;
	line-height: 15px;
	font-size: 11px;
	float: left;
	}

.top_navbar {
	display: block;
	color: white;
	font-family: verdana, helvetica;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 16px;
	float: right;
	text-align: right;
	padding: 0px 20px;
	}
	
.top_navbar_current {
	height: 20px;
	display: block;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 12px 0px 12px;
	background: white;
	color: gray;
	}
	
.top_navbar a {
	height: 20px;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	color: white;
	text-decoration: none;
	}
	
.top_navbar a:hover {
	color: orange;
	text-decoration: none;
	}

.main_content {
	padding: 20px;
	}

.left_content {
	width: 120px;
	background: url(leftnav_bg.gif) #d7fae0;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	}

.left_content ul {
	list-style: none;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
	}

.left_content li {
	margin: 0px;
	padding: 0px;
	}

.left_content li a {
	display: block;
	color: #669966;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #88bb88;
	border-right: 1px solid #88bb88;
	margin-bottom: 2px;
	padding: 2px 6px;
	background: #d0f5d0;
	}

.left_content li a:hover {
	background: white;
	}

.right_content {
	font-size: 10px;
	line-height: 14px;
	float: right;
	width: 150px;
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	margin: 0px 0px 20px 20px;
	padding: 10px;
	}

.bottom_nav {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background: #f5f5f5;
	border: 0px solid #e5e5e5;
	border-width: 1px 0px;
	}

.bottom_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.bottom_nav li {
	padding: 0px 5px;
	margin: 0px 0px;
	display: inline;
	}

.search_box {
	font-size: 11px;
	font-family: tahoma, arial;
	color: white;
	font-weight: bold;
	position: relative;
	right: 10px;
	bottom: 5px;
	float: right;
	margin-top: 20px;
	z-index: 100;
	}

.search_box form {
	margin: 0px;
	}

.search_box input {
	font-size: 11px;
	font-family: tahoma, arial;
	color: black;
	}

.content_panel {
	border: 0px solid #89888d;
	border-width: 0px 10px 20px 10px;
	background: white;
	}

.copyright {
	padding-top: 5px;
	color: gray;
	font: 11px tahoma;
	}

.home_main {
	width: 750px;
	height: 200px;
	margin: -19px -20px 20px -20px;
	background: url(/media/home/home_main.jpg) no-repeat;
	overflow: hidden;
	}

.home_halfbox {
	float: right;
	width: 400px;
	height: 200px;
	background: url(/media/home/home_boxshot.jpg) no-repeat #d9d9d9;
	margin: -20px -20px 15px 15px;
	}

.graybox {
	background: #f5f5f5;
	border: 1px solid silver;
	padding: 10px;
	margin: 10px 0px;
	}

.button_link {
	display: block;
	height: 13px;
	line-height: 12px;
	overflow: hidden;
	padding: 0px 5px;
	float: right;
	margin: 0px 5px 0px 5px;
	position: relative;
	top: 175px;
	border: 1px solid white;
	color: white;
	font-size: 9px;
	opacity: .75;
	filter: alpha(opacity=75);
	}

.button_link:hover {
	color: gray;
	background: white;
	opacity: 1;
	filter: alpha(opacity=100);
	}
