#menuBox {
	padding-top: 20px; 
	float: left; 
	width: 150px; 
	text-align: center;
	background-color: #063;
}

#menuBox a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: block;
	text-decoration: none;
}

#menuBox a:hover {
	background-color: #0c6;
	font-style: italic;
}

body {
	font-family: Times, Verdana, Arial, Helvetica; 
	font-size: 18px;
	text-align: center;
}

#wrapper {
	 width: 760px; 
	 margin: 5px auto;
	 border: solid 1px #063;
	 background-color: #063; 
}

#header {
	text-align: center; 
	border-bottom: solid 1px #063;
	background-color: #fff;
}

#bodyContainer {
}

#footer {
	font-size: 12px;
	border-top: solid 1px #063; 
	clear: both;	
	background-color: #fff;
}

h3 {
	text-align: center;
	font-size: 25px;
	margin: 5px;
}

h2 {
	font-size: 30px;
	margin: 5px;
}

#contentBox {
	width: 565px;
	float: right;
	background-color: #fff;
	padding: 20px; 
	text-align: center;
}

.bold {
	font-weight: bold;
}

.glossImage 
{
	float: right;
	border: solid 1px #063;
}