* {
	font: 12px/18px "Trebuchet MS";
}
body {
	margin: 0 auto; 
	padding: 0;
	background: url(images/body-bg.jpg) repeat left top;
	scrollbar-base-color: black; 
	scrollbar-arrow-color: #f00;
}
form {
	background: url(images/body-bg.jpg) repeat left top;
	font: 12px/18px "Trebuchet MS";
}
h2	{ 
	font: bold 13px  "Trebuchet MS";
	color: #800; 
	background: url(images/title.jpg) no-repeat;
}	
h3	{ 
	font: bold small-caps 14px  "Trebuchet MS";
	color: #800; 
	background: url(images/title.jpg) no-repeat;
}	
h4	{
	font: bold 12px  "Trebuchet MS";
	color: #800;
	border-bottom: dotted #F90;
	float: left;
	width: 200px;
}	
	
h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
	}
.maintitle {
	background:  url(images/top-mainbody.jpg) no-repeat left top;
	font: bold small-caps 14px Verdana, Arial, Helvetica, sans-serif;
	color:#620;
	padding:.8em 13em .5em 2.8em;
	}
ul {
	list-style-image: url(images/list.jpg);
}
/***********************************************************/
/*--------------------BACKGROUNDS--------------------------*/
/***********************************************************/
.mainbody {
	background:  url(images/mainbody-bg.jpg) repeat-y left top;
}
.mainarea {
	background:  url(images/mainarea-bg.jpg) repeat-y left top;
	padding: 0em 3.5em .5em 1.8em;
}
.searchbox {
	background:  url(images/searchbox-bg.jpg) repeat-x left top;
}
.info {
	background:  url(images/middle-info.jpg) no-repeat left top;
	padding: 2em 1em 1em 1.8em;
	font: 11px/26px "Trebuchet MS";
}
.sidebar {
	background: url(images/leftbar-bg.jpg) repeat-y left top;
}
.sidebar-bg2 {
	background: url(images/leftbar-spacer2.jpg) repeat-y left top;
}
.sidebartext {
	font: 11px "Trebuchet MS";
	padding: 10px 8px 5px 15px;
}
.spacer {
	background:url(images/spacer-bg.jpg) repeat-y left top;
}
.footer {
	background:url(images/footer-bg.jpg) no-repeat left top;
	color: #800;
	text-align: center;
	font: 9px "Trebuchet MS";
}
/***********************************************************/
/*--------------------------LINKS--------------------------*/
/***********************************************************/
a:link { 
			color: #800;
			text-decoration: none;
			}
a:visited   { color: #435 }
a:hover		{ 
			color:  #60C;
			text-decoration: none;
  			}
a:active    { color: #06c 
}
.footer:a { 
			color: #800;
			text-decoration: none;
			font: 9px "Trebuchet MS";
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color: #ccc; 
	color: white;
	padding-left: 20px;	
	}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #030;}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #690;
 color: #FF3;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CF9;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DDC;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFC;
 	color: #033;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #030;
	background-color: #FF6;
}
.searchform {
width: 206px;
clear: left;
margin: 0;
}