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

html, body {
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.90em;
	background-color:#888888;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 800px; 
	margin: 0 auto;
	border: 3px solid #dddddd;
	border-top: none;
	background-color:#ffffff;
}

#header {
	width: 800px; 
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	background-color: #1c3b2b;
	
	border-bottom: 3px solid #dddddd;
	
	background-image:url('../images/heading.png');
	background-repeat:no-repeat;	
}

#left-sidebar {
	float: left;
	width: 159px;
	min-height: 320px;
	color: #ffffff;
	
	background-image:url('../images/left-sidebar.png');
	background-repeat:no-repeat;	
}

#left-sidebar .menu_top {
	height: 16px;
	color: #1f300d;
	/*background-image:url('../images/menu_bg_top.png');
	background-position:right bottom;
	background-repeat:no-repeat;*/
}

#left-sidebar .menu_bottom {
	height: 16px;
	color: #1f300d;
	/*background-image:url('../images/menu_bg_bottom.png');
	background-position:right top;
	background-repeat:no-repeat;*/
}

#left-sidebar .list_menu {
	margin-top: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
/*
	background-image:url('../images/menu_bg_middle.png');
	background-position:right top;
	background-repeat:repeat-y;	
*/	
}

#left-sidebar .list_sub_menu {
	list-style: none;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
}

a.menuhead {
	font-weight: bold;
	color: #ffffff;
}

a.menuhead:hover {
	text-decoration: underline;
}

a.menulink {
	color: #ffffff;
	text-decoration: none;
	font-size: .85em;
	text-align: left; 
	padding-top: 2px; 
	display: block;
	
	padding-left: 12px; 
	background-image:url('../images/arrows.png');
	background-position:left center;
	background-repeat:no-repeat;	
}

a.menulink:hover {
	text-decoration: underline;
}

.topcorner {
float: left; 
width: 32px; 
height: 32px; 
background-image:url('../images/top-corner.png');	
}

#content {
	float: right;
	width: 621px; 
	padding: 10px;
	margin-top: 0px;
	padding-top: 0px;
	min-height: 400px;
}

#footer {
	clear: both;
	color: #000000;
	text-align: center;
	font-size: 0.75em;
}

a {
	text-decoration: underline;	
	color: #1f580d;
}

a.sidebar {
	text-decoration: none;	
	color: #ffffff;
}

a:hover {
	text-decoration: underline;	
}

p  {
	font-size: 1em;
	font-style: normal;
	text-align:justify;
}

label {
	font-size: 0.75em;
	font-style: normal;
	text-align:justify;
}

input, select {
	font-size: 0.75em;
}

h1 {
	font-size: 1.75em;
	font-style: normal;
	color: #1f300d;
}

h2 {
	font-size: 1em;
	font-style: normal;
	color: #1f300d;
}

.newsbox {
	border: thin solid #000000; 
	background-color: #eeeeee; 
	margin-bottom: 25px; 
	margin-left: 25px; 
	margin-right: 25px; 
}

.newsbox_title{
	height: 16px;
	
	background-image:url('../images/title_grass_bg.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-color: #1f580d; 
	
	color: #ffffff;
	font-size: 16px;
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.newsbox_body{
	padding: 5px 10px;
	text-align: justify;
}


.alt_table {
	border: 1px solid #000000;
}

.alt_table_heading {
	height: 16px;
	
	background-image:url('../images/title_grass_bg.png');
	background-repeat:no-repeat;
	background-position:-40px;
	background-color: #1f580d; 
	
	color: #ffffff;
	font-size: 16px;
}

.alt_table_odd_row {
	background-color: #dddddd; 
	height: 25px;
}

.alt_table_even_row {
	background-color: #eeeeee; 
	height: 25px;
}
