@charset "utf-8";
/* CSS Document */

body {
	margin-top: 00px;
	margin-bottom: 0px;
	background-image:url(../img/tile2.png);	
}
.FooterText
{
	font-family: verdana;
	color: #ffffff;
	font-size: 10px;
}
.FooterText a
{
	font-family: verdana;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.FooterText a:hover
{
	font-family: verdana;
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
.MainText
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #ffffff;
}
.MenuText 
{
	color: #53C7DD;
	text-decoration: none;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
.MenuText a
{
	color: #53C7DD;
	text-decoration: none;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
.MenuText a:hover
{
	color: #53C7DD;
	text-decoration: none;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
}
.left_nav {	
	height: 250px;
}

.left_nav ul li {
	margin-left: -10px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;	
}

#menu {
	background: #000000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 67.5% "Courier New", Courier, monospace; sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000000;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") left center no-repeat;
	color: #000000;
	padding-bottom: 8px;
	text-decoration: underline;
}
.FormTextBox {
	font-family: "Courier New", Courier, monospace;
	border: 1px solid;
	border-color: #0099CC;
	background-color: #ffffff;
	font-size: 12px;
}
.QuestionText 
{
	color: #53C7DD;
	text-decoration: none;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}