.highlightit:hover{
background-color:#FF9900;
}
.mainheading {
	font-size: 14px;
	color:#00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subheading {
	font-size: 10px;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subtitle {
	font-size: 10px;
	color:#FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
	background-image: url(../images/background_gradient.jpg);
	background-attachment: fixed;
}
a:link {
	color: #00CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CC00;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}
.sideborders {
border-left: solid 1px white;
border-right: solid 1px white;
border-bottom: solid 1px white;
}
.allborders {
border: solid 1px white;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 2px;
list-style-type: none;
width: 126px; /* Width of Menu Items */

}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 130px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	background: #000;
	padding: 8px;
	background-image:url(../images/main_menu_bg_orig.jpg);
	font-size: 11px;
	font-weight: bold;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color:#00CC00;
background-image:url(../images/main_menu_bg_over.jpg);
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.newsboxborder {
border: 2px solid #00CC00;
padding: 5px;
}
.heading{
width: 100%;
background-color:#00CC00;
border: #FFFFFF 1px solid;
padding: 5px;
}
.input1{
border: 1px solid #00CC00;
font-size: 11px;
color: white;
padding: 3px;
background-color: #000000;
}
#loginform{
background-color: #000000;
padding: 5px;
margin: 5px;
border: 3px solid white;
}
