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

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: underline;
	background-color: #ffff00;
}

.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;
	height: 20px;
	background-color: #99ccff;
	text-align: left;
	font-size: 12px; font-weight: bold; color: #ffffff;
	padding: 5px 0 0 8px;
	margin: 5px 4px 5px 2px;
}

#main {
	width: 600px; vertical-align: top; font-size: 12px;
	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 {
	color: #003366; font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

h1 {
	font-size:38px;
	margin: 15px 0 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: 15px 0 5px 0;
}

#content {
	margin: 10px 50px 10px 100px;
	font-size: 15px;
	text-align: center;
}





