@charset "utf-8";
/* CSS Document */
body{
	background:#000000;
	}

/*CONTAINERS*/
#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}


/*FROM GREENLIGHT*/
.footer-box{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	clear:left;
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	}
.footer-box  a{
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-weight:bold;
	color:#78c026;
	text-decoration:underline;
	}
.footer-box a:hover{
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
.footer-box td{
	font-size:10px;
}
.header-box{
	margin-top:20px;
	}
.left-form-box{
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	border:1px solid #999999;
	padding:5px;
	}
.menu-box{
	width:161px;
	float:left;
	margin-right:10px;
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	}
.menu-box a{
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#78c026;
	}
.menu-box a:hover{
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	text-decoration:none;
	}
.menu-social-tabs-box{
	padding-left:20px;
	margin-bottom:10px;
	}
.top-box{
	text-align:right;
	font:10px "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color:#FFFFFF;
	}
