/* 	GENERAL	 */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #c3d9a8;
	margin: 0;
}

a {		color: white; text-decoration: none;}
a:hover {	color: white; text-decoration: underline;}

hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 14px;
	color: #005DAB;
	text-align: left;
	margin: 0px 0px 8px 0px;
	padding: 2px 0px 3px 4px;
	border-left: 5px solid #A0CF67;
	border-bottom: 1px solid #A0CF67;
	text-transform: uppercase;
	width: 491px;
}
form {margin: 0;}
a img {border: none;}

/* 	TOP BANNER	 */

.main {
	background-color: #FFFFFF;
	background-image: url(bodybg.gif);
	background-repeat: repeat-y;
	width: 999px;
	margin: auto;
	padding: 0px;	
}
.banner {
	height: 140px;	
	background-image: url(headerbg.gif);
	background-repeat: repeat-x;	
	text-align: center;
}
.banner img {margin-top: 40px;}
.banner h1 {display:none;}

/* 	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 {
	float: left;
	width: 231px;
	text-align: right;
	font-size: 11px;
	font-family: arial, san serif;
	text-transform: uppercase;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	border-bottom: 1px solid #A0CF67;
	margin: 0px;
	padding: 0px;
	background-color: #005DAB;
}
.menu a {
	padding: 10px 21px;
	text-decoration: none;
	background-image: url(navrightbg-up.gif);
	background-position: top right;
	background-repeat: repeat-y;
	color: white;
	border-left: 36px solid #A0CF67;
	display: block;
	letter-spacing: 1px;
}
.menu a:hover, a.active {
	background-image: url(navrightbg-down.gif);
	border-color: #D0E7B3;
	background-color: #80AED5;
	text-decoration: none;
}

.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		*/

.content {
	margin-left: 248px;
	padding: 24px 23px 8px 21px;
	background-color: white;
	line-height: 17px;
}
.content a {color: #005DAB;}
.content a:hover {color: #005DAB;}
	
.newsbox {
	background-color: #00417B;
	border-top: 1px solid white;	
	margin-left: 248px;
	padding-left: 37px;
	clear: both;
}
.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;}

.bar {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-image: url(barbg.jpg);
	background-position: top 231px;
}
.bar img {display: block;}

.right {
	float: right;
	padding-left: 10px;
	width: 190px;
}

/*	FOOTER	*/

.footer {
	/*margin: 20px 0px 20px 231px;
	padding-bottom: 5px;
	background-image: url(footerbg.gif);
	background-repeat: repeat-x;*/
	text-align: center;
	padding: 10px;
	margin-left: 248px;
	background-color: #0260AA;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}