@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image: url(img/bg.jpg);
	background-position:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#smallContent {
	width: 440px;
	margin: 0 auto;
	margin-top: 20px;
}
.oneColFixCtr #container {
	width: 550px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 20px 20px 13px 20px;
	border: 10px solid #FFFFFF;
	background-color: #F0F0D8;
	margin-top: 20px;
	margin-bottom: 20px;
}

.oneColFixCtr #imageContent {
	border: 10px solid #FFFFFF;
	background-color: #F0F0D8;
	margin-top: 20px;
}

.contactBox {
	padding: 0px 20px 13px 20px;
	border: 10px solid #FFFFFF;
	background-color: #F0F0D8;
	margin-top: 20px;
}

.oneColFixCtr .applyBorder {
	border: 10px solid #D4D4BF;
	margin: 7px;
}
a {
	font-weight: bold;
	color: #766062;
}

.oneColFixCtr .flashNav {
	margin-top: 15px;
	padding: 3px 0px 2px 0px;
	border: 10px solid #FFFFFF;
	background-color: #F0F0D8;	
}

#copright {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #766062;
}
.events {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

