﻿body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 80%;
	color: #000;
}
a
{
	color: #4B6400;
	text-decoration: underline;
}

a:hover
{
	color: #4B6400;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
	background-color: #A0C80E;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 125px;
	/*
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	*/
	background: #A0C80E url('images/new-images/header-background.jpg');
}
#header h3
{
	margin: 0;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	padding-top: inherit;
	font-weight: bold;
	font-style: italic;
}
#header p {
	font-size: 11px;
	font-weight: normal;
}
#header p.this {
	margin: 0;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	padding-top: inherit;
	font-weight: bold;
	font-style: italic;
}
#header p.tel {
	margin: 0;
	margin-right: 5px;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	padding-left: 10px;
	padding-top: inherit;
	font-weight: bold;
	text-align: right;
}

#header a {
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

#header h1 {
	font-size: 11px;
	font-weight: normal;
}


#menucontainer
{
	width: 100%;
	height: 28px;
	background: #A0C80E;
	background-image:url('images/new-images/menu-background.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	/*width: 940px;*/
	background: #A0C80E;
	border-right: 1px solid #95BC0E;
}
#content
{
	margin: 0 auto;
	width: 95%;
	padding: 20px 10px;
/*
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	*/	background: #FFF;
	text-align: justify;
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #A0C80E;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 150%;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 95%;
	text-align: center;
	color: #FFFFFF;
	background: #A0C80E url('images/new-images/menu-background.jpg') repeat-x;
	border: 1px solid #A0C80E;
	font-family: "Lucida Sans Unicode", sans-serif;
	padding: 3px 10px;
}

.container {
position:relative;
clear:both;
width:100%;
margin:10px 10px 0 10px;
padding:0 0 0 0;
background:#ffffff;
color:#000000;
text-align:left;
}

.news_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 5px 10px;
padding:0 10px 0 10px;
background:#A0C80E;
color:#000000;
}
.news p {
margin:10px 10px;
}

#news a:hover {
color:#ffffff;
text-decoration:none;
}

.search {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 5px 10px;
padding:0 10px 0 10px;
}


/******* workarounds and hacks *******/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.no_border {
	border-width: 0;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
div.centered table {
	margin: 0 auto;
}

.times {
	 font-family:Times New Roman;
	 font-size: 14pt;
	 font-style:italic;
}

ul.no_bullet {
  list-style-type: none
}
