/* General */
body {
	margin:0;
	padding:0;
	font:100% Verdana , sans-serif;
}
body#all {
	background:#fff url(/images/interface/bgbody.jpg) top left repeat-x;
}

body, td{
	font:.7em Verdana , sans-serif;
	color:#abaca9;
}
p{
	margin:0;
	padding:0;
}
form {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

a:link, a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover, a:active {
	color:#d4d5d2;
	text-decoration:none;
}

ul{
	margin:0;
	padding:0;
}


h1{
	color:#97bf11;
	padding:0;
	margin:10px 0 5px 0;
	font:180% Verdana , sans-serif;
}
h2{
	font:130% Verdana , sans-serif;
	color:#97bf11;
	margin:10px 0 5px 0;
	padding:0;
}

h2.h2white, .h2white{
	font:130% Verdana , sans-serif;
	color:#fff;
	margin:10px 0 5px 0;
	padding:0;
}

 hr{
 	padding:0;
 	margin:0;
 	}
 	
/* ---------------- IMG Classes -------------------- */	
	
	
 	
/* ---------------- Container ---------------- */
		#wrapper{
			width:800px;
			padding:0;
			margin:0 auto;
			/*background:#282826;*/
		}		
		#container{
			width:776px;
			background:#9f7ac2;
			float:left;
			padding:0;
			margin:0;
		}
		#contentwrapper{
			width:768px;
			margin:0 auto;
		}
		#header{
			width:768px;
			float:left;
			padding:0;
			margin:0;	
			background:url(/images/interface/headertop.gif) no-repeat top left;		
		}		
		#logo{
			float:left;
			width:746px;
			height:105px;
			padding:0;
			background:white;
			margin:5px 0 0 11px;
			text-align:center;
		}
		img.header{
			margin:0;
			padding:0;
			width:284px;
			height:105px;
		}

	
/* --------------- Main Menu -------------------------*/	
	#smallwrapper{
		width:746px;
		margin:0 auto;
	}
	
	#mainmenu{
		width:746px;
		float:left;
	}
	
	ul#menu{
		height:63px;
		width:746px;
		float:left;	
	}		
	ul#menu li{
		float:left;
		list-style:none;
		margin-top:1px;
		background:url(/images/mainmenu/a_bg.gif) repeat-x top left;
	}
	
	#mainmenu li{
		text-align:center;
	}
	
	ul#menu li a{
		padding:27px 0 23px 0;
		background: url(/images/mainmenu/a_img.gif) no-repeat top left;
		width:149px;
		display:block;
		color:#000;
		text-transform:uppercase;
		font:.8em Verdana,Sans-serif;
		text-decoration:none;
		
	}
	ul#menu li a:hover{
		background:url(/images/mainmenu/hover_bg2.gif) repeat-x top left;
		color:#000;
		text-decoration:underline;
	}
	ul#menu li a.active{
		background: url(/images/mainmenu/hover_bg2.gif) no-repeat top left;
		color:#000;
	}
		
	ul#menu li.first a{
		width:150px;
		background:url(/images/mainmenu/a_first.gif) no-repeat top left;
	}
	ul#menu li.first a.active{
		background: url(/images/mainmenu/first_hover.gif) no-repeat top left;
	}
	
	ul#menu li.first a:hover{
		background: url(/images/mainmenu/first_hover.gif) no-repeat top left;
	}
		
	ul#menu li.last a{
		background: url(/images/mainmenu/a_last.gif) no-repeat top left;
	}
	ul#menu li.last a:hover{
		background: url(/images/mainmenu/last_hover.gif) no-repeat top left;
	}
		ul#menu li.last a.active{
		background: url(/images/mainmenu/last_hover.gif) no-repeat top left;
	}
		
	
	#mainimg{
		width:746px;
		height:309px;
		float:left;
		margin-bottom:10px;
		
	}
	/*--------------------- Content--------------------- */
	
	#content{
		width:768px;
		margin:0;
		padding:0;
		float:left;
		background:#ccc;
	}
	
	.info{
		width:746px;
		float:left;
		padding:0;
		margin:0;
	}
			
	#top{
		float:left;
		width:744px;
		/*background:#fff url(/images/interface/bgcontent.jpg) bottom center no-repeat;*/
		background:#fff;
		border:1px solid #999;
		padding:0 0 20px 0;
		margin:10px 0 0 0;
		color:#000;
	}
	.toptext{
		width:694px;
		padding:0 25px 0 25px;
		float:left;
	}
	
	#top ul{
		padding-left:10px;
		margin-left:14px;
		list-style-image:url(/images/interface/li_arrow.gif);
		line-height:150%;
	}
	#topborder{
		float:left;
		height:35px;
		width:744px;
		padding:0;
		background:#fff;
		border-bottom:7px solid #212220;
	}
	
	#bottom{
		float:left;
		width:746px;
		color:#000;
	}
	
/* ---------------------- Footer ---------------------- */
	#footerline{
		width:768px;
		height:1px;
		float:left;
		margin-top:20px;
		border-bottom:1px solid #fff;
		/*background:#686966;*/
	}
	#footer{
		width:708px;
		background:#97bf11;
		height:10px;
		margin:0;
		padding:30px 30px;
		float:left;
		border-top:3px solid #fff;
		color:#000;
		}
	#footer ul{
		list-style-type:none;
	}
	#footer ul li{
		float:left;
		margin:0 10px;
		padding:0;
	}
	