@charset "UTF-8";
/* CSS Document */
body {
	background-color:#E6E6E6;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	}
	
#container {
	width:854px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0px 0px 0px;
	}

#header {
	}
	
#logo {
	float:left;
	}
	
.menuitem {
	float:right;
	padding:0px 0px 0px 15px;
	height:53px;
	}
	
#contents {
	height:550px;
	margin:20px 0px 0px 0px;
	background-color:#FFFFFF;
	}
	
.text {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
margin:0px;	
	padding:20px 270px 0px 20px;
	}

.text p {
	margin:0px;
	padding:0px 0px 15px 0px;
	}	
	
.text h1 {
	margin:0px;
	padding:0px 0px 15px 0px;
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
	}	
		
.caption {
	padding:5px 0px 0px 0px;
	font-size:11px;
	color:#666666;
	float:right;
	}
	
	.caption a {
	color:#666666;
	}
	
	.caption a:hover {
	color:#000000;
	}
	
.projectnumber {
	padding:5px 0px 0px 0px;
	font-size:11px;
	color:#666666;
	float:left;
	}
	
	.projectnumber a {
	text-decoration:underline;
	color:#999999;
	
	}
	
	.projectnumber a:hover {
	color:#000000;
	}
	
.clear {
	clear:both;
	}
	
	
#afterthebell, #afterthebellon {
	display:block;
	width:99px;
	height:53px;
	background-image:url(images/menuafterbell.gif);
	}
	
	#afterthebell:hover, #afterthebellon {
	
	  background-position: 0 -53px;
	}
	
	#afterthebell span, #afterthebellon span {
	display:none;
	}
	
#america, #americaon {
	display:block;
	width:62px;
	height:53px;
	background-image:url(images/menuamerica.gif);
	}
	


	#america:hover, #americaon {
	
	  background-position: 0 -53px;
	}
	
	#america span, #americaon span {
	display:none;
	}
	
#bluewall, #bluewallon {
	display:block;
	width:71px;
	height:53px;
	background-image:url(images/menubluewall.gif);
	}
	
	#bluewall:hover, #bluewallon {
	
	  background-position: 0 -53px;
	}
	
	#bluewall span, #bluewallon span {
	display:none;
	}
