body {
	background-color: #002043;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}
strong {
	color: #111111;
	font-size: 12px;
	font-weight: bolder;
}
input {
	width: 98%;
	border: solid 1px #a5acb2;
}
textarea {
	width: 98%;
	border: solid 1px #a5acb2;
}
select {
	width: 200px;
}
h1 {
	color: #ff9600;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #ff9600;
	font-size: 15px;
	font-weight: normal;
}
a:link {
	color: #ff9600;
	text-decoration: underline;
}
a:visited {
	color: #ff9600;
	text-decoration: underline;
}
a:hover {
	color: #ff9600;
	text-decoration: underline;
}
a:active {
	color: #ff9600;
	text-decoration: underline;
}
#navigation {
	width: 980px;
	height: 37px;
	margin: 0 auto;
}
.navItem {
	display: inline;
	float: left;
}
#header {
	width: 980px;
	height: 172px;
	margin: 0 auto;
}
#contentContainer {
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}	
#content {
	width: 920px;
	min-height: 500px;
	margin: 0 auto;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	padding: 50px 30px 12px 30px;
	text-align: left;
}
#content p {
	margin: 0px 0px 8px 0px;
}
.boxContent {	
	margin: 25px 30px 10px 30px;
}
.boxContentIframe {	
	margin: 20px 20px 20px 20px;
}
.featuredEvent {	
	margin: 25px 25px 25px 25px;
	text-align: center;
}
.wordpressPages {	
	margin: 10px 0px 10px 20px;
	text-align: left;
}
.stickam {	
	margin: 25px;
	text-align: center;
}
.stickamThumbs {	
	margin: 25px;
	text-align: left;
}
.stickamThumbs img {
	margin: 0px 32px 32px 0px;
	float: left;
}
#contentBottom {
	width: 980px;
	height: 23px;
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
}
.mentors img {
	padding: 0px 15px 15px 0px;
}
.divider {
	width: 100%;
	height: 1px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 35px 0px 35px 0px;
}
#footer {
	width: 980px;
	height: 80px;
	color: #8090a1;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#footer a:link {
	color: #cbfcff;
	text-decoration: underline;
}
#footer a:visited {
	color: #cbfcff;
	text-decoration: underline;
}
#footer a:hover {
	color: #cbfcff;
	text-decoration: underline;
}
#footer a:active {
	color: #cbfcff;
	text-decoration: underline;
}
#footer .left {
	margin: 32px 0px 0px 30px;
	display: inline;
	float: left;
}
#footer .right {
	margin: 32px 30px 0px 0px;
	display: inline;
	float: right;
}
.footnote {
	font-size: 10px;
}
li {
	padding-bottom: 15px;
}