body,td,th,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 150%;
}

body {
	background: #7a7a7a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0;
}

h1,h4,h5,h6   {
     	font-size: 14px;
     	color: #fff3;
     	font-weight: bold;
}
     
h2   {
      	color: #fff;
	font-weight: normal;
	font-size: 18px;
	text-transform: none;
	margin:0;
	padding:0;  
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 30px;
}

h3   {
        color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;   
}

#top { 
	float: left;
	clear: left;
	width: 900px;
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px #fff;
	padding-bottom: 5px;
}

.container {
	width: 900px; 
	margin: 0;
	padding: 0;
	margin-left: 30px;
}

#logo {
	width: 200px;
	height: 50px; 
	float: left;
	clear: both;
	margin-top: 20px;
	margin-left: 15px;
}

#search {
	width: 300px;
	height: 21px;
	margin-top: 15px;
	float: right;
}

#search input {
	width: 196px; 
	height: 15px; 
	font-size: 11px;
	padding-left: 8px;
	line-height: 12px;
	border: solid 1px #fff;
	background: #fff;
}

#search h3 { 
	color: #ccc;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	font-weight: normal;
}

#search .button {
	background: url(../images/searchbt.png) no-repeat;
	text-indent: -9999px;
	border: none;
	height: 18px;
	width: 32px;
	margin-left: 5px;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 900px;
	float: left;
	clear: left;
	margin-top: 60px;
}

#left {
	width: 300px;
	float: left;
	color: #fff;
}

#left h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 15px;
	width: 285px;
	margin-left: -15px;
	border-bottom: dotted 1px #fff;
	line-height: 35px;
	color: #fff;
}

#left .moduletable {
	width: 250px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#left ul {
	width: 250px;
	margin: 0;
	float: left;
	height: auto;
	padding: 0;	
}

#left ul li {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
	clear: left;
	line-height: 20px;
	margin-top: 3px;
	list-style: none;
	color: #fff;
	background: url(../images/leftbg.png) no-repeat right top;
}

#left ul li a {
	text-transform: none;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#left ul li a:hover {
	text-decoration: underline;
}

#main {
	width: 510px;
	float: right;
	margin-right: 10px;
	padding-bottom: 20px;
}

#header {
	width: 490px;
	float: left;
	clear: left;
	margin:0;
	margin-bottom: 20px;
	margin-top: 10px;
	border: solid 10px #fff;
}	

#content {
	width: 500px;
	float: left;
	clear: left;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 40px;
	padding-top: 10px;
	height: 25px;
	border-top: dotted 1px #fff;
	color: #fff;
	margin-bottom: 30px;
}

#copyright {
	width: 400px;
	float: left;
	margin: 0;
}

#footermenu {
	width: 450px;
	float: right;
	margin: 0;
}

#footer ul li {
	line-height: 12px;
	margin-left: 10px;
	margin-top: 3px;
}

#footer ul li a {
	font-size: 11px;
	color: #fff;
	border-right: solid 1px #fff;
	padding-right: 10px;
}

#footer h3,
#mainMenu h3,
#header h3 {
	display: none;
}

h2.contentheading, h2.componentheading, .componentheading {
	margin-bottom: 10px;
	font-weight: normal;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;  
	line-height: 34px;
}

ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}




textarea,
input { 
	border: solid 1px #666; 
	color: #666; 
}
	
.button {
	cursor: pointer;
}

