body {
	margin:0;
	padding:0; 
	background: #0d0d0d url(../images/bg.gif) repeat-x; 
	background-attachment: fixed;
	font: 12px Arial, Helvetica, sans-serif; 
	color:#333;
}
td.border {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #eee;
	padding: 5px;
}
ol li {
	line-height: 1.5;
}
ul li {
	list-style:square;
}
a:link,a:visited,a:active {
	text-decoration: underline;
	color: #333; 
	font-size: 12px;
}
a:hover {
	text-decoration: underline; 
	color: #cc0000; 
}
a img {
	border: none;
}
h1 {
	color: #cc0000;
	font-size: 20px;
	margin-bottom: 0;
}
h2,h3,h4,h5,h6,
h2 a,h3 a,h4 a,h5 a {
	color: #000;
	font-size: 18px;
	margin-bottom: 0;
}
.highlight {
	border-bottom: 1px solid #666;
}
li a {
	border: none;
}
/* Layout */
#container {
	width: 800px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-left: 15%;
	position: absolute;
	background-color: #fff;
}
#title {
	width: 800px;
	height: 130px;
}
#feature {
	width: 800px;
	height: 150px;
}
#menu {
	width: 240px;
	height: 405px;
	padding: 15px 0 15px 0;
	float: left;
	text-align: left;
	background: #fff url(../images/menu_bg.gif) top right no-repeat;
}
* html #menu {
	padding-top: 25px;
}
#menu li {
	display: block;
	list-style: none;
	line-height: 1.5;
}
#menu li a, #menu li a:active, #menu li a:visited {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border: none;
}
#menu li a:hover {
	font-size: 14px;
	color: #cc0000;
	border-bottom: 1px dotted #ccc;
}
#content {
	background-color: #fff;
	width: 430px;
	padding: 10px 100px 10px 30px;
	float: right;
	position: relative;	
}
* html #content {
	width: 495;
	padding: 20px 35px 20px 30px;
	float: left;
}
.image-right {
	float: right;
	padding: 10px;
}
.caption {
	font-size: 9px;
	color: #000;
}
#divider {
	border-bottom: 9px solid #E8E9ED;
}
#sitemap ul {
	padding: 0;
	margin: 5px;
}
#sitemap li {
	line-height: 1.5;
	list-style: none;
}
#sitemap li a {
	text-decoration: none;
}
#copyright {
	color:#dadada;
	margin: 15px 0 10px 0;
	font-size:10px;
	text-align:left;
	border-top:1px #dadada dotted;
}
#copyright a:link, #copyright a:active, #copyright a:visited {
	font-size:10px;
	color:#dadada;
	text-decoration:none;
}
#copyright a:hover {
	font-size:10px;
	color:#999;
}
/* form items */
/*
fieldset {
	padding:10px 0px 10px 20px;
	margin:5px 0 10px 0;
	text-align:left;
	font-size:75%;
	font-weight:bold;
	color:#666;
	background-color:#FDFEFE;
	border: none;
}
.formcont {
	padding:8px 40px 0px 40px;
}
.legend {
	color:#414141;
	background:transparent;
	margin-top:0px;
}
.input {
	background:transparent;
	width:375px;
	border:1px #E2ECF3 solid;
	color:#6A6A6A;
	font-size:11px;
	padding:4px;
}
.button {
	background:#6A91B7;
	color:#FFF;
	font-size:11px;
	font-weight: bold;
	padding:2px;
	margin:0;
	border:1px solid #204762;
	width:385px;
}
input:hover.button {
	color:#EBEFF7;
	background-color:#487BB4;
	border:1px solid #153344;
}
*/
/* Removes vert whitespace from form */
/*
form {
	margin-top:0;
	margin-bottom:0;
}
textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#5B5B5B;
	height:127px;
	width:375px;
	background:#FFF;
	border:1px #E2ECF3 solid;
	padding:4px;
}
*/