@charset "UTF-8";
/* CSS Document */

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#login {
	padding: 10px;
	font-size: small;
	color: #000;
	margin: 0px;
	float: left;
	position: fixed;
}
#homeFlash {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 800px;
	height: 590px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #030;
	border-left-color: #030;
}
#homeFooter {
	background-image: url(../images/bottomDirtInner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #030;
	border-left-color: #030;
	clear: both;
	text-align: center;
}
#homeFooter p {
	color:#FFF;
	font-size: x-small;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#homeFooter p a:active {
	color:#FFF;
	text-decoration:none;
} 
#homeFooter p a:link {
	color:#FFF;
	text-decoration:none;
}
#homeFooter p a:visited {
	color:#FFF;
	text-decoration:none;
}
#homeFooter p a:hover	{
	color:#6C0;
	text-decoration:none;
}
#homeFlash #homeHeader {
	height: 70px;
}
a:active {
	color:#03F;
	text-decoration:none;
} 
a:link {
	color:#03F;
	text-decoration:none;
}
a:visited {
	color:#03F;
	text-decoration:none;
}
a:hover	{
	color:#090;
	text-decoration:none;
}
