body{
	background			: #660000;
	margin				: 0px;
	padding				: 0px;
	height				: 100%;
}

body,td,th,div{
	font-family			: Tahoma, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #fff;
}

#contact {
	overflow				: none;
}

#main{
	background			: #1a1a1a;
}

.bio{
	width				: 650px;
	padding				: 7px;
}

#nav{ 
	list-style			: none; 
	margin				: 0.2em -3.1em;
	width				: 15em;
	}

#nav li{ 
	padding				: 0;
	margin				: 0; 
}

#nav a{
	display				: block;
	height				: 1.8em;
	padding				: 0.7em 0.2em 0.2em 0.5em;
	border-bottom		: 1px solid #1a1a1a;
	color				: #eee;
	background-color		: #333;
	text-decoration		: none;
}

#nav a:hover{
	color				: #fff;
	background-color		: #660000;
	text-decoration		: none;
}

a{
	color				: #fff;
	text-decoration		: none;
}

a:hover{
	text-decoration		: underline;
}

#top_container{
	background	: url(../images/header_bg.gif) repeat-x;
	height				: 110px;
}

#logo{
	background			: url(../images/logo.gif) no-repeat;
}

#middle_container{
	padding				: 10px;
	background			: url(../images/trans.gif) repeat-x;
	min-height			: 500px;
	height				: auto !important;
  	height				: 100%;
	
}
/* for Internet Explorer */
* html .middle_container {
height: 500px;
}

#middle_container_inner{
	text-align			: left;
}

#left{
		float: left;
		width : 250px;
		height : 200px;
		text-decoration : none;
}

#right{
	width				: 100%
	float				: right;
	padding				: 0px 40px;
}

#bottomcontainer{
	background			: #660000 url(../images/footer_bg.gif);
	height				: 50px;
	padding				: 25px 0px 0px 0px;
	font-size			: 10px;
	color				: #ddd;
}


table.moduletable{
	width				: 180px;
	margin-bottom		: 10px;
}

table.moduletable th,
.sectiontableheader{
	font-weight			: bold;
	letter-spacing		: 1px;
	border-bottom		: 1px solid #666;
}

table.moduletable td{
	padding-top			: 10px;
}

table.moduletable td td{
	padding-top			: 0px;
}

.sectiontableentry1{
	background:#e7e7e7;
}

.contentheading{
	color				: #666;
	font-size			: 20px;
	text-decoration		: none;
	padding-bottom		: 7px;
}

#body.mceContentBody {
background-color: #FFFFFF !important;
color:#000000  !important;
}

#body.mceContentBody p{
color:#000000 !important;
}

.contentheading a{
	color				: #444;
	font-size 		: 20px;
	text-decoration		: none;
}

.componentheading{
	color				: #693;
	font-size			: 20px;
	margin-bottom		: 20px;
	text-decoration		: none;
}

h1{
	color				: #666;
	font-size			: 20px;
	margin-bottom		: 20px;
	text-decoration		: none;
	font-weight	: normal;
}

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 11px;
}
