body {
	background: #ffffff;
	text-align: center;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#mainBox {
	background: #ffffff;
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #666666; */
}

.topNav {
	width: 750px;
	height: 111px;
	background-color: #660099;
	text-align: right;
	padding-top: 5px;
/*	padding-right: 3px; */
}

.subNav {
	color: #ffffff;
	width: 750px;
/*	height: 26px; */
	background-color: #666666;
	text-align: center;
	margin-top: 2px;
	font-weight: bold;
	padding-top: 4px;
}

.topNav a {
	color: #ffffff;
	font: 14px;
	margin: 10px 5px 5px 5px; 
	font-weight: bolder;
}

.subNav a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px;

/*	font-weight: bold; */
}

.footer a {
	color: #ffffff;
}

.topNav a:hover, .subNav a:hover, .footer a:hover {
	color: #ffffff;
}

.contentBox {
	width: 750px;
	padding: 10px 20px 10px 20px;  
}

.contentBox hr {
	width: 720px;
	margin-right: 30px;
}

.contentBox p {
	padding-right: 30px;
}

.contentBox div {
	padding-right: 30px;
}

.indexBox {
	width: 750px;
	padding: 10px 20px 10px 20px;
}

.contentBox img {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.pictureBox img{
	float: center;
	margin-left: 30px;
	margin-bottom: 30px;
}

.footer {
	width: 750px;
	background-color: #666666;
	color: #ffffff;
	font: 12px;
	text-align: center;	
}

h1 {
	text-align: center;
	font-size: 30px;
	color: #000000;
}

h2 {
	text-align: center;
	color: #660099;
}

h3 {
	text-align: center;
	font-size: 23px;
	color: #000000;
}	

h4{
	text-align: center;
	font-size: 20px;
	color: #660099;
}	

a {
	color: #9900CC;
	text-decoration: none;
}

a:hover {
	color: #3366FF;
}



td {
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ffffff;
}

/*

p {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 3px;
}

*/
