html, body {
	margin:0;
	padding:0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

body { font-size: 76%; line-height: 1.2em;}

div, p, table, th, td, li, label, .normal {font-size: 1.0em;}

a, a:link, a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {margin-top: 0;}

h1 { font-size: 2em; color: #000;}
h2 { font-size: 1.7em; color:#000;}
h3, .heading { font-size: 1.5em; color:#A00;}
h4 { font-size: 1.3em; color: #C00;}
h5, .subheading { font-size: 1.2em; color: #900;}
h6, .normal {	font-size: 1em; color: #666;}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid #666;
}

label {
	width: 10em;
	float: left;
	margin-right: 0.5em;
	display: block;
	text-align: right;
	font-weight: bold;
}

#loginboxhome label {
	float: none;
	margin: 0;
	margin-bottom: 5px;
	display:inline;
	text-align: left;
	font-weight: bold;
}

#loginboxhome h5 { margin-bottom: 10px;}
#loginboxhome label, #loginboxhome input,  #loginboxhome .logintext { margin-left: 10px;}
#loginboxhome .loginButton { margin-top: 5px;}
#loginboxhome .logintext { font-size:0.9em;}

.submit input{margin-left: 11.5em;}

select { font-size: 0.9em;}

hr{
	border: 0;
	height: 1px;
	width: 100%;
	color: #CCC;
	background-color: #CCC;
}

img { border: 0; }
th {text-align: left;}
tr { border: 1px solid #ccc;}

* html #overall {height: 1%;}
* html #middle .content {height: 1%;}
* html #right .content {height: 1%;}

#overallhead {
	width: auto;
	height: 82px;
	margin-top: 20px;
	padding: 0;
	background: #999;
}

#header {
	width: 970px;
	margin-right: auto;
	text-align: left;
}

#header h1{ margin: 0 0 0 60px; padding: 0;}

#header .divider { 
	float:right;
	height: 75px;
	width: 550px;
	margin-top: 3px;
	padding-left: 35px;
	background: transparent url('/images/logo_divider.gif') no-repeat left top;
	color: #FFF;
}

#header .divider p {padding-top: 26px;}

#overallmain { 
	width: auto;
	padding: 0;
	margin: 0 auto;
	background: transparent url('/images/mag_glass_back.gif') no-repeat right 3px;
}

#overallmain .content { padding: 0 115px 0 0;}

#navigation { 
	width: auto;
	padding: 0;
	margin: 2px auto 35px 140px;
	background: transparent url('/images/navdivider.gif') no-repeat center bottom;
}

#navigation .content {padding: 7px 0px;}

/* MENU FEATURES */

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a, #navigation a:visited {
	padding: 4px 10px;
	margin-right: 5px;
	color:#000;
	font-weight:bold;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	background: #FFF;
	border: 1px solid #EEE;
	border-bottom: 2px solid #FA7F7F;
}

#navigation a:hover{	border-bottom: 2px solid #A00;}

#left {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
}

#left .content {padding: 0px 10px 10px 10px;}

#middle {
	padding: 0;
	margin-left: 140px;
	margin-right: 165px;
}

#middle .content {	padding: 0px 15px 15px 5px;}

#right {
	float: right;
	width: 160px;
	margin: 0;
	padding: 0;
}

#right .content {padding: 0px 0px 10px 0px;}

#right .content h5 { padding: 6px 10px 8px 10px; font-size: 1.1em; color: #FFF; background: url('/images/button_red.gif') no-repeat left top;}

#footer {
	width: auto;
	height: 40px;
	margin: 0 0 0 135px;
	padding: 0;
	text-align: left;
	font-size: 0.9em;
	color: #666;
	background: url('/images/footer_back.gif') no-repeat left top;
}

#footer .content {
	height: 40px;
	padding: 0 10px;
	background: url("/images/footer_backend.gif") no-repeat right top;
	line-height: 3em
}

#footer .content a { color: #999; text-decoration: underline;}

div.float{ float: left; padding: 0;}
.clr { clear: both;}
.small, .error { font-size: 0.9em;}
.error { color: red;}
.white { color: white;}

#instructions {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 1px solid #bbb;
	font: italic 1.1em Georgia, Times, serif;
	background: #F0F0F0 url(/multimedia/icons/quote.gif) 10px 0.75em no-repeat;
}

#instructions ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bullet {
	padding: 6px 0 6px 30px;
	background: url(/images/step_bullet.gif) no-repeat left center;
}

.continue {
	padding: 2px 0 3px 19px;
	background: url(/images/arrow_next.gif) no-repeat scroll left center;
}

.faq .q {  font-size: 1.1em; font-weight: bold; }
.faq .a { font-size: 1.0em; font-style: italic; }
.faq .a .head, .faq .q .head { font: italic 1.5em Georgia, Times, serif; font-weight: bold; width: 25px; }
.faq { margin-bottom: 15px; }

.forgotten {
	padding: 6px 0 6px 24px;
	background: url(/images/icon_password.gif) no-repeat scroll left center;
	margin-bottom: 5px;
}

.magadvert { width: 150px; height: 120px; margin-bottom: 25px; border: 0px solid blue;}
.magadvert p { padding:10px; font-size:1.1em; color:#000000; text-align:center;}

.register {
	padding: 6px 0 6px 24px;
	background: url(/images/icon_reg.gif) no-repeat left center;
}

.step01, .step02, .step03 {padding: 8px 0 8px 35px;}

.step01 { background: url(/images/step01.gif) no-repeat left center;}
.step02 { background: url(/images/step02.gif) no-repeat left center;}
.step03 { background: url(/images/step03.gif) no-repeat left center;}

/* Login table CSS */

.loginInput, .registerInput {
	font-size: 0.9em;
	background: #FFF;
	border: 1px solid #666;
}

.loginButton, .registerButton {
	font-size: 0.9em;
	font-weight: bold;
	background: #C00;
	border: 1px solid #900;
	color: #FFF;
}

/* END LOGIN TABLE */