@charset "utf-8";
body{
	padding:0;
	margin:0;
	font:8pt Verdana, sans-serif;
	background: #fff;
}


.style2 {font-size: 14px}
-->

#container{
	padding:0;
	width:800px;
	height:640px;
	position: absolute;
	top:50%;
	left:50%;
	margin:-320px auto auto -400px;
	background: #fff;
	text-decoration: none;
	font-size:7pt;
}

#container a:link {
	color: #000;
	text-decoration: inherit;
}     /* unvisited link */
#container a:visited {
	color: #000;
	text-decoration: inherit;
}  /* visited link */
#container a:hover {
	color: #cccccc;
	text-decoration: inherit;
}   /* mouse over link */
#container a:active {
	color: #cccccc;
	text-decoration: inherit;
}   /* selected link */

.imgleft {
	position: absolute;
	left: 0px;
	bottom: 300px;
}
.imglogo {
	position: absolute;
	left: 800px;
	top: 20px;
}
#menu {
	position: relative;
	top: 20px;
	left: 0px;
	height:10px;
	width: 900px;
	float:left;
	margin:0;
}


h1  {
	font: 8pt Verdana, sans-serif;
	font-weight:bold;
	color:#000;
	margin: 0;
	margin-bottom: 25px;
	margin-top:30px;
	}


#footer {
	color: #cccccc;
	position: absolute;
	width: 800px;
	height: 40px;
	left: 0px;
	bottom:0px;
	font-size: 0.8em;
	line-height:4;
}
#copy{
	color: #cccccc;
	width: 800px;
	font-size: 0.4em;
	position:absolute;
	bottom:-20px;
	_bottom: -0px;
	right:0px;
	text-align:center;
	padding-right:15px;
	}
	
#copy a:link {
	color: #cccccc;
	text-decoration: inherit;
}     /* unvisited link */
#copy a:visited {
	color: #cccccc;
	text-decoration: inherit;
}  /* visited link */
#copy a:hover {
	color: #cccccc;
	text-decoration: inherit;
}   /* mouse over link */
#copy a:active {
	color: #cccccc;
	text-decoration: inherit;
}   /* selected link */
	
