body
{
	background-color:#FFFFFF;
	margin:0px;
	font-family:Arial;
	font-size:10pt;
}

#menu
{
	width:225px;
	height:356px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-180px;
	margin-left:-505px;
}
#main
{
	width:780px;
	height:348px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-176px;
	margin-left:-280px;
}
#logo
{
	width:170px;
	height:35px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-100px;
	margin-left:-85px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	padding-top:40px;
	text-align:center;
}
#contactline
{
	font-size:8pt;
	color:#999999;
	width:600px;
	position:absolute;
	bottom:2px;
	left:50%;
	margin-left:-300px;
}
#textframe
{
	width:758px;
	height:328px;
	padding:10px;
	border:1px solid #000000;
}

h1 
{
	font-weight:bold;
	font-size:14pt;
	display:inline;
}

.textinput
{
	font-family:Arial;
	color:#000000;
	font-size:10pt;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

.menu_link
{
	display:block;
	width:200px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10pt;
	text-transform: uppercase;
}

.menu_n
{
	background-color:#000000;
	margin-bottom:5px;
	height:16px;
	padding:7px;
}
.menu_h
{
	background-color:#000000;
	background-image:url(images/menu_fade.gif);
	margin-bottom:5px;
	height:16px;
	padding:7px;
}
.menu_spacer
{
	background-color:#000000;
}