body, html {
	margin: 0 auto;
	background-color: #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; font-weight: normal; color:#000000;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #0000FF;
	text-decoration: underline;
}

.intro {
	font-family: Georgia, Times New Roman, serif;
	font-size:14px;
	font-style: italic;
	color: #990099;
	font-weight: normal;
}

#summary {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #0066cc;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.form_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic; color: #003366;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1px;
}

h1 {
	margin: 10px 0 2px 0;
	font-size:26px;
}

h2 {
	margin: 5px 0 5px 0;
	font-size:22px;
}

h3 {
	margin: 5px 0 10px 0;
	font-size:20px;
}

h4 {
	margin: 10px 0 5px 0;
	font-size:16px;
}


#container {
	width: 750px;
	height: 85px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: none;
}

#main {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat;
	width: 750px;
	vertical-align: top;
	border-top: 7px solid #999999;
}

#left {
	width: 145px;
	vertical-align: top;
	font-size: 11px;
	text-align: left;
	float: left;
	border: none;
}

#center {
	width: 480px;
	font-size: 12px;
	text-align: left;
	float: left;
}

#right {
	width: 120px;
	float: right;
	vertical-align: top;
	font-size: 10px;
	text-align: center;
}

#footer {
	clear: both;
	width: 750px;
	font-size: 10px;
	text-align: center;
}