body {
	height:100%;
	max-height:100%;
	padding:0px;
	margin:25px 0px 0px 0px;
	font-size: 8pt;	
	font-family:Arial,Helvetica,sans-serif;
	overflow:auto;
	background-image:url(../images/bg_line.gif);
	background-repeat:repeat-x;
	background-position:0px 164px;	
}

/* layout: */
#page{
	width:970px;
	height:660px;
	margin:auto;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:360px bottom;	
}

#slogan{
	margin:0px 37px;
	font-weight:bold;
	font-size:1.25em;
}


#flash{
	width:970px;
	height:232px;
	margin:4px 0px 8px 0px;
}

#banner {
	height:121px;
	margin:0px 37px;
	padding:0px;
	color:white;
	background-color:#dddede;
}

#banner img{
	float:right;
	margin-right:10px;
}


#menu{
	height:28px;
	margin:0px 33px;
padding:0px;
	color:#ffffff;
	list-style:none;
	color: white; 
	font-style: normal; 
	font-weight: normal;
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular; 
	text-decoration: none; 
	letter-spacing: 0px;
}

/* menu: */
#menu ul {
	margin:0px;
	padding:0px;


}

#menu li{
	list-style:none;
	display:block;
	float:left;
	width:146px;
	height:20px;
	border-left:4px solid white;
	border-top:4px solid white;
	border-bottom:4px solid white;
	vertical-align:middle;
	background-color:#929191;
margin:0px;
}

#menu li ul{
position:absolute;
	visibility:hidden;
	background-color:#62524E;
	color:white;
	width:146px;
}

#menu li ul li {
	border-top:1px solid white;
	border-left:0px;
	border-top:4px solid white;
	border-bottom:0px;
	width:146px;
	padding:0px;
	margin:0px;
	height:auto;
}

#menu li ul li ul li {
	border-left:1px solid white;
}

#menu li li ul{
	position:absolute;
	margin-left:150px;
	margin-top:-31px;
	width:auto;
}

#menu a{
	display:block;
	color:white;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:0px 0px 0px 0px;
	line-height:20px;
text-transform: uppercase;
	}
    
#menu a:hover {
	background-color: #EE0000;
	line-height:20px;
}

#topmenu {
	float:right;
	margin:40px 37px;
	text-transform: uppercase;
}
#topmenu li{
	list-style:none;
	display:block;
	float:left;
	height:20px;
	vertical-align:middle;
	margin:0px;
	padding:0px 0px 0px 5px;
}

#topmenu li.last{
	padding-right:0px;
}

#topmenu li a{
	color:#000000;
	text-decoration:none;
	margin-right:5px;
}