* {
	margin: 0;
	padding: 0;
}

p	{
	margin-bottom: 10px;
}

blockquote	{
	padding-left: 30px;
	padding-right: 30px;
	font-style: italic;
}

a img { 
	border: 0;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

h1	{
	display: none;
}
	
ul, li {
	list-style: none;
}


form, fieldset {
	border: 0;
}
	
input, textarea, select, button {
	border: 1px solid #021833;
	padding: 5px;
	vertical-align: middle;
}

input.none	{
	border: 0;
	padding: 0;
	vertical-align: middle;
}

select {
	margin: inherit;
}

td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

td	{
	padding: 0px;
}

td.nopadding	{
	padding: 0px;
}

body	{
	width: 100%;
	font-size: 12px;
	color: #555555;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background: #D0D0D0 url('images/background.jpg') repeat-x;
	text-align: center;
	line-height: 18px;
}

#page	{
	width: 1003px;
	height: auto;
	margin: auto;
	text-align: left;
}

#header	{
	height: 240px;
	padding-left: 466px;
	background: url('images/logo.jpg') no-repeat;
}

#login	{
	width: 537px;
	height: 36px;
	padding-top: 10px;
	background: url('images/login.jpg') no-repeat;
	color: #FFFFFF;
}

#login input	{
	border: 1px solid #655959;
	background: #3C3837;
	color: #FFFFFF;
	display: block;
}

#login span	{
	float: left;
	display: block;
}

#login span.username	{
	display: block;
	color: #FFFFFF;
	width: 65px;
	padding-left: 10px;
	padding-top: 4px;
}

#login span.inputspace	{
	display: block;
	width: 140px;
}

#login input.input	{
	display: block;
	width: 140px;
}

#login span.password	{
	display: block;
	padding-left: 20px;
	padding-top: 4px;
	width: 65px;
}

#login span.submitspace	{
	display: block;
	padding-left: 20px;
}

#login input.submit	{
	display: block;
	width: 40px;
}

#logotext	{
	height: 134px;
	padding-left: 80px;
	padding-top: 60px;
	color: #FFFFFF;
	background: url('images/logotext.jpg') no-repeat;
}

#logotext a	{
	font-size: 24px;
	color: #FFFFFF;
}

#navigation	{
	height: 30px;
	text-align: center;
}

#menu li	{
	float: left;
}

#menu span.spacer	{
	display: block;
	width: 24px;
	height: 30px;
	background: url('images/menusplit.jpg') no-repeat;
}

#menu a, #menu a:active, #menu a:visited	{
	display: block;
	padding-top: 7px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	width: auto;
}

#menu a:hover	{
	text-decoration: underline;
}

#main	{
	background: #FFFFFF;
	padding: 17px;
	margin-top: 1px;
}

#left	{
	width: 660px;
	float: left;
}

#left h2	{
	color: #ED1C22;
	font-size: 28px;
	background: url('images/dots.jpg') bottom left repeat-x;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#left p	{
	margin-bottom: 20px;
}

#left ul	{
	margin-bottom: 20px;
}

#left li	{
	background: url('images/li.gif') left center no-repeat;
	padding-left: 15px;
	margin-left: 25px;
}

#splash	{
	width: 660px;
	height: 293px;
	margin-bottom: 20px;
}

.homesection	{
	border: 1px solid #F36C72;
	background: #EDEDED;
	padding: 15px;
	margin-bottom: 25px;
}

.bottomlink	{
	font-size: 18px;
	color: red;
}

#right	{
	width: 293px;
	float: right;
	/*background: url('images/rightbg.jpg') repeat-y;*/
}

#righttop	{
	height: 12px;
	background: url('images/righttop.jpg') no-repeat;
}

#rightcontent	{
	padding: 0px 10px 0px 10px;
}

#rightbottom	{
	height: 13px;
	background: url('images/rightbottom.jpg') no-repeat;
}

#right h2	{
	color: #ED1C22;
	font-size: 28px;
	background: url('images/dots.jpg') bottom left repeat-x;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#right ul	{
	margin-bottom: 10px;
}

#right li	{
	background: url('images/li.gif') left center no-repeat;
	padding-left: 15px;
	margin-left: 25px;
}

#footer	{
	height: 137px;
	background: url('images/footer.jpg');
}

#footertop	{
	height: 25px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
}

#footerbottom	{
	height: 92px;
	color: #FFFFFF;
}

#footerbottom div	{
	float: left;
}

#footerbottom div.footerlogo	{
	width: 250px;
}

#footerbottom div.footertext	{
	width: 380px;
	text-align: justify;
	padding-top: 37px;	
}

#footerbottom div.footerlinks	{
	width: 349px;
	text-align: center;
	padding-right: 10px;
}

#footertop a	{
	color: #FFFFFF;
}

.clearboth	{
	clear: both;
}

a, a:visited, a:active	{
	color: #FF0000;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

/* FORM STUFF */

.captcha	{
	display: block;
	width: 500px;
	padding-left: 160px;
	float: left;
	height: auto;
}

#left label	{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 150px;
	float: left;
}

#left .small	{
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 150px;
}

#left .formspacer	{
	display: block;
	width: 150px;
	height: 5px;
	float: left;
}

#left .formmessage	{
	display: block;
	padding-left: 160px;
	font-size: 14px;
	color: red;
}

#left input, #left textarea, #left select	{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid #FF0000;
	width: 490px;
	margin: 2px 0 20px 10px;
	background: #F2F2F2;
}

#left #submit	{
	margin-top: 50px;
}

#left input:focus, #left textarea:focus	{
	border: 1px solid #000000;
}

#left h3 {
	padding-left: 160px;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #000000;
	text-decoration: underline;
}

/* END FORM STUFF */