body {
	margin: 0;
	padding: 0;
}

/* Font styles */
.underline {
	text-decoration: underline;
}

/* Site container */
/* Adjust the width of this to adjust the entire site width. */
.site-container {
	background: white;
	border: solid 1px white;
	margin: 0 auto;
	width: 790px;
}

.header {
	width: 100%;
}

.menu-top {
	background: #333333;
	border-bottom: solid 1px white;
	color: white;
	font: inherit;
	height: 30px;
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.banner {
	background: #422960 url(images/TopBarLayout.jpg) top left no-repeat;
	color: white;
	font: inherit;
	height: 160px;
	width: 100%;
}
.main-body {
	background: white;
	border-bottom: solid 2px #422960;
	width: 100%;
}
.footer {
	background: white url("images/footer-bg.jpg") top left repeat-x;
	border-top: solid 2px white;
	color: black;
	font: inherit;
	font-size: 10px;
	height: 95px;
	width: 100%;
}



/* search box elements */
.searchbox .inputbox {
	background: #505050;
	border: solid 1px white;
	color: white;
	font: inherit;
	font-size: 12px;
}
.searchbox .submitbutton {
	background: #ff9900;
	border: solid 1px white;
	color: black;
	font: inherit;
	width: 40px;
}



/* top menu elements */
.menu-top {
	background: #282828;
	color: white;
}
.menu-top .nav-top {
	text-align: right;
}
.menu-top .nav-top span {
	position: relative;
	top: 1px;
}
.menu-top img {
	border: 0;
}
.nav-top a:link, .nav-top a:visited {
	color: white;
	text-decoration: underline;
}
.nav-top a:active, .nav-top a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

/* Banner elements */
.banner td {
	vertical-align: top;
}
.logo {
	cursor: pointer;
	display: block;
	float: left;
	height: 58px;
	position: relative;
	top: 155px;
	width: 403px;
}
.join-button {
	cursor: pointer;
	display: block;
	float: right;
	height: 20px;
	position: relative;
	right: 50px;
	top: 139px;
	width: 113px;
}

/* Main body elements */
.main-body table {
	min-height: 300px;
	width: 100%;
}
.main-body .body-content {
	background: #FFFFFF;
	border-left: solid 1px white;
	color: black;
	font: inherit;
	vertical-align: top;
}
.main-body .body-modules {
	background: #eeedea;
	color: black;
	font: inherit;
	vertical-align: top;
	width: 160px;
}

/* Content Elements */
.content {
	background: #FFFFFF;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	color: black;
	font: inherit;
	margin: 0;
}
.content h2 {
	background: #99ccff url("images/module-header-bg.jpg") top left repeat-x;
	border-bottom: solid 1px white;
	color: white;
	font: inherit;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 5px 0 5px;
}
.content h3 {
	background: #99ffcc url("images/content-header-bg-green.jpg") top left repeat-x;
	border-bottom: solid 1px white;
	color: white;
	font: inherit;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 5px 0 5px;
}
.content p.light {
	background: white;
	margin: 0 !important;
	padding: 5px !important;
}
.content p.dark {
	background: #eeedea;
	margin: 0 !important;
	padding: 5px !important;
}

/* Module elements */
.module {
	background: none;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	color: black;
	font: inherit;
	margin: 0;
}
.module h2 {
	background: #422960 url("images/module-header-bg.jpg") top left repeat-x;
	border-bottom: solid 1px white;
	color: white;
	font: inherit;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 5px 0 5px;
}
/* Module elements */
.module2 {
	background: none;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	color: black;
	font: inherit;
	margin: 0;
}
.module2 h2 {
	background: #422960 url("images/module-header-bg.jpg") top left repeat-x;
	border-bottom: solid 1px white;
	color: white;
	font: inherit;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 5px 0 5px;
}
.light {
	background: #FFFFFF;
	margin: 0 !important;
	padding: 5px !important;
}
.module p.dark {
	background: #d4d0c8;
	margin: 0 !important;
	padding: 5px !important;
}

/* You may define custom modules below */



/* Footer elements */
.footer-content {
	background: none;
	font: inherit;
	height: 95px;
	width: 100%;
}
.footer-content .left {
	border-right: solid 1px #c0c0c0;
	vertical-align: top;
	width: 214px;
}
.footer-content .center {
	border-right: solid 1px #c0c0c0;
	vertical-align: top;
}
.footer-content .right {
	vertical-align: top;
	width: 220px;
}
.footer a:visited, .footer a:link {
	color: #ff6600;
	text-decoration: underline;
}
.footer a:active, .footer a:hover {
	color: #606060;
	text-decoration: underline;
}

/* Login elements */
.login {position: relative; left:210px; z-index:1;}

.search {position:absolute; top:130px; z-index:1;}

.AboutWen {position: relative; top: 153px;}

