body {
background-color: #fff;
font-family: Arial;
}

A:link {
	color: #000;
	font-family: Arial;
	text-decoration: underline;
}
A:visited {
	text-decoration: underline;
	font-family: Arial;
	color: #000;
}
A:active {
	text-decoration: underline;
	font-family: Arial;
	color: #000;
}
A:hover {
	text-decoration: underline;
	font-family: Arial;
	color: #4f5416;
}

#nav A:link {
	color: #fff;
	font-family: Arial;
	text-decoration: none;
}
#nav A:visited {
	text-decoration: none;
	font-family: Arial;
	color: #fff;
}
#nav A:active {
	text-decoration: none;
	font-family: Arial;
	color: #fff;
}
#nav A:hover {
	text-decoration: underline;
	font-family: Arial;
	color: #fff;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 775px;
	background-color: #fff;
	padding: 15px 5px 3px 5px;
	margin: 0 auto;
}

#wrapper_border {
	width: 771px;
	border: 2px solid #666;
	clear:left;
	padding: 10px 20px;
}

#header {
	background-image: url('images/header_1.jpg');
	width: 775px;
	height: 250px;
}

#content_header {
	background-color:#333;
	height: 18px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #fff;
	width: 775px;
	color: #fff;
	font-size: 11px;
	clear:left;
}

#left {
	width: 170px;
	float: left;
	padding: 10px 0px 2px 2px;
}

#right {
	width: 589px;
}

#footer {
	clear: both;
	width: 741px;
	text-align: center;
	color: #000;
	padding: 15px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #fff;
	font-size: 11px;
}

#footer2 {
	clear: both;
	width:771px;
	height:13px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #fff;
	text-align: center;
	font-size: 9px;
}

#footer3 {
	clear:both;
	width:771px;
	height:2px;
	background-color: #333;
	border-color: #fff;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 2px 0px 0px 0px;
	border-width: 0px 2px 0px 0px;
	border-style:solid;
	border-color: #4f4f4f;
	height: 16px;
}

#nav a:hover {
	display: block;
	background-color: #4f4f4f;
}

#nav li { /* all list items */
	float: left;
	width: 94px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #333;
	width: 98px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: 72px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Content Holders */

.menu_top {
	background-image: url('images/menu_top.gif');
	width: 175px;
	height: 25px;
}

.menu_content {
	background-image: url('images/menu_bg.gif');
	background-repeat: repeat-y;
	width: 167px;
	padding: 4px 4px 0px 4px;
	font-size: 12px;
	color: #000;
}

.menu_bottom {
	background-image: url('images/menu_bottom.gif');
	width: 175px;
	height: 12px;
}

.content_top {
	background-image: url('images/content_top1.gif');
	width: 752px;
	height: 20px;
	padding: 5px 0px 0px 23px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.content_content {
	background: #fff;
	width: 727px;
	color: #000;
	font-size: 12px;
	padding: 20px 20px 15px 20px;
	font-family: Arial;
	text-align: justify;
}

.content_content_no {
	background-color: #fff;
	width: 727px;
	color: #000;
	font-size: 12px;
	padding: 20px 20px 0px 20px;
	font-family: Arial;
}

.content_bottom {
	background-image: url('images/content_bottom.gif');
	background-repeat: repeat-x;
	width: 767px;
	height: 11px;
}

.title {
	float:right;
	text-align: right;
	width: 100px;
}

.menu {
	list-style-image: url('images/list.gif');
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 11px;
}

.ident_list {
	list-style-image: url('images/sub_list.gif');
	margin-left: 20px;
	font-size: 10px;
}

ul, td {
	font-size: 12px;
}


/* System CSS */

/*.admin_menu_div
{
	border: 1px dotted black;
	margin: 3px;
} */

.news
{
	
}
.news_container
{
	padding-bottom: 10px;
	padding-top: 10px
}
.news_title
{
	font-weight: bold;
	font-size: 150%;
}
.news_content
{
	font-size: 100%;
	margin-right: 5px;
	margin-left: 5px;
}

.mini_news
{
	
}
.mini_news_container
{
	padding: 4px;
}
.mini_news_title
{
	font-weight: bold;
	font-size: 80%;
}
.mini_news_content
{
	font-size: 60%;
}
.mini_news_link
{
	text-align:right;
}
