/********************************************************************************/
/* Body                                                                         */
/********************************************************************************/

html, body
{
	font-family: arial, helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px;
	background-image: url(images/fadeBlack.png); /*fadeWhite.png*/
	background-color: #0066a7;     /*#0066CC; (original)*      #97d2e2; (light blue)*/
}

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix
{
	#display: inline-block;
}

html[xmlns] .clearfix
{
	#display: block;
}

* html .clearfix
{
    height: 1%;
}


a
{
	text-decoration: none;
	color: #006699;
}

a:hover
{
	text-decoration: underline;
}

.lt
{
	float: left;
}

.rt
{
	float: right;
}

img
{
	border: none;
}

/********************************************************************************/
/* Latout                                                                       */
/********************************************************************************/

.container
{
	margin: 10px;
	position: relative;
	min-width: 800px;
}

.header
{
	height: 190px;
	border: 1px solid #FFFFFF;
	margin-bottom: 3px;
	background: url(images/Header.jpg);
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
}
.header_date
{

	padding: 170px 10px 0px 0px;
}

.menu
{
	height: 25px;
	border: 1px solid #FFFFFF;
	margin-bottom: 3px;
	background-image: url(images/menuBlack.png); /* menuWhite.png */
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px 0px 10px;
}

.menu_color
{
	background-color: #999999;
}


.overall_table {
	border: 1px solid #FFFFFF;
}
.column_left {
	border-right: 1px solid #FFFFFF;
	background: #e7e5e4 url(images/column_left_bg2.gif) repeat-x;
}
.column_right {
	border-left: 1px solid #FFFFFF;
	background: #e7e5e4 url(images/column_left_bg2.gif) repeat-x;
}
.column_center {
	background: #ffffff;
}
.ads_center {
	color: #FFFFFF;
	background: #000000;
	height: 80px;
	margin: -5px;
	text-align: center;
	vertical-align: middle;
}
.topmenu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.topmenu:hover {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.topmenu_sep {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.footer_box {
	font-size: 11px;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
}

