/* CSS Document */


body
{
	background: url(bg.jpg) fixed no-repeat top center;
	color:#FFFFFF;
	margin: 0; 
	text-align:center; 
}
.outermost_body{
	margin-left: auto; 
	margin-right: auto;
	width: 50em;}
	
.container
{
	background: url(topbar.jpg) repeat-x;
	margin: 0; 
	height:120px;

}
.navbar
{
	align:center;
}

.contentbox
{
	margin: 0px auto -1px auto; 
	background-color: white;
	opacity:.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	width:830px;
	height:auto;
	padding:25px;
}
#Layer1 {
	position:absolute;
	left:50px;
	top:-4px;
	width:212px;
	height:68px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:233px;
	top:223px;
	width:510px;
	height:56px;
	z-index:1;
}
.contentbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 25px;
}

li{ color:#000000;}

a {color:#0099FF; font-weight:bold; text-transform:uppercase;}

a:hover {color:#000066; text-transform:uppercase;}

.footer
{
	background: url(topbar.jpg) bottom repeat-x;
	margin-top: 300px; 
	height:80px;

}

#slogan
{
	position:absolute;
	left:802px;
	top:67px;
	width:444px;
	height:25px;
	z-index:1;

}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
h2 {font-size:22px; color:#0000CC;}