
#global {
	width: 775px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	
	}

#menuDiv {
	width: auto;
	height: auto;
	float:left;
	?margin-top: 15px;
	
}
	
#centerDiv {
	background-color: #ffffff;
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 18px;
	margin-left: 165px;
	margin-right: auto;
	width:auto;
 	border: solid 3px;
	border-color: #263fb5;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	padding:20px;
	
	
}

#headDiv {
	border: solid 3px;
	border-color: #263fb5;
	height: 150px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	text-align: center;;
	background-color: #ffffff;
	
	
}

ul {
	list-style: none;
	list-style-type: none;
	?margin-left:0px;
	
	padding:0px;
	
}

#menu li a {
		
	display: block;
	width: 160px;
	height: 36px;
	text-decoration: none;
	text-align : center;
	vertical-align : middle;
	line-height: 36px;
	font-size : 9pt;
	border: 0px; 
	color: white;
	background-image: url(btn0.jpg);
	font-weight: normal;
	font-family: "Cooper Black" "Arial" sans-serif serif; 
	
	}

#menu li a:hover {
	background-image: url(btn1.jpg);
}


p {
	font-weight:normal;
	color: #266075;
	
}






