body, html {
	margin: 0px;
	background-color: #cccc99;
	background-image: url(images/bg.jpg);
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#003366;
}

a:link {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #ffccff;
}

.summary {
	font-weight: bold; font-style: italic;
	color: #003366;
}

.menu {
	width: 150px;
	background-color: #0066cc;
	vertical-align: top;
	text-align: left;
	font-size: 13px; font-weight: bold;
}

.menu_link {
	display: block;
	width: 155px; height: 17px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	margin: 0 5px 0 5px;
	float: left;
}

#main {
	width: 600px; vertical-align: top; font-size: 13px;
	background-image: url(bg.gif);
	border: none;
}

.footer {
	font-size: 12px;
	text-align: center
}

.footer a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

h1 {
	font-size:32px;
	margin: 25px 30px 5px 0;
}

h2 {
	font-size:32px;
	margin: 15px 0 5px 0;
}

h3 {
	font-size:28px;
	line-height: 20px;
	margin: 15px 0 5px 0;
}

h4 {
	font-size:22px;
	margin: 2px 0 5px 0;
}

#content {
	margin: 30px 50px 10px 100px;
	font-size: 15px;
	text-align: center;
}





