﻿/* CSS layout */
body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url('../body_background.gif');
	background-repeat: repeat-x;
	background-color: #000000;
}


#masthead {
	position: relative;
	width: 95%;
}


/* Page Menu */


.cellbgrimg
{
	background-image: url('images/menu/chrome.png');
	background-repeat: repeat-x;
	margin-bottom: 4px;
}
.menufont
{
	font-size: small;
}

#nav {
	background-image: url('images/menu/nav.png');
	background-repeat: no-repeat;
	height: 45px;
	width: 652px;
	float: left;
	margin-top: 0px;
	list-style: none;
	margin-left: 2px;
	margin-bottom: 0px;
}

	#nav li {
		float:left;
	width: 93px;
}

		#nav li a {
			display:block;
			background-image :url('images/menu/rollover.png');
			background-repeat:no-repeat;
			width:93px;
			height:42px;
			line-height:45px;
			text-align:center;
			text-decoration:none;
			color:#1e1e1e;
	margin-left: 0px;
}

				#nav li a:hover {
					background:url('images/menu/rollover.png') no-repeat 0 -45px;
					color:#fb4e00;
					text-decoration:none;
				}


.btop {
	background-repeat: no-repeat;
	height: 52px;
	width: 437px;
	line-height: 48px;
	padding-left: 12px;
	margin-top: 8px;
	color: #000000;
	font-weight: bold;
}

#container {
	position: relative;
	width: 91%;
	top: 2px;
	left: -3px;
	margin-bottom: 0px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	
	color: #000000;
}

#footer {
	position: relative;
}
.NewscontrolCss
{
	color: #000000;
	font-family: Arial;
	background-color: #EFEFEF;
	font-size: small;
	text-align: left;
	margin-right: 0px;
}