/* CSS Document */

html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align:center;
	margin: 0 auto;
	background-color: #ffffff;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align:center;
	margin: 0 auto;
	background-color: #ffffff;

	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #8896E1;
	margin: 8px 0 8px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #8896E1;
	margin: 6px 0 6px 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #636444;
	margin: 6px 0 6px 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #636444;
	margin: 6px 0 6px 0;
	text-align: center;
}
	
img {
	border: none;
	}

a:link, a:active, a:visited {
	color: #636444;
	}
	
a:hover {
	color: #8896E1;
	}


#container {
	width: 974px;
	background: url(images/bg.jpg) repeat-y center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0 auto;
	}


#wrapper {
background: #ffffff url(images/sgbg12.jpg) top right repeat-y;
	width: 930px;
	text-align: center;
	margin: 0 auto;
	}

#topper {
	background-color: #8795DE;
	width: 930px;
	height: 5px;
	}

#header {
	background: url(images/header3.jpg) no-repeat;
	width: 930px;
	height: 220px;
	padding: 0;
	border-bottom: 2px solid #8897Df;
	margin: 0;
	}
	
#left {
	float: left;
	width: 180px;
	margin: 0 10px 0 5px;
	padding: 5px;
	text-align: left;
	}
	
#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
	}
	
#left ul ul {
	padding-left: 8px;
	}

#left li {
	padding: 5px;
	border-bottom: 1px solid #8897Df;
	}
	
#left li li {
	padding: 5px;
	border-bottom: 1px solid #8897Df;
	}
		
#left a:link, #left a:visited, #left a:active {
	display: block;
	padding: 2px 2px 2px 5px;
	color: #000000;
	text-decoration: none;
	}

#left a:hover {
	background-color: #E2E2E2;
	color: #3B5E5A;
	text-decoration: none;
	}

#content {
	float: left;
	width: 675px;
	margin: 0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	}
	


#footer {
	padding: 10px;
	background-color:#E7DBC3;
	border-top: 4px double #C5D2DA;
	}	

#footer a:link, #footer a:visited, #footer a:active {
	color: #000000;
	}

#footer a:hover {
	color: #ffffff;
	}

.clear {
	clear: both;
	}
	
.link {
	font-size: .9em;
	}