body, html {
	margin: 0px;
	background-color: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#000000;
}


a:link {
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #ffcc99;
}

.intro {
	font-family: Georgia, Times New Roman, serif;
	font-size:14px; font-style: italic; font-weight: normal; color: #ffffff;
	padding-right: 150px;
}

.summary {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic; font-size: 14px;
}

#contain {
	width: 80%;
	font-size: 13px;
	background-color: #ffffff;
}

#nav {
	width: 140px;
	vertical-align: top;
	display: block;
	float: right;
}

#main {
	display: block;
	background-color: #ffffff;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

.menu {
	display: block;
	width: 130px; height: 20px;
	background-color: #000066;
	text-align: left;
	color: #ffffff;
	padding: 5px 0 0 11px;
	margin: 0 0 0 7px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
}

.menu a {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	color: #000000;
	text-decoration: none;
}

h1,h2,h3,h4 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-style: normal; font-weight: bold; color: #990099;
}

h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:42px;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:22px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:20px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size:16px;
}

#footer {
	width: 100%;
	font-family: Verdana, sans-serif; font-size: 10px;
	text-align: center;
}



