body {
	background-color:#FFF;
	padding-top:14px;
	padding-bottom:14px;
	margin:0px;
	font-family: Lucida Sans console, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #676B6D;
	line-height:20px;
}

p {
	margin-top:6px;
	margin-bottom:6px;
}

h1, h2, h3, .componentheading, .contentheading {
	font-family:"Copperplate Gothic BT","Copperplate Gothic", "Copperplate Gothic bold", "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#233468;
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color:#233468;
}

a:hover {
	color:#1A171A;
}

img {
	border:none;
}

#outer_wrapper {
	width:960px;
	height:auto;
	padding:14px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	width:960px;
	height:auto;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:960px;
	height:129px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#leaderboard {
	width:728px;
	height:90px;
	float:left;
	text-align:right;
	margin-top:20px;
	padding-left:210px;
	overflow:hidden;
}

#leaderboard p {
	margin-top:0;
	margin-bottom:0;
}

#top_nav {
	width:960px;
	height:28px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0ABAB;
	margin-top:1px;
	overflow:hidden;
}

#top_nav a:hover {
	color:#CCC;
}

#top_nav li {
	list-style-type: none;
	display:inline;
}

#top_nav a {
	font-family:"Copperplate Gothic BT","Copperplate Gothic", "Copperplate Gothic bold", "Times New Roman", Times, serif;
	color:#FFF;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	text-transform:uppercase;
	padding-top:8px;
	padding-bottom:8px;
	line-height: 28px;
}

#main_menu {
	width:753px;
	overflow:hidden;
	float: left;
}

#main_menu a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#loginregister {
	color:#DBB961;
	text-align: right;
	width: 200px;
	float: right;
	text-decoration:none;
	text-transform:uppercase;
	line-height: 28px;
	margin-right: 7px;
	font-size:13px;
}

#loginregister a {
	color:#DBB961;
	padding-left:5px;
	padding-right:5px;
}

#loginregister a:hover {
	color:#FDF3B8;
}

#main_content {
	width: 960px;
	height: auto;
	margin-top:12px;
}

#left_content {
	width:200px;
	height:auto;
	overflow:hidden;
	float:left;
}

#left_content .moduletable_menu {
	width:200px;
	height:auto;
	overflow:hidden;
	float:left;
}

#left_content .moduletable_menu ul {
	padding:0px;
	margin:0px;
}

#left_content .moduletable_menu li {
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #233468;
}

#left_content .moduletable_menu a {
	font-family:"Copperplate Gothic BT","Copperplate Gothic", "Copperplate Gothic bold", "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#233468;
	padding-left:3px;
	padding-top:4px;
	padding-bottom:5px;
	padding-right: 1px;
	display: block;
	text-transform:uppercase;
}

#left_content .moduletable_menu a:hover {
	color:#FFF;
	background-color:#7E86A3;
}

#left_content .moduletable_menu .menu ul li.level2 {
	border:none;
}

#left_content .moduletable_menu .menu ul .level2 a {
	padding-bottom:2px;
	padding-top:0px;
	color:#7E86A3;
	font-size:10px;
	padding-left:10px;
}

#left_content .moduletable_menu .menu ul .level2 a:hover {
	color:#233468;
	background-color:#FFF;
}


#left_login {
	width: 200px;
	float: left;
	background-image: url(../images/login_module_bg.gif);
	background-repeat: repeat-x;
	background-color: #232021;
	line-height: 12px;
	margin-top:14px;
}

#left_login h1, #left_login h3 {
	font-family:"Copperplate Gothic BT","Copperplate Gothic", "Copperplate Gothic bold", "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	text-align: center;
	width: 100%;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

#left_login .button {
	background-color: #F0DF8C;
}


#left_content .moduletable {
	margin-bottom:14px;
}

#right_content {
	width:746px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:14px;
}

#right_content h1, h2, h3, .componentheading, .contentheading {
	text-transform:uppercase;
}

#right_content_fullwidth {
	width:950px;
	height:auto;
	overflow:hidden;
	float:left;
	padding-left:5px;
	padding-right:5px;
}

#right_content_fullwidth h1, h2, h3, .componentheading, .contentheading {
	text-transform:uppercase;
}

/* Mainbody Login styling */

#right_content .login_form {
	padding:5px;
}

#right_content .inputbox {
	margin-bottom:5px;
}

#right_content .login_form fieldset {
	border:none;
}

#right_content .button {
	background-color: #F0DF8C;
}

#right_content .login_form a {
	color: #000;
}

#right_content .login_form a:hover {
	color: #333;
}

/* END Mainbody Login styling */

#right_module {
	width:746px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:8px;
}

#bottom_nav {
	width:975px;
	height:28px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0ABAB;
	margin-top:12px;
	float:left;
	margin-left:-15px;
	overflow:hidden;
}

#bottom_nav li {
	list-style-type: none;
	display:inline;
}

#bottom_nav a {
	color:#FFF;
	text-decoration:none;
	margin-bottom:3px;
	padding-left:24px;
	padding-right:12px;
	background-image:url(../images/bottom_nav_dot.jpg);
	background-position:left;
	background-repeat:no-repeat;
	line-height:26px;
	text-transform:uppercase;
	font-family:"Copperplate Gothic BT","Copperplate Gothic", "Copperplate Gothic bold", "Times New Roman", Times, serif;
	font-size:11px;
}

#bottom_nav a:hover {
	color:#CCC;
}

#footer {
	width:960px;
	height:auto;
	color:#1A171C;
	margin-left:auto;
	margin-right:auto;
}

#copyright {
	width:480px;
	height:auto;
	text-align:left;
	padding-bottom:5px;
	float:left;
}

#website {
	width:480px;
	height:auto;
	text-align:right;
	padding-bottom:5px;
	float:left;
}

#website a {
	color:#1A171C;
	text-decoration:none;
}

#website a:hover {
	color:#1A2351;
}

/* Login box styling */

.form-login {
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	margin-top: -5px;
}

.log {
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	margin-top: -5px;
}

.form-login a {
	color: #EEE;
}

.form-login a:hover {
	color: #999;
}

.form-login fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* styling for the Register Form */

.cbft_multicheckbox td, .cbft_checkbox td {
	width: 100%;
}

/* styling for the Comment Box */

.comment {
	border: 1px solid #E5E5E5;
	background-color: #F8F8F8;
	padding: 10px;
}

/* styling for captions */
.img_caption {
	font-family: "Lucida Sans console", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#233468;
}