@charset "utf-8";
body{
	padding:0;
	margin:0;
	font:8pt Verdana, sans-serif;
	background: #fff;
}

#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:16pt;
}

#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: 18pt 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.6em;
	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 */
	
	/*MENU*/

ul.menu {
	list-style-type:none;
	width:800px;
	position:relative;
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	font-size:8pt;
	}

ul.menu li {
	display:block;
	float:left;
	margin:0;
	padding:2px 17px;
}

ul.menu li a {
float:left;
text-decoration:none;
padding:0 0 0 0;
}

ul.menu li a:hover,.current {

}

ul.menu .current a {
font-weight:bold;

}
