@charset "UTF-8";
/* CSS Document */

.body2col {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(pics/bg-2col.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 774px;
	width: 1165px;
	font-size: 12px;
}
.body1col {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(pics/bg-1col.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 774px;
	width: 1165px;
	font-size: 12px;
}
.navposition {
	z-index: 2;
	left: 95px;
	top: 185px;
	position: relative;
	text-align: left;
}
.maincontent {
	position: relative;
	text-align: justify;
	top: 185px;
	left: -173px;
	width: 624px;
	height: 440px;
	overflow: hidden;
	z-index: 3;
}
.maincontentdd {
	position: relative;
	text-align: justify;
	top: 185px;
	left: -173px;
	width: 624px;
	height: 440px;
	overflow: auto;
	z-index: 3;
}
.sidebarcontent {
	position: relative;
	text-align: justify;
	top: -255px;
	left: 323px;
	width: 325px;
	height: 440px;
	overflow: hidden;
	z-index: 4;
}
.maincontent1col {
	position: relative;
	text-align: justify;
	top: 185px;
	left: 0px;
	width: 980px;
	height: 440px;
	overflow: hidden;
}

/* Main Navigation Menu */

div#nav_main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 936px;
	height: 25px;
	clear: left;
}

div#nav_main ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#nav_main ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
}

div#nav_main ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 2px 2px;
	font: normal 12px/15px 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #4c4c4c;
 	display: block; 
	text-decoration: none;
}

div#nav_main ul li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 2px 2px;
	color: #FF3300;
	border-right: none;
	border-left: none;
}

div#nav_main ul li.right {
	float: right;
}
