BODY {
	font-family: verdana,arial,monaco,helvetica,san-serif;
	font-size: 0.8em;
	background: #948D81;
	color: #000;	
}

A {
	color: #948D81;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #948D81;
}

A:hover {
	color: #6B6B6B;

}

#MainContainer {
	text-align: center;
	margin: 0 auto;
}

#NavBox {
	color: #D7E0C3;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	width: 810px;
	height: auto;
	margin: 40px auto 5px auto;
}

#NavBox A {
	color: #D7E0C3;
}

#NavBox A:visited {
	color: #D7E0C3;
}

#NavBox A:hover {
	color: #FFF;
}

#NavBox A.On {
	color: #FFF;
}

#NavBox A.On:visited {
	color: #FFF;
}

#NavBox A.On:hover {
	color: #FFF;
}

#GreenTitleBox {
	background: #D7E0C3;
	color: #000;
	text-align: left;
	width: 810px;
	height: 600px;
	border: 5px solid #FFF;
	position: relative;
	margin: 0px auto;
}

#MainContentBox {
	margin: 0 176px 0 14px;
	background: #FFF;
	color: #000;
	font-size: 0.8em;
	text-align: left;
	width: 610px;
	height: 490px;
}

#PageTitle {
	height: 50px;
	color: #000;
	line-height: 50px;
	margin-left: 20px;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
}

#LadyOnPhone {
	position:absolute;
	top: 60px;
	left: 614px;
	z-index: 100;
}

#LangToggle {
	position: relative;
	left: 564px;
	height: 540px;
	width: 60px;
	font-size: 0.8em;
	height: auto;
	background: #D7E0C3;
	text-align: center;
}

#LangToggle A {
	display: block;
	background: #D7E0C3;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid #FFF;
	color: #948D81;
	padding: 3px 2px;
}

#LangToggle A:visited {
	color: #948D81;
}

#LangToggle A:hover {
	color: #FFF;
}

#leftText {
	margin: 10px 40px 0 10px;
	font-weight: none;
	width: 340px;
	height: 470px;
	overflow: auto;
}

#rightText {
	margin: 10px 25px 0 0px;
	font-weight: none;
	float: right;
	width: 180px;
	height: 470px;
	overflow: auto;
}

#rightText A {
	display: block;
	color: #000;
	margin: 1px 0;
	padding: 9px; 
	font-weight: normal;
	border: 1px dashed #FFF;
}

#rightText A:visited {
	color: #000;
}

#rightText A:hover {
	color: #000;
	background: #D7E0C3;
	border: 1px dashed #948D81;
}


#theText {
	margin: 10px 40px 0 10px;
	font-weight: none;
	width: auto;
	height: 470px;
	overflow: auto;
	padding-right: 10px;
}

.newsItem {
	clear: both;
	margin-bottom: 1em;
}

.newsItem DIV.newItemTitle {
	margin-left: 75px ;
}

/* IE 3px HACK \*/
* html .newsItem DIV.newItemTitle {
	height: 1%;
}
/* End IE Hack*/

.newsItemDate {
	float: left;
}

/* Added to the original stylesheet to incorporate new printer friendly option */
#printFriendly {
	position: absolute;
	left: 439px;
	height: 540px;
	width: 130px;
	font-size: 0.8em;
	height: auto;
	background: #D7E0C3;
	text-align:center;
}

#printFriendly a {
	display: block;
	background: #D7E0C3;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid #FFF;
	color: #948D81;
	padding: 3px 2px;
}

#printFriendly a:visited {
	color: #948D81;
}

#printFriendly a:hover {
	color: #FFF;
}