body {
	background: black url("images/bg.page.jpg") repeat-y;
	background-position: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing 1px;
	color: #333333;
}

a, a:visited, a:active {
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: black;
}

/* REGIONS */

#layout {
	width: 800px;
	margin-left: auto;
	margin-right:auto;
	background-color: white;
}
#header {
	width: 100%;
	height: 401px;
}
#splashNews {
	width: 100%;
	background: white url("images/splash_newsbg.jpg") no-repeat;
}
#splashTable {
	width: 795;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	border: none;
}
#menu {
	width: 150px;
	padding: 10px;
	padding-top: 25px;
	text-align: right;
	line-height: 200%;
}
#contentwrapper {
	background: white url("images/bg.content.jpg") no-repeat;
	background-position: top;
	width: 800px;
	padding: 0px;
}
#content {
	width: 600px;
	padding: 15px;
	border-left: 1px solid #666666;
}
#legal {
	padding: 15px;
	padding-top: 60px;
	text-align: center;
	color: #cccccc;
	font-size: 10px;
	width: 770px;
	height: 163px;
	background: #333333 url("images/bg.legal.jpg") no-repeat;
	background-position: center;
}
#partners {
	width: 750px;
}

/* FONT STYLES */

.heading, h1 {
	font-family: Garamond,Serif,Times New Roman,Arial;
	font-size: 24px;
	font-weight: bold;
	color: #4F6C80;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.headline, h2 {
	font-family: Garamond,Serif,Times New Roman,Arial;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
}
h3 {
	color: #4F6C80;
	font-weight: bold;
	font-size: 14px;
}
h4 {
	color: #4F6C80;
	font-weight: bold;
	font-size: 12px;
}
th {
	 border-bottom: 1px dashed #cccccc;
}
.darkred {
	color: #993300;
}
.headlineGrey {
	font-family: Garamond,Serif,Times New Roman,Arial;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
.small {
	font-size: 10px;
}
.splashText {
	color: black;
}

/* LINK STYLES */

.imagelink {
	border: 2px solid #CC6600;
}
.imagegrey {
	border: 2px solid #ebebeb;
}
.imageborder {
	border: 2px solid #999999;
}
a.menulink, a.menulink:visited {
	font-family: Garamond,Serif,Times New Roman,Arial;
	color: #666666;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
a.menulink:hover, a.menulink:active {
	color: #FF6600;
}
a.grey,a.grey:visited,a.grey:active {
	color: #cccccc;
}
a.grey:hover {
	color: white;
}
a.orangelink,a.orangelink:visited {
	color: #FF6600;
	font-family: Garamond,Serif,Times New Roman,Arial;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

/* MISC STYLES */
.formbox {
	letter-spacing: 0pt;
	border: 3px solid #F1C970;
}
.button
{
	font-weight: bold;
	color: #660000;
	background-color: #F1C970;
	border: 2px solid #D8AC59;
}
li {
	margin-bottom: 10px;
}
.screentable {
  background-color: #D5E0E4;
  border: 1px dashed #660000;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.listeven {
	padding: 5px;
	width: 300px;
}
.listodd {
	background-color: #ebebeb;
	padding: 5px;
	width: 300px;
}
.oddbg {
	background-color: #ebebeb;
}
.menuspacer {
	height: 8px;
	font-size: 1px;
	line-height: 100%;
}
/* SIDE BG STYLES */
.sidebg {
	background-color: #0E0E0E;
}