body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #F0F0F0;
	/*background-image: url(background.jpg);*/
	margin: 0;
}
a:link, a:visited, a:active {
	/*color: #660033;*/
        color:blue;
	text-decoration: none;
}
a:hover {
	/*color: #993366;
	text-decoration: none;*/
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	/*width: 580px;*/
}
h1 {
	font-size: 16px;
	/*color: #993366;*/
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	/*width: 100%;
	margin: auto;*/
	padding: 0;
	/*background-color: #FFFFFF;*/

  width: 100%;
  float: right;
  margin-left: -150px;
  background-color:green;

}
.banner, .search_box {
	height: 80px;
	/*background-image: url(header.jpg);*/
	/*background-repeat: repeat-x;*/
        background-color:green;
	/*font-size: 20px;*/
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.banner {
	/*width: 530px;*/
/*width:100%;*/
	padding-left: 20px;
	float: left;
	text-align: left;
        font-size: 1em;
  /*margin-right: 200px;*/
  margin-top: 0;

}

.header {
       width:100%;
       float:left;
       /*margin-right: -300px;*/
  background-color:green;

}

.banner a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.banner a:hover {
	color:yellow;
	text-decoration: underline;
}


.banner h1 {
color:#D0D0D0;
}

.search_box {
	/*float: left;*/
	/*clear: right;*/
	width: 150px;
  margin-top:0;
background:green;
  float: left;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.banner a {
	color: #FFFFFF;
}
.menu {
	float: left;
	/*margin: 10px;*/

	/*margin-top: 3px;*/

background:green;
	color:white;
  width: 140px;
  float: left;
  margin-top:0;
padding-left:5px;
/*padding-right:5px;*/
margin-bottom:20px;
}

.menu_wrap {  width: 140px;
  float: left;
  margin-top:0;background:green;
	color:white;float: left;}

.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
        color:white;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: 1px dashed #999999;
}
.menu_main a:hover {
	border-bottom: 1px dashed #333333;
        color:yellow;
        text-decoration:underline;
}
.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;
}
.content {
	margin-left: 160px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
background-color:#FFFFFF;
	/*clear: left;*/
}

.content a:visited{color:blue;}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size:large;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}