/* CSS Document */
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
#body p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
#body h1 {
	font-size: 18px;
	font-weight: bold;
	color: #033152;
	line-height: 110%;
	font-style: italic;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#body h3 {
	line-height: 110%;
	text-transform: uppercase;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 29px;
	padding-left: 29px;
}
#body h4 {
	font-size: 10px;
	color: #666666;
	padding-right: 29px;
	padding-left: 69px;
	text-transform: uppercase;
	font-style: italic;
	margin-top: -10px;
}
#body-image {
	width: 216px;
}
#body-image img{
	margin-bottom:10px;
	border: thin solid #033152;
}
#body-image h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-style: italic;
	font-weight: normal;
	margin-top:-5px;
	margin-bottom:10px;
}
#content {
	width: 794px;
	border: 3px solid #000000;
	margin-top:10px;
}
#main-image {
	padding-bottom: 20px;
	width: 800px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center;
}
#main-image h1 {
	font-size: 24px;
	font-weight: bold;
	color: #033152;
	line-height: 110%;
	font-style: italic;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#footerad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	width: 794px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#frameset p a:link {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#frameset {
	background-color: #333333;
	width: 760px;
}
#frameset p a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#frameset p a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#frameset h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	line-height: 110%;
	font-style: italic;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 29px;
	padding-left: 29px;
}
#frameset p {
	padding-left: 29px;
	padding-right: 29px;
	padding-bottom: 5px;
}
#frameset h4 {
	font-size: 10px;
	color: #666666;
	padding-right: 29px;
	padding-left: 69px;
	text-transform: uppercase;
	font-style: italic;
	margin-top: -10px;
}
#frameset h3 {
	line-height: 110%;
	text-transform: uppercase;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 29px;
	padding-left: 29px;
}
/*CONTESTS*/
#errorMessage {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	padding: 10px;
}
.badQuestion {
	border: 2px solid #FF0000;
}
#word {
	margin: 10px;
}
/*WORDPRESS THEME STUFF*/
#leftsidebar {
	background:#3333CC;
	padding: 0 5px 10px 9px;
	margin: 6px 0 0 10px;
	width: 160px;
	float: left;
	background: #ededed;
	font-size: 0.8em;
}

#rightsidebar {
	background:#33CC99;
	padding: 0 5px 10px 10px;
	margin: 6px 0 0 0;
	width: 145px;
	float: left;
	font-size: 0.8em;
}

.content {
	background:#00CCCC;
	float: left;
	padding: 10px 0 10px 4px;
	margin: 6px 0 6px 0;
	width: 420px;
	overflow: hidden;
}.rightAD {
	float: right;
	padding-left: 25px;
	padding-right: 15px;
}
