﻿@charset "utf-8";
/* CSS Document */

#mainBottom 
{
    margin:0px;
    padding:0px;
    height:100%;
	background-color:#181717;
}

#mainBottomLeft {
	width:608px;
	height: 100%;
    overflow: hidden;
	height:100%;
	/*position:absolute;*/
	float:left;
	margin:0px;
	padding:18px 0px 18px 18px;
	font-family: helvetica, sans-serif;
	color:#ffffff;
	line-height:1.5em;
    background-color:inherit;
}

#mainBottomLeft a {
	color:#F8B800;
	text-decoration:none;
}

#mainBottomRight {
	width:262px;
    overflow: hidden;
    height: 100%;
	float:right;
	margin:0px;
	padding:18px 18px 18px 18px;
	background-color:inherit;
	color:#ffffff;
}

#mainBottomClear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#mainNewsContent 
{
	margin:0px 0px 0px -18px;
	padding:0px 0px 0px 15px;
	background-color:inherit;
	color:#ffffff;
	border-color:#ffffff;
	border-left-width:1px;
	border-left-style:solid;
}

#mainNewsContent .newsTitle
{
	font-family: helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#F8B800;
	margin: 2px 2px 2px 2px;
}

#mainNewsContent ul
{
    list-style-type:none;
	margin: 2px 2px 2px 2px;
	padding: 0px;
}

#mainNewsContent li {
	list-style-type:none;
	font-family: helvetica, sans-serif;
	font-size:0.7em;
	color: #e6e6e6;
	padding:3px 0px 3px 0px;
}

#mainNewsContent a {
	color: #e6e6e6;
	text-decoration:none;
}

#mainNewsContent a:hover {
	color: #F8B800;
	text-decoration:none;
}

#customSearchBox {
	position:relative;
	top:45px;
	left:362px;
	width:200px;
	background-color:#a8a9a9;
	border-width:0px;
	padding:2px;
	z-index:100;
	font-size:0.6em;
}