body
{
font: 9pt/17pt arial;
margin:0;padding:0;
height: 100%;
color:#777777;
background-image:url('Images/fantasy_tile.png');
background-color:#000000;
}

h1
{
color:#075f8f;
text-align:center;
background-repeat:no-repeat;
}

p
{
font-size:14px;
}

#header_contain {
	width: 928px;
	height: 64px;
	background-position: bottom;
	display: block;
	margin:0;
}

#header_contain p.logo {
	display: inline;
	width: 256px;
	height: 0px;
	float: left;
	margin:0;padding:0;
}

#header_contain p.logo a {
	display: inline;
	width: 256px;
	height: 64px;
	float: left;
	background-image:url('Images/newlogobar.png');
}

ul#top_header {
	list-style-type: none;
	float: right;
	margin:0;padding:0;
	clear: right;
	margin-top: 9px;
}

ul#top_header li {
	float: left;
	margin-right: 20px;
}

ul#top_header li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

#link_bar{
	height: 32px;
	display: block;
	margin-top:32px;
	width: 928px;
}

.green_block{
	width:32px;
	height:32px;
	background-image:url('Images/greenblock.png');
	float:left;
}

.top_bar_button {
	display: none;
	color: #ffffff;
	width: 96px;
	height: 32px;
	display: inline;
	float:left;
}

.side_bar_button {
	display: none;
	color: #ffffff;
	width: 128px;
	height: 32px;
	display: inline;
	float:left;
	background-repeat:no-repeat;
}

.hidden_link {
	display: none;
	color: #ffffff;
}

ul#bottom_header {
	list-style-type: none;
	float: left;
	margin:0;padding:0;
	clear: right;
	width: 256px;
	margin-left: 32px;
}

ul#bottom_header li {
	float: left;
	margin-right: 32px;
}

.yellow_left_bar{
	width:32px;
	background-image:url('Images/yellowblock.png');
	float:left;
	position: absolute;
	top: 0;
	bottom: 0;	
}

.yellow_right_bar{
	width:32px;
	background-image:url('Images/yellowblock.png');
	float:right;
	position: absolute;
	top: 0;
	bottom: 0;	
	right: 0;
}

#side_bar {
	margin-left:32px;
	width:196px;adding:0;margin-top:32px;float:left;
}

#side_bar_links {
	width:196px;adding:0;margin-top:32px;float:left;
	background-color:#000000;
	position: relative;
}

.content_bar {
	background-position: bottom;
	margin:0px;
	width:640px;
	padding:0px;
	color:#000000;
	margin-left:32px;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	float:left;
}

.content_panel {
	background-position: bottom;
	margin:0px;
	width:640px;
	padding:0px;
	background-color:#ffffff;
	color:#000000;
	margin-top:32px;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	float:left;
}

.content_panel div.content_row {
	display:block;
	margin:0 auto;
	width:640px;
	padding:0px;
	float: left;
	position: relative;
}

.content_panel div.content_row div.ulcorner  {
	color:#FF0000;
	background-image:url('Images/ulbar.png');
	float:left;
	width:32px;
	height:32px;
}

.content_panel div.content_row div.urcorner  {
	color:#00FF00;
	background-image:url('Images/urbar.png');
	float:right;
	width:32px;
	height:32px;	
}

.content_panel div.content_row div.llcorner  {
	color:#FF0000;
	background-image:url('Images/llbar.png');
	float:left;
	width:32px;
	height:32px;
}

.content_panel div.content_row div.lrcorner  {
	color:#00FF00;
	background-image:url('Images/lrbar.png');
	float:right;
	width:32px;
	height:32px;	
}

.content_panel div.content_row div.topmid  {
	color:#0000FF;
	background-image:url('Images/tbar.png');
	width:576px;
	height:32px;	
	float:left;
}

.content_panel div.content_row div.bottommid  {
	color:#0000FF;
	background-image:url('Images/bbar.png');
	width:576px;
	height:32px;	
	float:left;
}

.content_panel div.content_row div.leftmid  {
	color:#0000FF;
	background-image:url('Images/lbar.png');
	width:32px;
	float:left;
	position: absolute;
	top: 0;
	bottom: 0;
}

.content_panel div.content_row div.rightmid  {
	color:#0000FF;
	background-image:url('Images/rbar.png');
	width:32px;
	height:100%;
	float:right;
	position: absolute;
	top: 0;
	bottom: 0;	
	right: 0;
}

.content_panel div.content_row div.center  {
	float:left;
	width:576px;
	background-color:#4988e1;
	color:#000000;
	margin-left:32px;
	background-image:url('Images/contenttile.png');
}