* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 840px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
body {
	background-color: #222222;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#header {
	height: 58px;
	width: 840px;
	padding-top: 10px;
}
#nav {
	float: right;
	height: 32px;
	width: 580px;
	font-size: 8pt;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
#nav ul {
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li {
	display: inline;
	margin: 0px;
	float: left;
	padding: 0px;
}
#nav   li.navBorder a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 5px;
	background-image: url(images/divider.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#nav    li.navBorder a:hover  {
	color: #EFAA17;
}



#top {
	top: -32px;
	height: 302px;
	width: 840px;
	background-image: url(images/earth.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 999;
}
#sidebar {
	background-color: #F59C1E;
	width: 236px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/sidebarBG2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 56px;
	padding-left: 22px;
	padding-right: 22px;
	margin-bottom: 15px;
	color: #000000;
	position: relative;
	top: -23px;
	height: auto;
	text-align: center;
}
#social {
	width: 200px;
	list-style-type: none;
	margin: auto;
}
#social li {
	display: inline;
	margin: auto;
}
#social li img {
	margin-right: 9px;
	margin-left: 9px;
}

#contentWrapper {
	background-image: url(images/contentWrapperBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 798px;
	margin-right: 20px;
	margin-left: 20px;
	top: -43px;
	position: relative;
	float: left;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-x;
	width: 471px;
	float: right;
	padding-left: 33px;
	padding-right: 13px;
	margin-bottom: 15px;
	position: relative;
	top: -23px;
	padding-top: 25px;
	color: #000000;
}
h2 {
	font-size: 18pt;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7498b4;
	line-height: 28pt;
}
h3 {
	font-size: 15pt;
	color: #1e4594;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: 12pt;
}
.title {
	color: #1E4594;
	font-weight: bold;
}

p {
	font-size: 11pt;
	line-height: 16pt;
}
#sidebar h4 {
	color: #FFFFFF;
}
#content li {
	font-size: 11pt;
	line-height: 16pt;
}
.wrapleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.wrapright {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar li {
	font-size: 11pt;
	line-height: 16pt;
}

a:link {
	color: #F59C1E;
	font-weight: bold;
}
a:visited {
	color: #F59C1E;
	font-weight: bold;
}
a:hover {
	color: #8DC3F2;
	font-weight: bold;
}
a:active {
	color: #8DC3F2;
	font-weight: bold;
}
#sidebar a:link {
	color: #1E4594;
	font-weight: bold;
}
#sidebar a:visited {
	color: #1E4594;
	font-weight: bold;
}
#sidebar a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.subtext {
	font-size: 9pt;
	font-style: italic;
}
#nav li.navRegister a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 5px;
	background-position: right center;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav li.navRegister a:hover {
	color: #EFAA17;
}
