/* --------------------------------- */
/* REAL */
* { 
	font-family: Arial, Helvetica, sans-serif;
	}
body {
	background-color: #BABABA;
	text-align: center;
	background-image: url(images/bg-ie.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
html>body {
	background-image: url(images/bg.gif);
	}
body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, form, blockquote, textfield, input {
	padding: 0;
	margin: 0;
	}
img {
	border: 0;
	}







/* --------------------------------- */
/* PAGE STRUCTURE */
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	background-image: url(images/bg-bar.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background:#FFFFFF;
	}




/* 3 COL LAYOUT */
#lhs, #content, #rhs {
	float: left;
	}
#lhs {
	width: 250px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
html>body #lhs {
	margin-left: 5px;
	}
#content {
	width: 740px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	}
#rhs {
	width: 150px;
	margin: 0 0 10px 10px;
		}






/* --------------------------------- */
/* HEADER AREA inc main navi */
#header {
	float: left;
	width: 780px;
	text-align: right;
	position: relative;
	border-bottom: 54px solid white;
	}
#header h1 {
	float: left;
	text-align: left;
	}
#header h2 {
	float: right;
	padding: 0 !important;
	}
#header ul {
	clear: both;
	background-color: #FF0000;
	padding: 4px 0;
	width: 780px;
	position: absolute;
	top: 90px;
	left: 0;
	}
#header li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	color: white;
	}
#header li a {
	text-decoration: none;
	color: white;
	}
#header li a:hover {
	color: #FFCC00;
	}
#access {
	position: absolute;
	top: -2000px;
	left: -2000px;
	} 








/* --------------------------------- */
/* MAIN CONTENT */
p {
	font-size: 11px;
	color: #6B6B6B;
	line-height: 14px;
	margin-bottom: 8px;
	}
p a, li a {
	color: #7094DB;
	text-decoration: none;
	}
p a:hover, li a:hover {
	color: #FFCC00;
	}
.intro {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	}
.more {
	text-align: right;
	margin-top: -5px;
	font-weight: bold;
	}
h2 {
	background-image: url(images/headings/h2-bg.gif);
	background-repeat: no-repeat;
	color: white;
	padding: 3px 10px 0 10px;
	height: 26px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	}
/*#content h2, #content h3, #content p, #content form {
	padding-left: 20px;
	padding-right: 20px;
	}
#content h2 {
	width: 380px;
	} */
h3  {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 2px;
	color: #36C;
	border-bottom: 3px solid #36C;
	padding-top: 15px;
	margin-bottom: 5px;
	}
h3 a {
	color: #36C;
	text-decoration: none;
	}
h3 a:hover {
	color: #FFCC00;
	text-decoration: none;
	}

h4 {
	font-size: 13px;
	color: #6B6B6B;
	margin: 25px 0 5px 0;
	}
#content h2, #content h3 {
	text-transform: lowercase;
	}
.info-links dt {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-top: 8px;
	}
.info-links dt a {
	font-size: 11px;
	font-weight: bold;
	color: #36C;
	text-decoration: none;
	}
.info-links dd {
	font-size: 11px;
	color: #666;
	padding-left: 20px;
	}
.info-links dd a {
	color: #7094DB;
	text-decoration: none;
	}
.info-links a:hover {
	color: #FFCC00;
	}
#links dt {
	background-image: url(images/content/button-link.gif);
	}
#downloads dt {
	background-image: url(images/content/button-download.gif);
	}
#content ul {
	margin-left: 20px;
	font-size: 11px;
	color: #6B6B6B;
	margin-bottom: 8px;
	}
#content li {
	margin-bottom: 5px;
	line-height: 14px;
	}
.accesskeys li {
	list-style-type: none;
	
	}
.sitemap {
	margin-left: 10px !important;
	text-transform: lowercase;
	}
.sitemap li {
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px !important;
	}
.sitemap li ul li {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 3px !important;
	}
.sitemap ul   {
	margin-bottom: 15px !important;
	}



/* HOME PAGE */
#home-lhs {
	float: left;
	width: 470px;
	}
#home-rhs {
	float: right;
	width: 180px;
	}
#home-rhs h3, #home-lhs h3 {
	margin-bottom: 0;
	}




/* Level 3 & 4 pages */
.content-sub h2 {
	background-image: none;
	color: #3366CC;
	padding: 0;
	font-size: 21px;
	height: auto;
	}
.content-sub h3 {
	border: 0;
	margin-bottom: 0;
	}







/* FORMS */
#content form {
	background-color: #7094DB;
	margin-bottom: 15px;
	padding: 0 10px;
	background-image: url(images/content/form-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 1px;
	}
#content input  {
	color: #7094DB;
	font-size: 10px;
	font-weight: bold;
	border: none;
	padding: 2px 3px;
	margin: 0 7px 4px 0;
	width: 120px;
	}
.h4-form {
	font-size: 11px;
	color: white;
	background-image: url(images/content/form-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 6px 10px 5px 10px;
	background-color: #7094DB;
	margin: 0;
	font-weight: bold;
	}
#content #submit  {
	width: 50px;
	background-color: white;
	color: #3366CC;
	font-weight: bold;
	padding: 2px;
	}





/* --------------------------------- */
/* LHS */
#lhs h4 {
	background-image: url(images/lhs/header-bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: white;
	padding: 3px 10px;
	margin-bottom: 5px;
	margin-top: 0;
	background-color: #7094DB;
	}
#lhs h4 a {
	color: white;
	text-decoration: none;
	}
#lhs h4 a:hover {
	color: #FFCC00;
	}
#lhs li {
	background-image: url(images/lhs/li-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style-type: none;
	padding-left: 10px;
	line-height: 12px;	
	padding-bottom: 4px;
	text-transform: lowercase;
	}
#lhs li a {
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: none;
	font-size: 11px;
	}
#lhs li a:hover {
	color: #3366CC;
	}
#lhs li strong {
	color: #3366CC;
	}
#lhs ul li ul {
	margin-top: 5px;
	}


/* SUB SUB NAVI */
#lhs li li {
	background-image: none;
	}
#lhs ul ul {
	margin-bottom: 4px;
	}





/* HOME PAGE */
#lhsdl {
	margin: 0 10px;
	}
#lhs dt a {
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
	}
#lhs dt {
	line-height: 12px;
	margin-bottom: 4px;
	}
#lhs dd {
	font-size: 10px;
	color: #999;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
	margin-bottom: 10px;
	}
#lhs dt a:hover {
	color: #FFCC00;
	}
#rhsdl {
	margin: 0 10px;
	}
#rhs dt a {
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
	}
#rhs dt {
	line-height: 12px;
	margin-bottom: 4px;
	}
#rhs dd {
	font-size: 10px;
	color: #999;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
	margin-bottom: 10px;
	}
#rhs dt a:hover {
	color: #FFCC00;
	}



/* --------------------------------- */
/* RHS */
#rhs form {
	background-color: #7094DB;
	margin-bottom: 15px;
	padding: 0 10px;
	background-image: url(images/rhs/form-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	}
#rhs input, #rhs textarea {
	color: #7094DB;
	font-size: 10px;
	border: none;
	padding: 2px 3px;
	margin-bottom: 4px;
	width: 120px;
	}
#rhs h4 {
	font-size: 11px;
	color: white;
	background-image: url(images/rhs/form-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 10px 5px 10px;
	background-color: #7094DB;
	margin: 0;
	font-weight: normal;
	}
#rhs li {
	background-image: url(images/lhs/li-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style-type: none;
	padding-left: 10px;
	line-height: 12px;	
	padding-bottom: 4px;
	text-transform: lowercase;
	}
#rhs li a {
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: none;
	font-size: 11px;
	}
#rhs li a:hover {
	color: #3366CC;
	}
#rhs li strong {
	color: #3366CC;
	}
#rhs ul li ul {
	margin-top: 5px;
	}
/* SUB SUB NAVI */
#rhs li li {
	background-image: none;
	}
#rhs ul ul {
	margin-bottom: 4px;
	}

#rhs #submit {
	text-align: right;
	margin-top: 5px;
	}
#rhs #submit a {
	width: 50px;
	background-color: white;
	color: #3366CC;
	font-weight: bold;
	padding: 2px;
	}
#rhs p {
	color: #3366CC;
	}
.joined {
	padding: 10px;
	border: 1px solid #7094DB;
	font-weight: bold;
	margin-bottom: 20px;
	}





/* --------------------------------- */
/* FOOTER AREA */
#footer {
	clear: both;
	margin: 0 20px 100px 20px;
	padding-top: 30px;
	font-size: 10px;
	color: #A3A3A3;
	background-color: white;
	}
* #footer a {
	color: #A3A3A3;
	text-decoration: none;
	}
#footer a:hover {
	color: #36C;
	}
#footer ul {
	padding-top: 2px;
	}
#footer li {
	display: inline;
	list-style-type: none;
	}
address {
	border-top: 1px dotted #CCC;
	font-style: normal;
	padding-top: 10px;
	}
