a { color:#333; }

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
    line-height: 122%;
}
body {
	background-color: #ffffff;
	margin:0;
}

/* LAYOUT */
#wrapper {
	width: 900px;
	margin: 20px auto 50px auto;
	background-color:#ffffff; 
	clear: left;
	padding: 8px;
}

#top {
	width: 900px;
	height: 65 px;
	margin-top: 0px;
	margin: 0 auto;
}

#logo {
	width: 230px;
	float: left;
	margin-top: 0px;
        
}

#mainMenu {
	height: 10px;
	width: 600px;
	float: left;	
}


#header {
        width: 900px;
        float: left;
		background:#ffffff;
		height: 100px;
}

#header2 {
	width: 900px;
	float: left;
	margin-left: 10px;
	height: 284px;
}

#main {
 	width: 900px;
 	margin-top: 8px;
 	background-color:#fff 
 	display: inline-block;
 	padding-bottom: 20px;
} 	

#content {
	width: 95%;
	float: left;
	margin-left: 10px;
}
     
h2 {
	font-size: 16px;
	color: #000;
        border-bottom: dotted 1px #000;
        line-height: 130%;
        margin-top: 8px;
}
.clear {
	clear: both;
}

#mainMenu h3 {
	display: none;
}


/* GENERAL TAGS */
img {
	border: none;
}

/* menu tags */
#mainMenu ul {
        float: left;	
}
#mainMenu h3 {
	display: none;
}
/* this is the main UL element*/

.menu {
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
 .menu ul{
	margin:0;
	padding:0;
	list-style:none;	
}

/* these are all the LIs in the menu*/
.menu li{
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
	padding-top:20px;
	width: 90px;
	height: 12px;
	text-transform: uppercase;
	border-left: solid 1px #fff;
	}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.menu a{
       	text-decoration: none;
	color: #fff;
}

.menu a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.menu ul li{
	border-top:0;
	margin-left:-1px;
	margin-top: 1px;
	width: 150px;
	background-color: #000000;
	border-bottom: solid 1px #333333;
	padding-top: 7px;
	height: 20px;
}

/* these are the LIs that contains a submenu*/
.menu li.submenu{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.menu ul li.submenu{
}

.menu a:hover,
.menu li.active a:link, 
.menu li.active a:visited {
	text-decoration: none;
}

/* FOOTER */
.footer {
        width: 900px;
        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;
}

.componentheading {
     border:none;
}
.paginate a {
     color:#333333;
}

<style type="text/css">
<!--
a:link {color: #030201 !important; text-decoration: none; }
a:active {color: #030201 !important; text-decoration:  none; }
a:visited {color: #030201 !important; text-decoration:  none; }
a:hover {color: #ffffff !important; text-decoration: none; }
-->
</style>

.moduletable a {color:#000;}