html, body
{
	margin:0px;
	padding:0px;
	font: 11px helvetica, verdana, arial, sans-serif;
	background-color:#333334;
	height:100%;
	color: #262626;
}

a 
{
	color: #504d4e;
	text-decoration: none;
	border-bottom:1px dotted;
}

a:hover 
{
	color: #cccccc;
	background: #7e1a26;
}

/**** Home Page Layout Styes****/
#container
{
	background-color:#ffffff;
	height:auto !important;
	height:100%;
	min-height: 735px;
	width:900px;
	padding-top: 10px;
}

#header
{
	background: #ffffff;
	height:220px;
	padding-top: 5px;
	border-bottom: 3px solid #262626;
}

#headerLeft
{
	padding-left: 10px;
	padding-right: 10px;
	width:150px;
	float:left;
}

#headerRight
{
	padding-left: 10px;
	padding-right: 10px;
	width:700px;
	float:right;
}

#menu
{
	width:900px;
	height:25px;
	background:#ffffff;
	color: #7e1a26;
	border-bottom: 3px solid #262626;
}

#mbody
{
	background: #ffffff;
	height:100%;
	min-height: 450px;
	width:900px;
}

#mbodyLeft
{
	background: #ffffff;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width:205px;
	height: 450px;
	float:left;
	border-right: 1px solid #262626;
}

#mbodyRight
{
	background: #ffffff;
	margin-top: 10px;
	width:650px;
	height: 450px;
	padding-left: 10px;
	padding-right: 10px;
	float:right;
	text-align: left;
}

#footer
{
	width:900px;
	height:50px;
	background:#7e1a26;
	color: #cccccc;
}


#footer a 
{
	color: #cccccc;
	text-decoration: none;
	border-bottom:1px dotted;
}

#footer a:hover 
{
	color: #7e1a26;
	background: #cccccc;
}

/*************/
/* NEWS      */
/*************/


#news-left-title {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 20px;
	float: left;
	color: #cb2026;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 12px;
	text-align: center;
}
#news-left-top {
	text-align: left;
	margin-left: -10px;

/*************/
/* Classes   */
/*************/


.lnav {
	margin-left: -50px;
	padding-left: 0px ;
	padding-top: 5px ;
	text-align: left;
}

.lnav li {
	list-style-type: none;
}

.lnav li a {
	color: #19352e;
	text-decoration: none;
	border-bottom:none;
}

.lnav li a:hover {
	color: #ffffff;
	background: #19352e;
}


