@charset "UTF-8";
/* CSS Document */

	
	/*  */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0px none;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%
	}
	a {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	
	
	#wrapper .colmask.rightmenu .colleft .col1 ptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.bodyfont {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
	
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
#wrapper #header #layoutdims {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
		clear:both;
	background:#000000;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
}
#wrapper .colmask.rightmenu .colleft .col1 #tpimage {
	background-image: url('../images/topimage5.jpg');
	top: 5px;
	position: absolute;
	clear: both;
	width: 100%
}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	background-color: #000;
	color: #FF0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	margin:0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFF;
	padding-top: 0.2em;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	}
#subheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	width: 100%;
}
#headerlinks  {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #000;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#FFF;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	
	
	
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #2D8930;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
	float:left;
	width:100%;
	position:relative;
	color: #000;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
	}
	.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#fff;
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	left: 152px;
	top: 1232px;
	background-color: #000;
	}
	#footer p {
	padding:10px;
	margin:0;
	text-align: center;
	}
	/*  */
	.col11 {
	float:left;
	position:relative;
	overflow:hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
.colmask.rightmenu .colleft .col1 #ads1 {
	top: 205px;
	position: absolute;
	clear: none;
	float: left;
	z-index: 5;
	height: 300px;
	width: 400px;
}
#wrapper .colmask.rightmenu .colleft {
	position: relative;
}
#wrapper {
	width: 900px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.colmask.rightmenu .colleft .col1 #maintext {
	position: absolute;
	top: 615px;
	left: 2px;
}