body, html {
	margin: 0px;
	background-color: #ff9966;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, Century Gothic, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#003366;
}

a:link {
	font-family: Arial, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	font-family: Arial, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration: underline;
	background-color: #cccc99;
}

.main {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 0px;
	font-size: 13px;
	}
	
#top {
	width: 740px; height: 119px;
	overflow: hidden;
	border: none;
}
	
#content {
	width: 740px;
	border: none;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	font-size: 13px;
}

#left {
	width: 168px;
	vertical-align: top;
	float: left;
}

#main {
	width: 570px;
	float: left;
	vertical-align: top;
	font-size: 13px;
	border: none;
}
	
.data {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}
	

.summary {
	font-weight: bold; font-style: italic;
	color: #003366;
}

.menu_link {
	display: block;
	height: 18px;
	background-color: #ffffcc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	font-size: 11px;
	padding: 5px 0 0 11px;
	margin-left: 3px;
	margin-right: 20px;
}


.footer {
	font-size: 10px;
	text-align: center
}

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

h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-style: normal; color: #003366; font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

h1 {
	font-size:30px;
	margin: 5px 0 15px 0;
}

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

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

h4 {
	font-size:20px;
	margin: 15px 0 5px 0;
}


#bottom {
	width: 740px; height: 12px;
	overflow: hidden;
	border: none;
}

#bottom_nav {
	width: 740px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
