html, body{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size : 100%;
	color:#330000;
	font-weight : normal;
	background-color : #2E0000;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:891px;	
}
#inner {
	position: relative;
	float:left;
	width:891px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
}
#logo {
	position: relative;
	float:left;
	width:689px;
	background-image : url(../images/logos/logomain.jpg);
	background-repeat : no-repeat;
	height:94px;
}

ul {
	font-size:70%;
	font-weight : normal;
}
li {
}
ol {
	font-size:100%;
}
hr {
	color:#CCCCCC;
	height:1px;
	text-align:left;
}
/* Header
***********************************************/
#topnav {
	position: relative;
	float:left;
	width:195px;
	height:24px;
	padding-top:70px;
	font-size:80%;
	text-align:left;
	padding-left:7px;
	color:#973031;
	background-image : url(../images/bg_nav.jpg);
	background-repeat : no-repeat;
}
#topnav a:link {color: #973031;text-decoration: none;}
#topnav a:visited {color: #973031;text-decoration: none;}
#topnav a:hover {color: #FFFFFF;text-decoration: none;}
#topnav a:active {color: #973031;text-decoration: none;}
.nolinktopnav {color: #FFFFFF;text-decoration: none;}
#left {
	position: relative;
	float:left;
	width:487px;
	padding-top:10px;
	padding-top:110px;
	padding-left:100px;
	padding-right:30px;
	padding-bottom:30px;
}
#left2 {
	position: relative;
	float:left;
	width:487px;
	padding-top:10px;
	padding-top:10px;
	padding-left:100px;
	padding-right:30px;
	padding-bottom:30px;
}
#right {
	position: relative;
	float:left;
	width:274px;
	padding-top:1px;
}

#leftnav {
	position:relative;
	float:left;
	width:225px;
	font-size:70%;
	text-align:left;
	font-weight : normal;
	padding-left:10px;
}

#leftnav a:link {color: #319998;text-decoration: none;}
#leftnav a:visited {color: #319998;text-decoration: none;}
#leftnav a:hover {color: #319998;text-decoration: underline;}
#leftnav a:active {color: #319998;text-decoration: none;}
.nolinknav {color: #319998;text-decoration: none;font-weight : bold;}
#commit {
	padding-left:16px;
}
#content{
	position:relative;
	float:left;
	text-align:left;
	width:891px;
	background-image : url(../images/bg_content.jpg);
	background-repeat : no-repeat;
}
#contentimage {
	position:relative;
	float:left;
	
}

a.bodylink:link {text-decoration:underline;	color:#330000;}
a.bodylink:visited {text-decoration: underline;	color:#330000;}
a.bodylink:hover {text-decoration: underline;	color:#FFFFFF;}
a.bodylink:active {text-decoration: underline;	color:#330000;}

/*********** Generic Style***********/
 h1{font-size:130%;font-weight:bold; color:#FFFFFF;}
 h2{font-size:70%; font-weight:normal;margin-bottom:0px;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/
#footer a:link {color: #000000;text-decoration: none;}
#footer a:visited {color: #000000;text-decoration: none;}
#footer a:hover {color: #000000;text-decoration: underline;}
#footer a:active {color: #000000;text-decoration: none;}
.nolink {color: #000000;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:891px;
	height:69px;
	font-size:70%;
	text-align:center;
	color: #000000;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:34px;
	
}

#ctform {
	width:350px;
	padding-top:10px;
}

#ctsubmit{
    position:relative;
	text-align:left;
	padding-top:10px;
	height:40px;
	width:300px;
}
#ctlegal {
	position:relative;
	text-align:left;
	width:300px;
	height:40px;
}
input {
	border:1px solid #330000;
	background-color : #ffffff;
}
.subHeader {
	font-size:150%;
	color:#FFFFFF;
}
.title {
	color:#666666;
	font-size:90%;
	font-weight:bold;	

}
.name {
	color:#666666;
	font-size:90%;
	

}
.mem_title{font-size:120%;font-weight:normal; color:#FFFFFF;}
.mem_cat{font-size:100%;font-weight:normal; color:#FFFFFF;}

table.details{
	font-size:70%; font-weight:normal;
}