body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

h1 {
	margin: 0px 0px 0px 0px;
	color: #CC0000;
	font-size: 16px;
}

h2 {
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

h3 {
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	
}

img {
	border: 0px;
	display: block;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #101B5B;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.imgLeft {
	float: left;
	margin: 5px;
}

.imgLeftNoMargin {
	float: left;
}

.imgRight {
	float: right;
	margin: 5px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 910px;
}

#header {
	width: 910px;
	margin: 0px 0px 20px 0px;
}

#navi {
	width: 910px;
	height: 20px;
	background-color: #F0E28A;
	text-align: center;
	padding: 4px 0px 0px 0px;
}

#navi a {
	margin: 0px 10px 0px 10px;
	display: inline-block;
}

#content {
	width: 910px;
	padding: 20px 0px 0px 0px;
}

#left {
	width: 530px;
	float: left;
	padding: 20px;
}

#right {
	margin: 40px 0px 10px 0px;
	width: 340px;
	float: right;
}

#flashPlayer {
	float: left;
	width: 300px;
	height: 237px;
	margin: 5px 10px 20px 0px;
}

#bottomBanner {
	width: 901px;
	height: 158px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottomBannerNew.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 850px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #92791F;
}

#footer a:hover {
}

.textBox {
	width: 250px; 
	float: left; 
	text-align: center;
}

#wordBoxLeft {
	width: 100px; 
	float: left; 
	text-align: center; 
	margin: 0px 0px 0px 20px;
}

#wordBoxRight {	
	width: 100px; 
	float: left; 
	text-align: center;
	margin: 0px 0px 0px 0px;
}