﻿body {
	background: #dfd4b2;
	color: #000;
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	margin: 0;
	height: 100%;
}
a {
	color: #ffffff;
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: auto;
}
#world {
	background: #515e7d url('tile.png') -9px 0;
	height: 100%;
	margin: 0 auto;
/*	padding: 0 9px; */
	width: 996px;
}
#main {
	background: #03194f;
	border: 9px solid #647294;
	border-bottom: 10px solid #616e8e;
	width: 100%;
}
#right {
	background: url('cheating.png') repeat-y -25px 0;
	float: right;
	font-size: .8em;
	width: 825px;
}
#cal {
	background: transparent;
/*	background: #dfd4b2; */
	float: left;
	height: 280px;
	padding: 16px;
	text-align: center;
	width: 184px;
}
#cal a img {
	border: 0;
}
#footer {
	background: #03194f;
	border-top: 2px solid #616e8e;
	clear: both;
	color: #FFFFFF;
	font-size: .64em;
	line-height: 1.4em;
	width: 100%;
}
#content {
	background: transparent;
	float: left;
	padding: 16px;
	width: 572px;
}
#content2 {
	background: transparent;
	float: left;
	padding: 16px;
	width: 572px;
}
#more {
	background: transparent;
	float: left;
	height: 280px;
	padding: 16px;
	width: 184px;
}
#more a img {
	border: 0;
}
.contentlink {
	color: #0000FF;
	text-decoration: underline;
}
.contentlink a:hover {
	text-decoration: bold;
}
#leftNav {
	color: #03194f;
	float: left;
	text-align: center;
	width: 134px;
}
#leftNav ul li {
	border-bottom: 1px solid #ba5915;
	font-size: 12px;
	padding: 6px 0;
}
#leftNav ul li a:hover {
	color: #ffcc33;
	font-weight:bold;
}
#topNav {
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ba5915;
	background: #6d8030;
	clear: both;
	padding: 4px 4px 4px 4px;
	width: 825px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
}
#topNav ul {
	line-height: 1.3em;
	text-align: center;
}
#topNav ul li {
	cursor: pointer;
	display: inline;
	font-size: 1.0em;
	color: #ba5915;
	padding: 4px 10px;
}
#topNav ul li a:hover {
	padding: 3px 0px 6px 0px;
	background-color: #f5f2e8;
	/*color: #ffcc33;*/
	color:black;
}
.slides {
	clear: both;
}
.h1 {
	color: #ba5915;
	font-family: "Georgia", serif;
	font-size: 1.8em;
	text-align: left;
}
.h2 {
	color: #ba5915;
	font-family: "Georgia", serif;
	font-size: 1.4em;
	text-align: left;
}
.h3 {
	color: #03194f;
	font-family: "Georgia", serif;
	font-size: 1.4em;
	text-align: left;
}
#copyright {
	padding: 10px;
}
#rightNav {
	float: left;
	margin-top: 160px;
	text-align: center;
	width: 189px;
}
.rightNavHeader {
	color: #03194f;
	font-family: "Georgia", serif;
	font-size: 1.6em;
	text-align: center;
}
#rightNav ul li {
	color: #0000FF;
	border-bottom: 1px solid goldenrod;
	font-size: 12px;
	padding: 6px 0;
}
#rightNav ul li a:hover {
	color: #ba5915;
	font-weight:bold;
	/*background: #ffff00;*/
}
