body {
	background: #000000;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #660033;
	text-decoration: blink;
}
	
#bodyContainer {
	position: relative;
	margin: 0px auto;
	width: 796px;
	background: #FFFFFF;
	padding: 2px;
}
#pageTitle {
	position: relative;
	width: 796px;
	height: 90px;
	background: url(images/page_title.jpg) no-repeat top left;
	overflow: hidden;
}
#pageImage {
	position: relative;
	width: 796px;
	height: 207px;
	margin-top: 2px;
	background: #FFFFFF;
	overflow: hidden;
}
#mainContainer {
	position: relative;
	width: 796px;
	margin-top: 2px;
	background: #c1cd8c;
}
#leftBarContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	text-align: left;
}
#linksHeader {
	position: relative;
	background: #646F37;
	color: #CCCCCC;
	height: 38px;
	width: 190px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold; 
	padding-left: 10px;
}
.navItem{
	width: 180px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	font-size:14px;
	text-transform: capitalize;
	text-decoration:none;
	color: #660033;
	cursor: pointer;
	font-weight: bold;
}
.navItem a {
	font-size:14px;
	text-transform: capitalize;
	text-decoration:none;
	color: #660033;
	cursor: pointer;
	font-weight: bold;
}
.navItemOver{
	width: 180px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	font-size:14px;
	text-transform: capitalize;
	text-decoration:none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	background: #a4b364;
}
.navItemOver a {
	font-size:14px;
	text-transform: capitalize;
	text-decoration:none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	background: #a4b364;
}
#contentContainer{
	position: relative;
	width: 594px;
	margin: 0px 0px 0px auto;
	border-left: solid #FFFFFF 2px;
	text-align: justify;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	line-height: 14px;
	background: #FFFFFF;
	min-height: 600px;
}
* html #contentContainer{
	height: 600px;
}
#header {
	width: 584px;
	height: 38px;
	line-height: 38px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 10px;
	background: url(images/header_back.jpg) repeat-x top left;
}
#dbDataContainer {
	margin: 10px 10px 0px 10px;
}
.contentTitleText {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}
#footer {
	width: 796px;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	background: #baa468;
}
#footer a:hover {
	color: #FFFFFF;
}
#footerImage {
	position: relative;
	width: 850px;
	height: 41px;
	margin: 2px auto 0px auto;
	background: url(images/page_footer.jpg) no-repeat top center;
	overflow: hidden;
}
.left_img {
	float: left;
	margin: 0px 10px 0px 10px;
}
.right_img {
	float: right;
	margin: 0px 10px 0px 10px;
}
#newsContainer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: 150px;
	background: #660033;
	border-top: solid #FFFFFF 2px;
	text-align: left;
}
#newsHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #480024;
	color: #CCCCCC;
	height: 18px;
	width: 190px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold; 
	padding-left: 10px;
}
#newsItems{
	position: absolute;
	top: 18px;
	left: 0px;
	height: 131px;
	width: 200px;
	overflow: auto;
}
.newsItemContainer {
	padding: 5px 5px 10px 10px;
	border-bottom: dotted #666666 1px;
}
.newsItemTitle {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.newsItemBody {
	font-size: 12px;
	color: #999999;
}
