#wrapper {
    margin: 0 auto;
}
body {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background: #666;
	font-family: verdana, arial, trebuchet ms;
	font-size: 8pt;
	line-height: 18px;
}

div#wrapper {
	clear: both;
	width: 788px;
	background: #fff;
	padding: 10px;
	text-align: left;
}

div#sitename {
	padding: 10px;
	margin-bottom: 30px;
}

div#sitename h1 {
	color: #333;
	font-size: 15pt;
	float: left;
}

div#banner {
	clear: both;
	background: url(image001.jpg) no-repeat;
	height: 190px;
	width: 788px;
}


div#toplinks {
	margin-bottom: 15px;
	width: 785px;
	height: 30px;
	background: #ccc;
	border-bottom: 2px solid #666;
}

div#toplinks a {
	display: block;
	height: 20px;
	width: 121px;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 5px;
	color: #000;
}

div#toplinks a:hover {
background: #FFD700;
	display: block;
	height: 20px;
	width: 121px;
	
}

div#left {
	width: 200px;
	float: left;
}

div#left a{
	width: 190px;
	float: left;
	display: block;
	height: 22px;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background: #efefdf;
	color: #333;
	font-weight: normals;
	text-decoration: none;
}

div#left a:hover {
	width: 190px;
	float: left;
	display: block;
	height: 22px;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background: #FFD700;
	color: #333;
	text-decoration: none;
}

div#right {
	width: 550px;
	float: right;
}
div#right a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div#right h1{
	color: #003366;
	font-size: 12pt;
	display: block;
	height: 50px;
	background: #EDEDED;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	padding: 10px;
}

div#left h2{
	color: #a80000;
	font-size: 11pt;
	display: block;
	height: 50px;
	background: #EDEDED;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	padding: 10px;
}

div#inset {
	font-size: 8pt;
	font-weight: bold;
	display: block;
	width: 330px;
	margin-left: 50px;
	background: #EDEDED;
	padding: 20px;
}
	

div#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

div#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #a80000;
}

div#footer {
	clear: both;
	width: 788px;
	height: 20px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: 5px;
}

div#formed {
	margin-top: 30px;
}

div#formed a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #666;
	float: right;
}



	