body {
	background: url(marb009.jpg) repeat;
	font-family: verdana, arial, serif;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}



td { font-size: 12px; }


#container {
	background-color: #FFFFF0;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
	border-left-style: solid;
	border-left-width: thin;
border-right-style: solid;
	border-right-width: thin;
border-bottom-style: solid;
	border-bottom-width: thin;

}

#header {
	background: url(banner.jpg) no-repeat;
	height: 149px;
	text-align: center;
	width: 100%;
	top: 0px;
}

#header h3 {
	font-size: 28px;
	position: relative;
	top: 110px;
}



#header a {
	background-color: transparent;
	color: darkblue;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #FFFFF0;
}

#header a:visited {color:black;}


#sidebar {
	float: left;	
	margin-top: 10px;
	width: 140px;
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a {
	background-color: #CCCCCC;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	color: darkgreen;
	display: block;
	font-family: verdana, arial, serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px;
	text-decoration: none;
	width: 160px;
}

#sidebar a:hover {
	background-color: darkblue;
	border-bottom: 1px solid darkblue;
	border-right: 1px solid darkblue;
	color: white;
}

#sidebar a:visited {color:gray;}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	width: 540px;
	

}

h1 {
  font-size: 26px;
  
}

h2 {
  font-size: 18px;
  
}


#footer {
	background-color: #ffffff;
	clear: right;
	color: #000000;
	font-family: arial;
	font-size: 10px;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: center;
	width: 730px;
}


