@charset "utf-8";
/* CSS Document */
/* Coded by Kofi Richardson */

body{
	margin:0 auto;
	text-align:center;
	background:#1e1e1e;
	font:13px "Calibri", Arial, Helvetica, sans-serif;
}
#container{
	width:740px;
	height:700px;
	margin:0 auto;
}

#container .header{
	width:740px;
	height:75px;
	padding: 30px 0 0 0;
}

#container .header > .logo{
	width:200px;
	height:75px;
	margin:0 0 0 0px;
	float:left;
	text-align:left;
}

#container .header > .logo a:link{
	text-decoration:none;
	border:none;
}

#container .header > .logo img{
	border:none;
	text-decoration:none;
}

#container .header > .links{
	width:500px;
	height:33px;
	float:right;
	background:#1e1e1e;
}

#container .header > .links ul{
	position:relative; margin:0 0 0 0; padding:0; height:30px; background:#1e1e1e 0px -33px repeat-x; float:right;
}

#container .header > .links ul li{padding:0; margin:0; list-style:none; float:left; height:33px display:inline;}

#container .header > .links ul li a{font:13px "Calibri", Arial, Helvetica, sans-serif; color:white; font-weight:bold; text-decoration:none; line-height:13px; display:block; background:#1e1e1e 100% -66px no-repeat; padding:20px 12px 0 12px; outline:none; font-weight:bold;}

#container .header > .links ul li a:hover{
	color:#c0d332;
	text-decoration:underline;
}

#container .header > .links ul li a.active{
	color:#c0d332;
	text-decoration:underline;
}

#container .content{
	width:746px;
	min-height:550px;
	text-align:left;
	padding-top:20px;
	float:left;
	overflow:auto;
}

#container .footer{
	width:730px;
	height:20px;
	margin:0 auto;
	padding:10px 10px 0 0;
	color:#676767;
	text-align:right;
	font-weight:bold;
}

#front-left{
	width:42%;
	float:left;
	text-align:left;
	color:white;
	margin-top:20px;
}
#front-left h2{
	margin:0 0 25px 0;
	padding:0;
	font-size:18px;
	line-height:22px;
	letter-spacing:normal;
}
#front-right{
	margin-top:30px;
	width:54%;
	float:right;
	text-align:center;
}

h1.standard{
	color:white;
}
h1.green{
	color:#528809;
}
h2.green{
	color:#528809;
}

table{
	color:#ffffff;
	margin-left: 20px;
}

