/* 	GENERAL	 */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: black;
	margin: 0;
	text-align: center;
}

a {		color: #507226; text-decoration: none;}
a:hover {	color: #507226; text-decoration: underline;}

hr {
	margin: 5px 0px 0px 0px;
	color: #7AB477;
	border: 0;
	border-top: 1px dashed #7AB477;
	height: 1px;
	width: 500px;
	text-align: center;
}
h1 {
	font-size: 28px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	display: block;
}
h2 {
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 8px 0px;
}
h3 {font-size: 13px;}
form {margin: 0;}
a img {border: none;}

/* 	TOP BANNER	 */

.main {
	width: 750px; 
	background: white url(header.jpg) top left no-repeat;
	margin: auto;
	padding: 0px;	
	padding-top: 186px;
	text-align: left;
}
.banner {
	height: 140px;	
	background-image: url(headerbg.gif);
	background-repeat: repeat-x;	
	text-align: center;
}
.banner img {margin-top: 40px;}
.banner h1 {display:none;}


/*	ARTICLES AND NEWS PAGES    */

.post_title, .post_date { border-bottom: 1px solid #7AB477;}
.post_title { font-weight: bold; font-size: 12px; color: #000000; padding-top:10px; }
/* .post_date { text-align: right; color: #7AB477; font-weight: bold;} */
.post_date { color: #ffffff;}
.post_short { text-align: justify; padding-bottom: 5px; }



/* 	SEARCH BOX		*/

* html .search_box {
	margin-left: 245px;
}

.search_box {
	background-color: #00417B;
	color: white;
	margin-left: 248px;
	height: 30px;
}
.search_box div {float: right;padding: 5px 10px;}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.search_submit {
	width: 27px;
	height: 20px;
	font-size: 10px;
	vertical-align: middle;
	margin-bottom: 1px;
}
.banner a {
	color: white;
}

/* 	NAVIGATION	 */

.menu {
	/*width: 200px; */
	font-size: 11px;
	font-family: verdana, arial, san serif;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.menu ul {
	margin: 0px 0px 0px 5px;
	padding: 0;
	list-style: none;
}
.menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
.menu a {
	padding: 9px 19px 8px;
	text-decoration: none;
	color: #3e3e3e;
	display: block;
	font-weight: bold;
	background: url(menubg.gif) right 9px no-repeat;
}
.menu a:hover, a.active {
	text-decoration: none;
	background: #9ddb4c;
	color: white;
}
.menu ul li ul{
	background-image: url(navrightbg-down.gif);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #80AED5; 
	padding-bottom: 15px;
	padding-top: 10px;
	border-left: 36px solid #A0CF67;
	margin: 0px;
}
.menu ul li ul li {	
	background-color: #80AED5;
	border-bottom: none;
	display: inline;
}
.menu ul li ul li a {
	background: none;
	text-transform: none;
	color: #005DAB;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 0px;
	letter-spacing: 0px;
}
.menu ul li ul li a:hover {
	background: none;
	border-left: 0px;
	text-decoration: underline;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {}

/*	LOGIN SECTION	*/

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/*	MAIN CONTENT AREA		*/

.contact {float: right;}

#news {
	background:#bbe762 none repeat scroll 0 0;
	border:2px solid #649924;
	float:right;
	font-size:11px;
	padding:8px 14px;
	width:290px;
}
#news h2 {font-size: 12px;}

.content {
	padding: 20px;
}
.newsbox {
	background-color: #00417B;
	border-top: 1px solid white;	
	margin-left: 248px;
	padding-left: 37px;
}
.newsbox h2 {
	font-size: 16px;
	color: white;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 15px 0px;
}
a:hover h2 {text-decoration: underline;}

li {	margin-bottom: 2px; padding-bottom: 0px;}

.bar {
	clear: left;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-image: url(barbg.jpg);
	background-position: top 231px;
}
.bar img {display: block;}

/*	FOOTER	*/

.footer {
	text-align: left;
	padding: 2px 20px 3px;
	background-color: #69af1a;
	color: white;
	clear: both;
	font-size: 10px;
}
.footer a {color: white; text-decoration: underline;}

