body {
	min-width: 700px;
}
A:link {
	color: #F49500;
	text-decoration: none;
}

A:visited {
	color: #F19503;
	text-decoration: none;
}

A:active {
	color: #F19503;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

TD {
	font-size: 13px;
	font-family : Verdana;
	color : #333333;
}

DIV {
	font-size: 13px;
	font-family : Verdana;
	color : #333333;
}

P {
	font-size: 13px;
	font-family : Arial;
	color : #333333;
}

TD.dark {
	font-size: 11px;
	font-family : Arial;
	font-weight : Bold;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
	font-weight : Bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

DIV.smaller {
	font-size: 0.8em;
	font-family : Arial;
	color : #333333;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

A.menu:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #333333; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #F19503; TEXT-DECORATION: none
}

TD.menu {
font-family: Arial;
font-size: 12px;
color: #333333;
}

DIV.menu {
font-family: Arial;
font-size: 12px;
color: #333333;
}

HR {
	color: #333333;
	height: 1px;
}


.contentDiv {
	padding-left: 190px;	
	margin-right: 190px;
}

.noNews {
	margin-right: 0px;
}







#BodyContainer {
	padding-left: 144px;   /* MenuBar width */
	padding-right: 160px;  /* NewsBar width */
}

#BodyContainer .column {
	position: relative;
	float: left;
}

#ContentDiv {
	padding: 10px 10px;
	width: 100%;
	background: yellow;
}

#MenuBar {
	width: 124px;
	padding: 0 10px;
	right: 164px;
	margin-left: -100%;
	background: purple;
}



#Footer {
	clear: both;
	text-align: center;
}


/*** IE6 Fix ***/
* html #MenuBar {
	left: 240px;
}



#NewsBar {
	width: 118px;
	border-left: 1px #333333 solid; 
	border-right: 1px #333333 solid;
}


#NewsBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#NewsList li {
	list-style: none;
	margin: 0;
}

#NewsItem {
	font-family: Arial;
}

#NewsItem .newsTitle {
	font-weight: bold;
	color: #006600;
	text-align: center;
}

#NewsItem .newsImage {
	text-align: center;
}

#NewsItem .newsInfo {
	padding: 5px 0 5px 5px;
	font-size: 0.8em;
}

#NewsSpacer {
	text-align: center;
}


