h1 {
	font-size: 14px;
	color: #6C0;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 10px;
	color: #008AE7;
}
h3 {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
a {
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #008AE7;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}


ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
ul#menu li a:hover {
	color: #FFF;
}
ul#menu li a.current {
	color: #FFF;
	padding: 5px 15px 0;
	background-color: #333;
	background-repeat: repeat-x;
	background-position: left top;
}
ul#menu {
	width: 100%;
	height: 43px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}

html, body {
height: 100%;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	min-height:100%;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
* html #container {
	height: 100%;
}

#header {
	position:absolute;
	left:0px;
	top:30px;
	width:164px;
	height:18px;
	z-index:2;
	visibility: visible;
	margin: 0px;
}
#splash {
	position:absolute;
	left:0px;
	top:60px;
	width:800px;
	height:280px;
	z-index:2;
	background-color: #333333;
	visibility: visible;
}
#content1 {
	position:absolute;
	left:0px;
	top:351px;
	width:395px;
	height:206px;
	z-index:2;
	background-color: #333333;
	visibility: visible;
}
#content2 {
	position:absolute;
	top:351px;
	width:395px;
	height:206px;
	z-index:2;
	visibility: visible;
	right: 0px;
	background-color: #333333;
}
#footer {
	position:absolute;
	left:0px;
	top:590px;
	width:780px;
	height:35px;
	z-index:2;
	visibility: visible;
	background-color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.content_table {
	background-color: #1A1A1A;
	display: inline-table;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #318AE4;
	border-left-color: #318AE4;
	margin: 5px;
	width: 385px;
	height: 196px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
#navbar {
	position:absolute;
	top:20px;
	width:635px;
	height:35px;
	z-index:2;
	visibility: visible;
	right: 0px;
}


.splashtable {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 0px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 0px;
	background-color: #1A1A1A;
	height: 260px;
	margin: 10px;
	width: 780px;
	background-image: url(images/splashbg.jpg);
	text-align: left;
}
  

