body, html {
	background-color: #cccc99;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px; 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: underline;
	background-color: #cccc33;
}

.site {
	font-size: 10px;
}

#summary {
	font-size: 28px; font-weight: bold;
	letter-spacing: -2px;
}

.menu_link {
	display: block;
	height: 25px;
	background-color: #99ccff;
	text-align: left;
	font-size: 12px; font-weight: bold; color: #ffffff;
	padding: 5px 0 0 8px;
	margin: 1px 4px 5px 2px;
}

#left {
	width: 150px; height: 800px;
	background-color: #ffcc00;
	float: left;
}

#main {
	height: 800px; padding: 5px;
	vertical-align: top; font-size: 13px;
	background-color: #ffffff;
	text-align: left;
	border: none;
}

#footer {
	width: 750px;
	font-size: 12px;
	text-align: center;
}

#footer a:hover {
	text-decoration: underline;
}

p {
	margin: 5px 0 15x 0;
	padding: 0px;
}

h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 42px; font-weight: normal;
	letter-spacing: 3px;
	margin: 0 100px 0 0;
	text-align: center;
}

h2,h3,h4,h5,h6 {
	color: #003366; font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}


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

h3 {
	font-size: 28px;
	line-height: 20px;
	margin: 15px 0 15px 0;
}

h4 {
	font-size:22px;
	line-height: 22px;
	margin: 15px 0 0 0;
}

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





