
#main {
background: #fff;
	clear: both;
	padding:0px;
	margin: 0px;
}

#contents {
	font-size:    12pt;
margin: 0px 0px 0px 185px;
	padding: 5px 10px;
	background: #fff;
	min-height: 300px;
}
.top{
	background: #000;
}
#header {
	position: relative;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 98em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width:318px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 1px 0 0;
	text-align: center;
	font-family:Garamond, Geneva, Times New Roman,serif;
	font-size: 12pt;
	text-decoration: none;
	color: #fff;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border-bottom: none;
	background: url(images/new_tabs_selected_2.jpg) no-repeat;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background:  url(images/new_tabs2_up.jpg) no-repeat;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	background: url(images/new_tabs2_over.jpg) no-repeat;
	padding-bottom: 5px;
	color: #000;
}



.nav {
font: 10pt Garamond, Geneva, Times New Roman,serif,Garamond, Geneva, Times New Roman,serif;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
}

.side {
	width: 175px;
	float: left;
	margin: 10px 0px 0px 10px ;
	background: #fff;
}
.nav h3,.nav h3 a {
	font: bold 12pt Garamond, Geneva, Times New Roman,serif;
	color: #fff;
	border-bottom : 1px solid #fff;
	text-decoration : none;
	padding: 4px 10px 4px 10px;
	margin:0px;
	background: url(images/new_tabs200.jpg) no-repeat;
}
.nav a {
	color: #fff;
	display: block;
	background : #903;
	border-bottom : 1px solid #fff;
	text-decoration : none;
	padding: 4px 10px 4px 20px;
	margin:0px;
}

.nav a:hover {
	color: #fff;
	text-decoration: none;
	background : #333;
}

.nav a.selected {
	color: #000;
	background : #ccc;
	text-decoration: none;
}

.nav ul, .nav li {
	display: inline;
	margin: 0px;
	padding: 0px;

}


.nav ul ul {
		
	
}
.nav ul ul li {

}








