@charset "utf-8";

/* Direct CSS Modifications        */
/* ------------------------------- */
body {
	margin: 0;
	padding: 0;
	font: 100% Tahoma, Geneva, sans-serif;
	color: #586472;
	background: #000000;
	text-align: center;	
}

a {
	color: #5394b9;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	color: #FFFFFF;
}

a.genlink{
	color: #586472;
}

a.genlink:hover{
	color: #FFFFFF;
}

img{
	border: none;
}


/* Main Containers, Page=1024x768  */
/* ------------------------------- */
#page_container{
	margin: 0 auto;
	margin-top: 16px;
	width: 1024px;
	height: 768px;
} 

#left_container {
	width: 184px;
	height: 100%;
	float: left;
	background: url("../images/menu_BG.jpg");
}

#right_container{
	width: 776px;
	height: 100%;
	margin: 0 0 0 216px;
}

#ajax_top{
	width: 100%;
	height: 472px;
}

#main_divider{
	width: 100%;
	height: 2px;
	margin: 0 0 30px 0;	
	background: url("../images/divider.jpg");
}

#ajax_bottom{
	width: 100%;
	height: 262px;
}


/* Heading & Paragraph Definitions */
/* ------------------------------- */
#top_header{
	font-size: 14pt;
	color: #5394b9;
	font-weight:bold;
	text-align: left;
}

#lower_header{
	float: left;
	font-size: 20pt;
	color: #5394b9;
	text-align:left;
}

#sub_header{
	color: #5394b9;
	font-size: 12pt;
}

#paragraph_txt{
	font-size: 10pt;
	text-align: left;
	color: #586472;
}

#news_txt{
	font-size: 9pt;
	color: #586472;
}

.a_story_link{
	font-size: 12pt;
}

/* Left Menu Definition            */
/* ------------------------------- */

.a_menu_item{
	color: #FFFFFF;
}

#left_header_img{
	margin: 0px 0 48px 0;
}

#left_menu_container{
	padding-left: 20px;
	text-align: left;
	height: 155px;
	line-height: 28px;
}

#left_copyright{
	margin-top: 16px;
	font-size: 7pt;
	color: #000000;
}


/* Top Right Ajax Definitions      */
/* ------------------------------- */
#top_content{
	width: 100%;
	height: 438px;
}

#top_footer{
	width: 100%;
	height: 32px;
}

#top_left_col{
	float: left;
	margin-right: 22px;
	width: 240px;
	height: 248px;
}

#top_cent_col{
	float: left;
	width: 248px;
	height: 248px;
}

#top_right_col{
	float: right;
	width: 240px;
	height: 248px;
}

#top_game_txt_cont{
	float: left;
	width: 496px;
	height: 234px;
}

#top_game_footer{
	float:left;
	width: 496px;
	height: 56px;
}

#top_game_ss_cont{
	float: right;
	width: 240px;
	height: 268px;
}

#top_screen_image{
	float: left;
	margin: 0 12px 12px 0; 
}


/* Bottom Right Ajax Definitions      */
/* ------------------------------- */
#lower_head_row{
	width: 100%;
	height: 32px;
}

#lower_nav_box{
	float: right;
	margin: 0 8px;
}

#lower_left_col{
	float: left;
	width: 240px;
	height: 190px;
	margin-right: 22px;
}

#lower_cent_col{
	float: left;
	width: 248px;
	height: 190px;
}

#lower_right_col{
	float: right;
	width: 240px;
	height: 190px;
}

#lower_table_cell{
	height: 56px;
	margin-bottom: 8px;
	text-align: left;
	font-size: 9pt;
}

#lower_table_cell_car{
	height: 26px;
	margin-bottom: 8px;
	text-align: left;
	font-size: 9pt;
}

#lower_button_image{
	float: left;
	margin-right: 14px;
}


/* Bottom margin spacers           */
/* ------------------------------- */
.space44 {
	margin-bottom: 44px;
}

.space32 {
	margin-bottom: 32px;
}

.space24 {
	margin-bottom: 24px;
}

.space16 {
	margin-bottom: 16px;
}

.indentleft {
	padding: 0 26px;
}

.clearfloat { 
	clear: both;
    height: 1;
    font-size: 1pt;
    line-height: 0px;
}
