a:visited {color: #000000; text-decoration: none}
a:link {color: #000000; text-decoration: none}
a:active {color: #000000; text-decoration: none}
a:hover {color: #000000; text-decoration: underline}

a.admin_link:visited {color: #679a35; text-decoration: none}
a.admin_link:link {color: #679a35; text-decoration: none}
a.admin_link:active {color: #679a35; text-decoration: none}
a.admin_link:hover {color: #679a35; text-decoration: underline}

a.nav_link:visited {color: #ffffff; text-decoration: none}
a.nav_link:link {color: #ffffff; text-decoration: none}
a.nav_link:active {color: #ffffff; text-decoration: none}
a.nav_link:hover {color: #ffffff; text-decoration: underline}

#blanket {
	background-color: #ffffff;	
	filter: alpha(opacity=35);
	left: 0px;
	opacity: 0.35;
	position: absolute;
	top: 0px;		
	width: 100%;
	z-index: 9001;	
}

#popUpDiv {	
	background-color: #e3e3c7;
	border: 2px solid #d5d59d;
	height: 310px;
	padding: 0px;
	position: absolute;
	width: 300px;	
	z-index: 9002;
}

.background_row {
	background: #f0f0f0;
}

body {
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0px;	
}

.border_bottom {
	border-bottom: 1px solid #99cc67;
}

.border_left {
	border-left: 1px solid #99cc67;
}

.bottom_background {
	background-image: url(images/bottom_background.jpg);
	background-repeat: repeat-x;
}

.button {      
   background-image: url(images/nav_background.jpg);
   border-style: solid;
   border-color: #679a35;
   border-width: 1px;
   color: #FFFFFF;   
   cursor: pointer;
   font-size: 12px;
   font-weight: bold;
   height: 25px;
   outline: none;
}

.close {
	border: 1px solid #737357;
	color: #737357;
	cursor: pointer;	
	font-size: 12px;	
	font-weight: bold;
	text-align: center;
	width: 18px;
}

.divider {
	padding-left: 4px;
	padding-right: 4px;
}

.footer_background {
	background-color: #006351;
	padding-left: 20px;
	padding-right: 20px;
}

.header_background {
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	padding-left: 1px;
	padding-right: 1px;
}

hr {
	color: #99cc67;	
	width: 98%;
}

.iframe_border {
	border: 1px solid #99cc67;
}

.image_border {
	background-color: #CCCCCC;
	border: 1px solid #99cc67;
}

.info_background {
	background-color: #ffffcc;
}

li {	
	color: #679a35;
	font-size: 12px;
}

.main_background {
	background-color: #d7e7c7;
}

.nav_background {
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;	
	padding-left: 20px;
	padding-right: 20px;
}

.new {	
	color: #fe0e01;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}

p {
	font-size: 12px;
}

.padding_top {
	padding-bottom: 4px;
	padding-top: 10px;
}

.side_bottom {
	background-image: url(images/side_bottom.jpg);
	background-repeat: repeat-x;
}

.side_right {
	background-image: url(images/side_right.jpg);
	background-repeat: repeat-y;
}

.table_border {
	background-color: #FFFFFF;
}

.text_black {
	color: #000000;
	font-size: 12px;
}

.text_dark_bold {
	color: #3f3f3f;
	font-size: 12px;
	font-weight: bold;
}

.text_error {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

.text_header {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.text_header_green {
	color: #679a35;
	font-size: 12px;
	font-weight: bold;
}

.text_header_news {
	color: #679a35;
	font-size: 22px;
}

.text_info {
	color: #3f3f3f;
	font-size: 20px;
}

.text_field {
	font-size: 12px;
}


.text_white {
	color: #FFFFFF;
	font-size: 12px;
}

.top_background {
	background-image: url(images/top_background.jpg);
	background-repeat: repeat-x;
}

ul {
    margin-bottom: 0px;
    margin-left: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;	
  }