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

body {
	background-image: url(imgs/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #060;
}
a:visited {
	color: #033;
}
a:hover {
	color: #093;
}#leftbar {
	padding: 0px;
	float: left;
	width: 184px;
	border: 2px solid #0B4400;
	margin: 5px;
	clear: left;
}
#rightbar {
	float: right;
	width: 700px;
	margin-top: 7px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.left_title {
	background-image: url(imgs/leftbar_title_bg.jpg);
	background-repeat: repeat-x;
	height: 16px;
	width: 183px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
#foot_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #C5C5C5;
	float: left;
	height: auto;
	margin-left: 5px;
}
#foot_menu a {
	color: #C5C5C5;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


#foot_tag {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #C5C5C5;
	float: right;
	height: auto;
	margin-right: 5px;
}
#foot_tag a {
	color: #C5C5C5;
	text-decoration: none;
}
#lower_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	color: #FFFF99;
	vertical-align: middle;
	float: right;
	height: 20px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#lower_nav a {
	text-decoration: none;
	color: #FFFF99;
}
#lower_nav a:hover {
	text-decoration: none;
	color: #99FF99;
}
.main_nav {
	background-image: url(imgs/tab.png);
	float: right;
	height: 22px;
	width: 101px;
	color: 990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: text-top;
	padding-top: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.main_nav a {
	color: #990000;
	text-decoration: none;
}
.main_nav a:hover {
	color: #006600;
	text-decoration: none;
}

.timeswhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

ul.slides { 
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
}

.slides li { 
	display: block;
	float: left;
	margin: 0 10px 10px 0; /* 2nd number controls the distance between thumbnails */
	padding: 0;
}

.slides li a {
	text-decoration: none;

}

.tag { 
	text-align: center;
	white-space: normal;
}.catbox {
	width: 280px;
	background: #C1FFF2;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}
.catitle {
	width: 280px;
	height: 18px;
	background: #03CA33;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.catbox img {
	text-align: right;
	margin-left: 10px;
}
.greentitle {
	font-weight: bold;
	color: #099F00;
}
