body {
	background-color: #333333;
	text-align: center;
}
h1 {
	font-size: 22px;
}
#contentHolder {
	width: 873px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000000;
}
#menuHolder {
background-color:#00b6e4;
	background-repeat: repeat-x;
	height: 27px;
}
#mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#mainMenu a:link, #mainMenu a:active, #mainMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	height: 24px;
	display: block;
	float: left;
	padding-top: 3px;
}
#mainMenu a:hover {
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/menu-roll-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
	height: 24px;
}
#footerDivider {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
#footer {
	background-color: #636363;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
#footer a:hover {
	text-decoration: underline;

}
#contentSection {
	background-color: #FFFFFF;
}
#contentSectionBlk {
	background-color: #000000;
}

#textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 20px;
}
#loginBox {
	background-color: #B0B9B8;
	border: 1px solid #8C918D;
	padding: 20px;
	text-align: center;
	color: #000000;
}
.formButtons {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	width: 200px;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
}
.formObject {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 200px;
}
#sideMenu {
	font-size: 11px;
	width: 220px;
	float: right;
	position: relative;
	margin-top: 53px;
}
#sideMenu a:link, #sideMenu a:active, #sideMenu a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sideMenu a:hover {
	color: #000000;
	background-color: #CCCCCC;
}
#sidetext {
	width: 250px;
	float: left;
}
#textBoxPic {
	float: right;
	width: 200px;
	margin-top: 10px;
	height: 250px;
	text-align: center;
}
