/* CSS Document */

body {
	font-family:Helvetica;
	font-size:10pt;
	color:#000000;
	width:980px;
	font-style: normal;
	background-color:#FFFFFF;
}

a:active, a:link, a:visited {
	color:#0000CC;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#000000;
	}

#container{
	width: 980px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
    }

#banner {
	width:980px;
	height:131px;
	background-image:url(images/banner.gif);
	position:absolute;
	left:0px;
	top:0px; 
}


#rest{
	width:980px;
	height:458px;
	background-image:url(images/rest.gif);
	background-repeat:no-repeat;
	margin-top:0px;
	position:absolute;
	left:0px;
	top:131px; 
}


#logo{
	width:88px;
	height:174px;
	background-image:url(images/logo.gif);
	position:absolute;
	left:39px;
	top:7px;
	margin-top:0px;
}

#text{
	width:743px;
	height:434px;
	overflow:auto;
	margin-left:0px;
	margin-top:100px;
	position:absolute;
	left:238px;
	top:41px;
}

#address_field{
	width:200px;
	height:76px;
	margin-left:0px;
	margin-top:100px;
	position:absolute;
	left:11px;
	top:394px;
	color: #FFFFFF;
	font-size: 8pt;
}


#menu{
	width:144px;
	height:158px;
	background:url(images/menu.swf);
	margin-left:0px;
	margin-top:100px;
	position:absolute;
	left:15px;
	top:95px;
	background-image: url(images/menu.swf);
}

#disclaimer{
	width:84px;
	height:20px;
	margin-left:0px;
	margin-top:100px;
	position:absolute;
	left:887px;
	top:9px;
}
