body{
	margin:0px;
	padding:0px;
	background-color:#303031;
	color: white;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
a{
	color:#64c29c;
	text-decoration:none;
}
.helv{
	font-family:Helvetiker;
	text-transform:uppercase;
	}
#headerwrapper{
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:179px;
}
#header{
	width:1000px;
	height:179px;
	margin:0px auto 0px auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#header h1{
	margin:0px;
	padding:0px;
}
.logo{

	height:170px;
	width:450px;
	text-indent:-5000px;
}
.menubar{
	width:100%;
	background-color:#0e8356;
}	


#menu{
	width:1000px;
	margin:0px auto 0px auto;
	height:55px;
	background:#0e8356;
	font-weight:normal;

}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu li{
display: inline;
	list-style:none;
	margin:0px;
	color: white;
	height:55px;
	padding-left:0px;
	float:left;
}
#menu li a{
	color: white;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	line-height:55px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	font-size: 26px;
	text-transform:uppercase;
	margin:0px;
	display:block;
	font-family:Helvetiker;


}
#menu li a:hover{
	background-color:#004f31;
		line-height: 55px;

}

/*dropdown style */
	/* Head links */
	#menu li.headlink { width: 140px; float: left;    }
	#menu li.headlink a { display: block; }
	#menu li.headlink img{border:0px;}

	/* Child lists and links */
	#menu li.headlink ul {display: none; text-align: left; position:relative; z-index:200; }
	#menu li.headlink:hover ul { display: block; }
	#menu li.headlink li{ height:30px; width:205px;}
	#menu li.headlink ul li a {  line-height:30px; height: 30px; margin:0px;  text-decoration:none; background-color:black; font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; border:0px;}
	#menu li.headlink ul li a:hover { background-color: #0e8356; line-height:30px; }
	
	/* Pretty styling */
	#menu ul li a:hover { text-decoration: none; }
	#menu li.headlink ul { background-position: bottom; }
	

#main{
	background:#111;
	width:100%;
}
#content{
	width:1000px;
	margin:0px auto 0px auto;
}
#leftcol{
	float:left;
	width:550px;
	margin-left:16px;
	margin-top:16px;
	font-size:14px;
		line-height:18px;

}
.videotext{
	line-height:18px;
}
#righcol{
	width:410px;
	float:right;
	margin-top:16px;
}
.coursebox{
	background-color:#1e1e1c;
	border:2px solid #232321;
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
.coursebox h2{
	font-size:26px;
	margin-bottom:0px;
	margin-top:0px;
}
.coursebox h2 a{
	color: white;
	}
.coursebox p{
	font-size:13px;
	line-height:18px;
	margin-top:6px;
}
.courselinks a{
	background-color:#075838;
	text-transform:uppercase;
	color: white;
	font-size:12px;
	padding:4px 6px 4px 6px;
			-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}
.courselinks a:hover{
	background-color:#098a58;

}
#footer{
	width:1000px;
	margin:0 auto 0 auto;
}
.footerbox{
	width:200px;
	float:left;
	font-size:12px;
}
.footerbox h3{
	font-size:16px;
}
.footerbox ul{
	margin:0px;
	padding:0px;
}
.footerbox li{
	list-style:none;
	
}
.clearing{
	clear:both;
}
