html{
	overflow-y:scroll 
}

body{ color: #333; 
	background: rgb(242,242,242) 0 0;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

#header {
	width: 920px;
	height: 36px;
	background: rgb(189,219,224) url(images/img_shadows.gif) repeat-y center top;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

#login {
	width: 920px;
	background: #fff url(images/img_shadows.gif) repeat-y center top;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
}

#login .container {
	position: relative;
	width: 590px;
	top: 0;
	text-align: right;
	left: 320px;
	padding: 6px 10px 6px 0;
	background: #e2eff1 url(images/login-curve.gif) no-repeat 0 bottom;
}

#login .container label {
	font-weight: bold;
	padding-left: 12px;
	color: #017488;
}

#header .navbar1 {
	width: 700px;
	position: absolute;
	top: 0;
	left: 230px;
	height: 36px;
}

#header .navbar1 ul {
	margin: 0;
	padding: 0;
}

#header .navbar1 li {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#header .navbar1 li a {
	display: block;
	height: 32px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	width: 89px;
	text-align: center;
	text-decoration: none;
	color: #333;
}

#header .navbar1 li a:hover {
	background-color: rgb(169,199,204);
}

#header .navbar1 li a.selected {
	background-color: rgb(0,114,134);
	color: #fff;
}

#header .navbar2 {
	width: 145px;
	position: absolute;
	top: 0;
	left: 10px;
	height: 36px;
}

#header .navbar2 ul {
	margin: 0;
	padding: 0;
}

#header .navbar2 li {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#header .navbar2 li a {
	display: block;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	width: 49px;
	text-align: center;
	text-decoration: none;
	color: #333;
}

#header .navbar2 li a:hover {
	background-color: rgb(169,199,204);
}

#header .navbar2 li a.selected {
	background-color: rgb(0,114,134);
	color: #fff;
}

.border_right {
	border-right: 1px solid rgb(229,241,243);
}

/* *** HOME *** */

#content_home {
	position: relative;
	width: 920px;
	margin: 0;
	background: #fff url(images/img_shadows.gif) repeat-y 0 0;
	padding: 0 10px;
	height: 561px;
}

.levels {
	height: 561px;
	width: 322px;
	position: absolute;
	top: 0;
	left: 10px;
	float: left;
}

.logo_home {
	width: 182px;
	height: 158px;
	float: left;
	position: absolute;
	top: 20px;
	left: 720px;
}

.title_home {
	color: rgb(0,114,134);
	font: 30px/30px Arial, Helvetica, sans-serif;
	text-align: right;
	width: 500px;
	position: absolute;
	float: left;
	top: 260px;
	right: 40px;
}

.enterlink_home {
	font: 16px Arial, Helvetica, sans-serif;
	text-align: right;
	width: 500px;
	position: absolute;
	float: left;
	top: 478px;
	right: 40px;
}

/* *** CONTENT *** */

#content {
	position: relative;
	width: 920px;
	margin: 0;
	background: #fff url(images/img_shadows.gif) repeat-y 0 0;
	padding: 0 10px;
	float: left;
}

#home {
	width: 700px;
	margin: 0;
	padding: 0 0 0 30px;
	float: left;
	position: relative;
}

#textarea {
	width: 650px;
	position: relative;
	float: left;
	border-left: 1px solid rgb(189,219,224);
	padding: 32px 20px 20px 30px;
}

.textcolumn1 {
	position: relative;
	float: left;
	width: 435px;
}

.textcolumn1 h1 {
	color: rgb(0,114,134);
	margin-bottom: 8px;
	margin-top: 8px;
	letter-spacing: -.06em;
}

.textcolumn1 h2 {
	color: rgb(128,128,128);
	margin-bottom: 18px;
	margin-top: 8px;
}

.textcolumn1 h3 {
	color: rgb(0,114,134);
	margin-top: 24px;
	margin-bottom: -5px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.textcolumn1 ul {
	margin-left: 12px;
}

.textcolumn2 {
	position: relative;
	float: left;
	width: 190px;
	margin-left: 25px;
	color: rgb(0,114,134);
}

#textarea ul {
	padding: 0;
	margin: 8px 0;
}

#textarea ol {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	margin-left: 12px;
}

#textarea li {
	margin-left: 16px;
	margin-bottom: 10px;
	line-height: 14px;
}

#textarea_black {
	width: 650px;
	position: relative;
	float: left;
	border-left: 1px solid rgb(189,219,224);
	padding: 32px 20px 20px 30px;
	background: rgb(0,0,0) url(images/bg_levels.jpg) no-repeat left -37px;
}

.textcolumn1b {
	position: relative;
	float: left;
	width: 435px;
	color: #fff;
	padding-top: 54px;
}

.textcolumn1b h1 {
	color: rgb(20,177,231);
	margin-bottom: 16px;
	margin-top: 8px;
	font-size: 46px;
	font-weight: normal;
	font-style: normal;
	line-height: 46px;
}

.textcolumn1b h3 {
	color: rgb(20,177,231);
	margin-top: 24px;
	margin-bottom: -5px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.textcolumn1b h2 {
	color: rgb(148,148,148);
	margin-bottom: 18px;
	margin-top: 8px;
}

.textcolumn1b ul {
	margin-left: 12px;
}

.textcolumn2b {
	position: relative;
	float: left;
	width: 190px;
	margin-left: 25px;
	color: #fff;
	margin-top: 21px;
	font-size: 9px;
}

.textcolumn2b em {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
}

.textcolumnbase {
	float: left;
	position: relative;
	width: 650px;
}

#textarea_black ul {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
}

#textarea_black ol {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	margin-left: 12px;
}

#textarea_black li {
	margin-left: 16px;
	margin-bottom: 10px;
	line-height: 14px;
}

#partners {
	padding: 30px 20px 10px;
}

#partners td {
	width: 252px;
	padding: 10px 20px;
}

#partners h2 {
	font-size: 18px;
	line-height: 20px;
	color: rgb(0,114,134);
}

/* *** SIDEBAR *** */

#sidebar {
	width: 200px;
	position: relative;
	margin: 0;
	float: left;
	padding-left: 19px;
}

#sidebar .sidebarlogo {
	position: relative;
	padding-top: 22px;
	padding-left: 14px;
	width: 152px;
	height: 133px;
	float: left;
}

#sidebar .sidebarimage {
	position: relative;
	padding-top: 20px;
	width: 182px;
	height: 112px;
	float: left;
}

#navigation {
	float: left;
	position: relative;
	width: 182px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#navigation ul {
	margin: 1px 0 0;
	padding: 0;
	background-color: rgb(250,232,198);
}

#navigation li {
	list-style-type: none;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#navigation li a {
	display: block;
	text-decoration: none;
	height: 30px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 6px;
}

#navigation li a.selected {
	display: block;
	background-color: rgb(237,166,34);
	padding: 6px 12px;
	text-decoration: none;
	color: #fff;
}

#navigation li a:hover {
	background-color: rgb(230,212,178);
}

/* *** FOOTER *** */

#footer {
	width: 920px;
	position: relative;
	color: #666;
	font-size: 11px;
	background: rgb(209,221,223) url(images/img_shadows.gif) repeat-y;
	padding: 10px 10px 14px;
	clear: left;
}

.straplinebox {
	position: absolute;
	width: 600px;
	text-align: right;
	top: 9px;
	right: 20px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: rgb(0,114,134);
}

.footerbox {
	position: absolute;
	top: 16px;
	left: 40px;
	width: 550px;
	color: #ccc;
}

.copyrightbox {
	position: absolute;
	top: 16px;
	right: 30px;
	text-align: right;
	width: 300px;
}

#shadow_base {
	width: 920px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(images/img_shadow_base.gif) repeat-x;
	position: relative;
	height: 10px;
}

/* *** Global Formatting *** */

.inputTextBoxes {
	background: rgb(229,230,232);
	width: 400px;
	border: 1px hidden #ccc;
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px;
}

.inputLogintBoxes {
	background: #fff;
	width: 100px;
	border: 1px hidden #ccc;
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 4px;
	padding: 3px;
}

a {
	color: rgb(0,114,134);
}

a:hover {
	color: #333;
}

img,h1,h2,h3,h4,h5,h6 {
	margin: 0; 
	padding: 0; 
	border: none; 
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 16px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
}

