@charset "UTF-8";

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	color: #343d38;
	background: #6a706d;
	background-image: url(images/head_bg.gif);
	background-repeat: repeat-x;
	background-position: top left; 
	margin: 0;
	text-align: left;
	}

p {
	margin-top:7px;
	margin-bottom: 0px;
}

a:link {
	color: #EB4812;
	text-decoration: none;
}
a:visited {
	color: #EB4812;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #343D38;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.reversetype{
color: #ffffff;
}



#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	margin: 0 auto;
	width: 870px;
	padding: 0;
	height: 88px;
} 

.header1 {
	align: left;
	width: 180px;
	float: left;
	padding: 0;
	margin: 0px 0px 0px 0px;
	}
	
.header2 {
	text-align: right;
	float: right;
	width: 680px;
	height: 15px;
	padding-top: 25px;
	}
	
.nav {
	width: 680px;
	float: right;
	color: #eb4812;
	padding-top: 20px;
	text-align: right;
	}
	
	.nav
a { 
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	} 
	
.nav
a:hover {
	color: #cccccc;
	text-decoration: none;
	}
	

#maincontent {
	margin: 0 auto;
	width: 870px;
	background-color: #ffffff;
}

.maincontentleft {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.maincontentright {
	height: 340px;
	float: left;
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
}

.maincontentstart {
	height: 340px;
	float: left;
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	background-image: url(images/start_page.gif);
	background-repeat: no-repeat;
	background-position: top left; 
}

.maincontentabout {
	height: 280px;
	float: left;
	width: 610px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	background-image: url(images/start_tint.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 30px; 
}

.maincontentgeneral {
	height: 300px;
	float: left;
	width: 630px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	padding: 20px; 
}

.generalleft {
	float: left;
	width: 200px;
	padding-right: 15px; 
}

.generalright {
	float: right;
	width: 387px;
}



.register
{ 
	font-weight: bold;
	color: #ffffff;
	} 
.register
a { 
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	} 
	
.register
a:hover {
	color: #333333;
	text-decoration: none;
	}
	
	.current 
{ height:16px;
	width:185px;
	color: #eb4812;
	text-decoration: none;
	display:block;
 	padding:4px 5px 3px 10px;
	background-color:#f1f1f1;
	background-image: url(images/arrow_highlight.gif);
	background-position: top right;
	background-repeat: no-repeat; 
	} 
	
		
.categories 
a { 
height:16px;
	width:185px;
	color: #343d38;
	text-decoration: none;
	display:block;
 	padding:4px 5px 3px 10px;
	background-color:#FFFFFF;
	background-image: url(images/arrow_normal.gif);
	background-position: top right;
	background-repeat: no-repeat; 
	} 
	
.categories 
a:hover {
height:16px;
	width:185px;
	color: #a09f9f;
	text-decoration: none;
	display:block;
 	padding:3px 5px 3px 10px;
	background-color:#f1f1f1;
	background-image: url(images/arrow_normal2.gif);
	background-position: top right;
	background-repeat: no-repeat; 
	border-top:  1px solid #ffffff;
	}

.visit 
a { 
	color: #343d38;
	text-decoration: none;
	font-size:14px;
	} 
	
.visit
a:hover {
color: #a09f9f;
	text-decoration: none;
	font-size:14px;
	}
		

.subs	
{ color:#ed4812; 
	font-size: 22px;
	font-weight: normal;
	text-decoration:none;
	line-height: 18px;
	 }
	

	

#footer {
	width: 100%;
	background-color: #00b2d9;
	border-top:  2px solid #cccccc;
	margin: 0 auto;
	margin-top: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
} 

.footer1 {
	margin: 0 auto;
	width: 980px;
	padding: 0;
} 

.footerleft, .footerleft2 {
	width: 140px;
	float: left;
	padding: 0;
	margin: 0px 10px 0px 0px;
	}
	
	.footerleft2
	{
	border-right: 1px solid #cccccc;
	}
	
.footerright {
	width: 350px;
	float: left;
	padding: 0;
	margin: 0px 0px 0px 0px;
	}
	
	.new {
	font-weight:bold;
	color: #ed4812;
	}
	
	
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    line-height: 1px;
}


