body {
	margin: 0;
	padding: 0;
	font: 14px Verdana, Arial, sans-serif;
	color: #000;
	background: #6b6962 url(images/bg_loop.gif) repeat-y 50% 100%; 
	

}
a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*	html>body #bodyWrapper  {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #454545 !important;
}
*/

h1 {
	font-size: 30px;
	color: #f3f3f3;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #333333;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #f3f3f3;
	font: 20px Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #333333;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	list-style: square outside;
	}
	
#hd {
	height: 132px;
	background-image: url(images/hd_bg1.jpg);
	background-repeat: no-repeat;
}

.style1 {font-size: 16px}
.style2 {font-size: 14px; }
.style3 {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}
.style5 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.style6 {font-size: 9px; }

#infoContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	height: 112px;
	width: 30%;
	padding-top: 20px;
	font-weight: bold;
}
#titleL {
	width: 65%;
	float: left;
	height: 112px;
	padding-left: 20px;
	padding-top: 20px;
}



/* --------- Doc Rules --------- */

#doc {
	position: relative;
	width: 800px;
	background: #454545 url(images/wrapper.gif) repeat;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}

#bd {
	position: relative;
	text-align: left;
}

#wrapper {
	background: #454545 url(images/wrapper.gif) repeat;
	z-index: 10;
}

#feature {
	padding: 15px 30px;
	width: 590px;
	float: right;
	background: #FFFFFF url(images/ace_logo.jpg) no-repeat 93% 25px;
}

#footer {
	border-top: 1px solid #CCCCCC;
}

/* --------- Navigation Rules --------- */

#navigation {
	position: relative;
	width: 150px;
	text-align: right;
	background: #3a3a3a url(images/nav_bg.gif) repeat-x;
	float: left;
	display: block;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	padding-top: 11px;
}

ul#mainNav {
	font-size: 12px;
	list-style: none;
}

ul#mainNav li {
	padding: 10px 10px 10px 0;
	text-align: right;
	border-bottom: 1px dotted #575757;
}

ul#mainNav li a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	text-align: right;

}

ul#mainNav li a:hover {
	color:#0000FF;
}

ul#mainNav li.active a {
	color: #cc6600;
	text-align: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
