@charset "utf-8";
/* CSS Document */
BODY {
	margin: 0px;
	background: #cb8f17 url(../images/BG.jpg) top center repeat-y;
}

#loHeader {
	height: 152px;
	background: url(../images/LO_Header.png) no-repeat;
}

#loMenuContainer {
	width: 190px;
}

#loContentLeft {
	width: 55px;
	background: url(../images/LO_Content_Left_Rep.png) repeat-y;
}

#loContentRight {
	width: 22px;
	background: url(../images/LO_Content_Right.png) repeat-y;
}

#loContent {
	background: #FFF;
}

#loFooter {
	height: 126px;
	background: url(../images/LO_Footer.png) repeat-y;
}


/* Various text styles */
.clNewsHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fdba31;
}
