﻿body 
{
	font-family: Arial, Sans-Serif;
	background-color: #DDC88E;
	margin: 0;
	padding: 0;
}

a img
{
	border:0;
}

a
{
	border:0;
	font-family:Arial;
	font-size: 9.5pt;
	font-weight:bold;
	text-decoration:none;
	color:Gray;
}

a:hover
{
	color:Black;
	border-bottom: dashed 1 Black;
}

#layout
{
	height: auto;
	width: 800px;
	position: absolute;
	margin-left: -400px;
	left: 50%;
	top: 20px;
	display:block;
	margin-bottom:0px;
	margin-top:0px;
	width:800px;
	height:640px;
	border:solid 1px black;
	background-image: url(Graphics/main_bg.jpg);
	background-repeat:no-repeat;
}

.button
{
	height:16px;
	width:auto;
	text-align:center;
	background-color: #333333;
	border: solid 1px #000000;
	text-decoration:none;
	overflow:hidden;
	cursor:hand;
	display: block;
	font-family:Arial;
	font-size:7.5pt;
	color: White;
	vertical-align: middle;
	margin:0;
	padding:0;	
}

.button a
{
	height:9px;
	width:auto;
	text-align:center;
	background-color: #333333;
	border: solid 1px #000000;
	text-decoration:none;
	overflow:hidden;
	cursor:hand;
	display: block;
	font-family:Arial;
	font-size: 7.5pt;
	color: White;
	margin:0;
	padding:0;		
}

.button a:hover
{
	height:9px;
	width:auto;
	text-align:center;
	background-color: #69c;
	border: solid 1px #333;
	text-decoration:none;
	overflow:hidden;
	font-family:Arial;
	font-size: 7.5pt;
	cursor:hand;
	margin:0;
	padding:0;
}

.button_hover
{
	height:16px;
	width:auto;
	text-align:center;
	background-color: #69c;
	border: solid 1px #333;
	text-decoration:none;
	overflow:hidden;
	cursor:hand;
	font-family:Arial;
	font-size: 7.5pt;
	color: White;
	vertical-align:middle;
	margin:0;
	padding:0;
}

select
{
	background-color: #808080 !Important;
	color:White;
	font-size: 7.5pt;
}

input:active
{
	width: auto;
	left: 0px;
	background-color: White !Important;	
}

input.textbox
{
	width: auto;
	left: 0px;
	background-color: White !Important;		
}

#footer_links
{
	position:absolute; 
	width:315px; 
	left: 473px; 
	top: 558px;
	font-family: Arial;
	font-size: 8pt;
	color: White;
	vertical-align: middle;
	border: none;
	text-decoration: none;
	font-weight:bold;
}

#footer_links a
{
	margin: 0px 8px 0px 8px;
	font-family: Arial;
	font-size: 8pt;
	color: White;
	vertical-align: middle;
	border: none;
	text-decoration: none;
	font-weight:bold;
}

#footer_links a:hover
{
	color: #9cf;
}

