﻿/* CSS layout */
body{
	font-family: "Lucida Sans Unicode", Calibri, sans-serif;
	font-size: 85%;
	line-height: 130%;
	background-color: #006600;
	background-image:url('images/background.jpg');
	background-repeat:repeat;
	margin: 0px auto;
	}
#masthead {
	margin: 0 auto;
	height: 187px;
	width: 955px;
}

#top_nav {
	margin: 0px auto 0px auto;
	background-image: url('images/navbar.gif');
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	top: -2px;
	z-index: 1400;
}
#top_nav2 {
	margin: 0px auto 0px auto;
	background-image: url('images/navbar-2010.gif');
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	top: -2px;
	z-index: 1400;
	height:55px;
}

#categories	{
	float: left;
	width: 175px;
}
#categories	ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#categories li{
	padding: 10px 0px 10px 8px;
	color: green;
	font-weight: bold;
	border-bottom: thin green dotted;
	font-size: 90%;
}
#categories li a:link	{
	text-decoration:none;
	color: green;
}
#categories li a:visited	{
	text-decoration:none;
	color: #006600;
}

#categories ul li:hover {
	background-color: white;
	text-decoration:none;
}
#categories li ul li{
	padding: 5px 0px 5px 8px;
	color: green;
	font-weight: bold;
	font-size: 90%;
}

#container {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFF66;
	height: 100%;
	z-index: 150;
	float: right;
}
#rotator	{
	margin: 0 0 0 0;
	padding: 0;
	width: 770px;
	height: 255px;
	float: right;
}
#page_content {
	width: 770px;
	float: left;
	background-color: #FFFF66;
	z-index: 180;

}

#right_col {
	padding: 10px 5px 0px 5px;
	background-color: #FFFF66;
	text-align: left;
	height: 100%;
	float: right;
	margin: 0px;
	min-width: 215px;
	max-width: 235px;
}

#footer {
	background-color: #006600;
	color: #FFFFFF;
	font-size: 80%;
	padding: 5px;
	clear: both;
	text-align: center;
	width: 940px;
	clear:both;
}
#footer a:link	{
	color:white;
}
#footer a:visited	{
	color:silver;
}

#footer a:hover	{
	color:gray;
}

.first	{
	clear: left;
	background-color: #FFCCCC;
	height:100%;
	text-align: left;
}
.second	{
	background-color: #99FFCC;
	clear: both;
	height:100%;
	text-align: left;
}
#wrap	{
	width: 950px;
	height: 100%;
	margin: 0px auto;
	z-index: 800;
}
#wrapa	{
	width: 950px;
	height: 100%;
	margin: 0px auto;
	z-index: 800;
}