/* CSS Document  REVAF Model css -01 */

body {
	background:#000;
	margin: 0px 5px 0px 5px;
	color: #9a9a9a;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
}
a {	color: #9a9a9a; text-decoration:none; }
a:hover {	color: #b3ec2c; text-decoration:underline; }
form { margin: 0px;padding: 0px;}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 769px;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 220px;
}

#a-b-space {
	float: left;
	width: 8px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 541px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background: #A2A2A2;
}

.spacer {
	height: 10px;
}

.menu {
	background: url(images/menu-bg.gif) no-repeat right center;
	display: block;
	width: 220px;
	height: 24px;
	line-height: 23px;
}
.menu a {
	display: block;
	width: 150px;
	height: 24px;
	padding-left: 70px;
	color: #9a9a9a;
	text-decoration: none;
}
.menu a:hover {
	display:block;
	color: #b3ec2c;
	text-decoration: none;
	background: #789521 url(images/menu-bg.gif) no-repeat right center;
}

.heading {
	text-transform: uppercase;
	font-size: 16px;
	color: #9c9c9c;
	font-weight:bold;
}

.textbox {
	background: #2e2e2e;
	border:none;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a9a9a;
	padding: 5px;
}

.submit-but {
	background: #7a9723;
	border: none;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e2e2e;
	padding: 5px;
}

.toplink a { padding-left: 15px; color: #b3ec2c; text-decoration:none; }
.toplink a:hover {	color: #9a9a9a; text-decoration:underline; }

.g-text {
	color :#b3ec2c;
	line-height: 25px;
	padding-left: 10px;
}

.imgborder img {
	padding: 2px;
	border : 2px solid #b3ec2c;
}
.imgborder:hover img {
	border : 2px solid #9a9a9a;
}
.imgborder:hover {
	color : red;
}
.grayline {

border : 1px solid #9c9c9c;
}


