* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #CAD5D7;
}
body, p, td, tr, dt, dl {
	color: #474A2B;
	letter-spacing: 1px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
a:active, a:link, a:visited {
	color: #77454D;
	text-decoration: none;
}
a:hover {
	color: #413C60;
	text-shadow: 0px 0px 2px #413C60;
	text-decoration: none;
}
#main {
	width: 800px;
	background: #ECD6EB;
	overflow: visible;
	margin: 0px auto;
	padding-bottom: 10px;
	padding-top: 5px;
	border-left: 3px solid #A6BAC8;
	border-right: 3px solid #A6BAC8;
}
h1 {
	color: #B96A9D;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 2px;
	padding: 0px;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	margin: 10px 8px;
	border-bottom: 1px solid #A5BBB2;
	text-shadow: 1px 1px 3px #CB917E;
}
h2 {
	color: #6B6400;
	letter-spacing: 1px;
	padding: 0px;
	font-size: 14px;
	margin: 15px 10px 4px 15px;
	font-weight: bold;
}
h3 {
	color: #6B6400;
	letter-spacing: 1px;
	padding: 0px;
	margin: 5px 10px 10px 15px;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}
.bodytext {
	text-align:justify;
	margin: 5px 15px 18px 25px;
	font: 13px Arial, Helvetica, sans-serif;
}
u {
	text-decoration: none;
	border-bottom: 1px solid #938F0D;
	color: #8D5181;
	font-weight: bold;
}
#title {
	letter-spacing: 3px;
	text-align: center;
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #C8BCD4;
	background: #413C60;
	text-transform: uppercase;
	margin: 6px 0px 0px;
	padding: 25px 0px 10px;
	border-top: 8px solid #866D94;
	text-shadow: 0px 0px 3px #CB917E;
}
#title2 {
	letter-spacing: 2px;
	text-align: center;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #A6BAC8;
	background: #413C60;
	text-transform: uppercase;
	border-bottom: 7px solid #866D94;
	margin: 0px 0px 20px;
	padding: 0px 0px 25px;
	text-shadow: 0px 0px 3px #9B90E9;
}
#menu {
	text-align: center;
	border-top: 1px solid #B57899;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 30px 8px 0px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0em;
}
