body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    line-height: 122%;
}
body {
	background-color: #2C2827;
	margin:0;
}

/* LAYOUT */
#wrapper {
	width: 866px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 20px;
	clear: left;
	padding: 8px;
}

#top {
	width: 866px;
	height: 65px;
	margin-top: 0px;
	margin: 0 auto;
}

#logo {
	width: 230px;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

#header {
        width: 609px;
        float: left;
	background: #333;
	height: 284px;
}

#header2 {
	width: 246px;
	float: left;
	margin-left: 10px;
	height: 284px;
}

#header li,
#header2 li {
	list-style-image: none;
}

#main {
 	width: 866px;
 	margin-top: 8px;
 	background-color: #CCCCCC;
 	display: inline-block;
 	padding-bottom: 20px;
} 	

#content {
	width: 570px;
	float: left;
	margin-left: 10px;
}
     
h2 {
	font-size: 16px;
	color: #eb6124;
        border-bottom: dotted 1px #eb6124;
        line-height: 130%;
        margin-top: 8px;
}
h3 {
	font-size: 14px;
	color: #eb6124;
        border-bottom: dotted 1px #eb6124;
        line-height: 130%;
        margin-top: 0px;
        margin-bottom: 0px;
}

.clear {
	clear: both;
}

#mainMenu h3 {
	display: none;
}


/* GENERAL TAGS */
a {
	color: #eb6124;
}

img {
	border: none;
}

fieldset { border: none; }

.button {
	background: none;
	border: solid 1px #333;
	color: #333;
}

/* FOOTER */
.footer {
        width: 882px;
        color: #999999;
        text-align: left;
        margin: 0 auto;
}

.footer a {
        color: #999999;
        }
        
.footer ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	padding-top: 0px;
        float: left
               }

.footer ul li {
	display: inline; 
	padding-right: 15px;
        height: 8px;
}

.footer .moduletable {
        clear: left;
        padding: 8px;
}



