*
{
	margin:0px;
	padding:0px;
}
html 
{
	line-height:1.1;
}

table 
{ 
	border-collapse:collapse; 
	border:none; 
}
td 
{ 
	padding:0; 
	border:none; 
}

body 
{
	text-align: center;
	color:#000000;
	background-color:#21292c;
	font-family:Tahoma,Verdana;
	font-size:11pt;
	font-weight:normal;
	background-image:url('../images/background.jpg');
}

/* Header Area */
#header
{
	background-image:url("../images/home_header_bg_repeat.png");
	height:134px;
	background-repeat:repeat-x;
	position:relative;
}

.header_table
{
	width:838px; 	
	height:65px;
	margin-left: auto;
    margin-right: auto;
}


.navigation_top_right
{
	margin-bottom:5px;
}
.navigation_top_right li
{
	list-style:none;
	color:#fff;
	font-size:0.7em;
	line-height:1.3;
}

.navigation_top_right a
{
	color:#fff;
	font-weight:bold;
	font-family:Tahoma,Verdana,;
	text-decoration:none;
}

.navigation_top_right a:hover
{
	color:#ff0000;
}

/* Header Area Ends */

/* Content Area */
#content
{
	margin-top:-45px;
	z-index:0;
}
.content_table
{
	width:1151px; 
	margin-left: auto;
    margin-right: auto;
	color:#fff;
	height:100px;
}

.content_table .flash_area
{
	height:905px;
	z-index:0;
}

.content_bottom_bg
{
	background-image:url("../images/home_footer_bg.png");
	background-position:0px top;
	height:230px;
}


.navigation_bottom_left
{
	margin-top:15px;
	margin-right:10px;
}
.navigation_bottom_left li
{
	list-style:none;
	color:#fff;
	font-size:0.7em;
	line-height:1.3;
}

.navigation_bottom_left a
{
	color:#fff;
	font-weight:bold;
	font-family:Tahoma,Verdana;
	text-decoration:none;
}

.navigation_bottom_left a:hover
{
	color:#ff0000;
}

.flash_overlapped_text
{
	position:absolute;
	margin-top:-188px;
	padding-left:20px;
	text-align:left;
}

.text_content .flash_overlapped_text
{
	text-align:left;
	font-size:0.9em;
	vertical-align:top;
	width:600px;
}

.text_content .flash_overlapped_text p
{
	padding:5px;
}

.text_content .flash_overlapped_text a
{
	color:#7EBFE2;
	text-decoration:none;
}

.text_content .flash_overlapped_text a:hover
{
	color:#FF0000;
}

.vertical_separator
{
	background-image:url('../images/home_vertical_separator.png');
	background-repeat:no-repeat;
	background-position:center center;
	width:10px;
	padding-right:5px;
	position:relative;
}

h4 
{
	font-weight:normal;
	font-size:10pt;
}
/* Content Area Ends */

/* Footer */

.footer .colored
{
	color:#eeeeee;
}

.footer .navigation_bottom_left li
{
	display:inline;
}

.footer_bg_repeat
{
	width:100%;
	height:100%;
	margin-top:-230px;
	position:relative;
	height:230px;
	background-image:url('../images/home_footer_bg_repeat.png');	
	z-index:-5;
}
