@charset "utf-8";
body {
	background-image: url(assets/website_backdrop_flat.png);
	background-repeat: no-repeat;
}
#main {
	width: 1150px;
	margin-top: 200px;
	margin-bottom: 40px;
}
#menu {
	width: 120px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 85px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	height: 600px;
}
a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-style: italic;
	line-height: 28px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
#main_body {
	padding: 15px;
	float: left;
	width: 850px;
	margin-top: -600px;
	margin-bottom: 40px;
	margin-left: 240px;
}
#main_body2 {
	padding: 15px;
	float: left;
	width: 500px;
	margin-top: -600px;
	margin-bottom: 40px;
	margin-left: 240px;
}
#main_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	text-align: center;
	margin-bottom: 5px;
}
#main_subtitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #003366;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}
#main_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
#main_text a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	color: #0033FF;
	text-decoration: none;
}
#main_text a:hover {
	color: #FF000;
	text-decoration: underline;
}
#main_text a:link {
	color: #0033FF;
	text-decoration: none;
}
#main_text a:active {
	color: #0033FF;
	text-decoration: none;
}
