@charset "utf-8";
/* CSS Document */

/* Basic Elements */
html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#2D3940;
	}
#container {
	width: 800px;
	margin:auto;
	background-color:#FFF;
	}
#header {
	width: 800px;
	height: 100px;
	background: url("images/header-bg.gif");
	}
#logo {
	width:229px;
	margin:26px 0 0 28px;
	float:left;
}
#toptxt {
	width:240px;
	float:right;
	margin:30px 150px 0 0;
	font-size:13px;
	color:#333;
}
#content {
	float: right;
	width: 78%;
	}
#buttons {
	text-align:center;
	}
#left {
	float: left;
	width: 22%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	color: #fff;
	padding: 5px 0;
	background: #333;
	text-align:center;
	font-size:13px;
	}
#footer a {
	color:#FFF;
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 4px 0 4px 12px;
	}
#sidebar li a:hover {
	color:#990000;
	border-right: 7px solid #990000;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	color:#666;
	line-height:20px;
	}
ul {
	color:#666;
	line-height:20px;
	margin:10px;
	list-style-type:square;
	}
ol {
	color:#666;
	line-height:20px;
	margin:10px;
	}
img {
	border: 0;
	}
h1 {
	text-align:center;
	margin:7px 0;
	color:#333;
	font-size:22px;
	}
h2 {
	text-align:center;
	margin:8px 0 12px 0;
	color:#666;
	font-size:18px;
	font-weight:normal;
	}
h3 {
	margin:15px 0 7px 10px;
	color:#333;
	}
h4 {
	margin:15px 0 7px 10px;
	color:#333;
	font-size:14px;
	}
a {
	color:#009999;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
.bold {
	font-weight:bold;
	}
.button {
	margin:12px 28px;
	}
.boldfront {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	}
.banner {
	margin-top:25px;
}