body {
	color: #000000;
	font-family: tahoma, arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	font-size:12px;
}
a {
	color: #53595C;
}
a:hover {
	color: #000000;
}
.welcome {
	font-family: arial;
	font-size: 13px;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align: middle;
	font-weight: bold;
}
.welcome:hover {
	color:#C1B58E;
}
#footer {
	font-family: arial;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 20px;
	text-align: center;
}
#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #C1B58E;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}
.frametopleft{
	padding:22px 0px 5px 20px;
}
.frametop{
	padding:22px 0px 5px 0px;
}
.frametoptext{
	font-family: arial;
	color: #C1B58E;
	font-size: 11px;
	text-align:center;
}

#nav {
	clear: both;
	display: block;
	height: 43px;
	width: 680px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;	
}
#nav ul li a:hover {
	color: #FC7216;
	text-decoration: none;	
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.nlink, .nlinkend {
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 12px;
	padding-left: 17px;
	padding-right: 17px;
	height:28px;
}
.nlink{
	background-image: url(../images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nlinkend {
	background-image: none;
}

#content {
	clear: both;
	width: 100%;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat;
}

#maincontent {
	background: #C1B58E;
	padding: 20px;
	width: 100%;
}

#leftbar {
	width: 150;
}

#leftbar p {
	margin-top: 0px;
}

* html #leftbar p {
	margin-top: -5px;
}

#stats {
	background: #494949;
	padding: 10px;
	width: 254px;
}

.flt-lft {
	float: left;
	margin-right: 20px;
}
.flt-rgt {
	float: right;
}
.date {
	color: #53595C;
	font-weight: bold;
}
#headlines {
	background: #1F1F1F;
	padding: 10px;
	width: 254px;
}
.heading1 {
	background: url(../images/heading-bg-1.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-top: 4px;
	width: 181px;
}

* html .heading1 {
	margin-bottom: 5px;
}
.heading2 {
	background: url(../images/heading-bg-2.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 5px;
	padding-left: 38px;
	padding-top: 4px;
	width: 161px;
}
.leftp{
	color:#72797D;
	padding:0px 10px 10px 10px;
	line-height:18px;
}
.leftpproject{
	color:#000000;
	padding:0px 10px 10px 10px;
	line-height:18px;
}
.leftpprojecttitle{
	color:#000000;
	padding:10px 10px 0px 10px;
}
.leftnewstitle{
	color:#72797D;
	padding:10px 10px 0px 10px;
}
.morenews{
	color:#72797D;
	padding:2px 10px 10px 10px;
	font-size:13px;
}
.morenews:hover{
	color:#FFFFFF;
}
.moreproject{
	color:#000000;
	padding:2px 10px 10px 10px;
	font-size:13px;
}
.moreproject:hover{
	color:#FFFFFF;
}
.contentlink{
	color:#000000;
	text-decoration:underline;
	line-height:17px;
}
.contentlink:hover{
	color: #53595C;
	text-decoration:none;
}