HTML {
	overflow:-moz-scrollbars-vertical;
}
  
BODY {
	background-color:#333333;
	text-align:center;
	margin:15px 0 0 0;
}

IMG {
	display:block;
	border:0;
}

H1, H2, H3, H4, P, UL, LI, FORM {
	padding:0;
	margin:0;
}

H1 {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:18px;
	color:#eeeeee;
	font-weight:bold;
	text-align:left;
	margin-bottom:12px;
}

H2 {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:20px;
	color:#eeeeee;
	font-weight:bold;
	text-align:left;
	margin-bottom:6px;
}

H3 {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:14px;
	color:#eeeeee;
	text-align:left;
	margin-bottom:12px;
	line-height:120%;
}

P {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	color:#eeeeee;
	text-align:left;
	margin-bottom:0;
	display:block;
	line-height:150%;
}

A {
	outline:none;
}

.clear {
	clear:both;
}



/* MAIN CONTAINER */
#container-main {
	margin:0px auto;
	width:970px;  
}




/* CONTENT */
#container-content {
	width:950px;
	height:672px;
	padding:20px 10px 20px 10px; 
	background-color:#333333; 
}

#content {
	width:950px;
	height:672px;
	background-color:#333333;
}



#contentloading {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	color:#eeeeee;
	text-align:left;
	margin-left:500px;
	height:20px;
}




/* FOOTER */
#footer {
	width:970px;
	background-color:#333333; 
}

#footer HR {
	width:100%;
	margin:10px 0 5px 0;   
	border:none;
	height:0px;
	border-bottom:1px solid #666666;
	clear:both;
	display:block;
}

#footer P {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:175%;
}

#footer A {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	line-height:175%;
	text-decoration:none;
}

#footer A:hover {
	text-decoration:underline;
}







/* TEXT AREA */
#text UL {
	margin-bottom:15px;
}

/* BULLETS */
#text LI {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	color:#eeeeee;
	line-height:150%;
	padding-left:15px; 
	list-style:none;
	background-image:url(../images/bullets/bulletA.gif); 
	background-position:0px 3px;
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	display:block;
	text-align:left;
}

#text A {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	color:#eeeeee;
	text-decoration:underline;
	display:inline;
	text-align:left;
}

/*#text A:HOVER {
	text-decoration:underline;
}*/

.text-column {
	float:left;
	width:460px;
}

.spacer-column {
	float:left;
	width:30px;
}






/* ENCODED STYLES */
.titleA {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#eeeeee;
	text-align:left;
	margin-bottom:4px;
}

.textA {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	color:#eeeeee;
	text-align:left;
	margin-bottom:15px;
	line-height:175%;
}






/* SINGLE TAGS */
.indent {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	color:#eeeeee;
	text-align:left;
	line-height:175%;
	margin-left:15px;
	display:block;
}

.space {
	width:inherit;
	line-height:15px;
	display:block;
}

.backtotop {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	color:#eeeeee;
	margin:12px 0 24px 0;
	text-decoration:underline;
	display:inline;
}



