body {
	background: url(i/BG.jpg) top fixed;
	margin: 0;
	font-family: Trebuchet MS, Arial, Verdana;
}
a {
	color:#DA251E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img#logo {
	position: absolute;
	left: 50%;
	margin: 20px 0 0 -475px;
}
#tr {
	position:absolute;
	left: 50%;
	margin: 40px 0 0 -26;
	width: 480px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	letter-spacing:-2px;
	color: #006830;
}
#tr a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	letter-spacing:-2px;
	color: #006830;
}
#pagebottombg {
	width: 984px;
	height: 621px;
	background: url(i/pgbottomshadow.png) no-repeat;
	position:absolute;
	bottom:0;
	left: 50%;
	margin-left: -492px;
}
#contentwrapper {
	width: 984px;
	background: url(i/pgbottomshadow.png) no-repeat bottom;
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left:-492px;
}
#content {
	margin: 0 30px 20px 30px;
}
#contentleft {
	width:470px;
	background: url(i/devider.png) right no-repeat;
	float:left;
	margin: 0 0 30px 30px;
} 
#contentright {
	width:435px;
	float:left;
	margin-left:15px;
}
h2 {
	font-size:14pt;
	color:#DA251E;
	padding-bottom:2px;
	border-bottom:3px solid #00923F;
	margin:0 0 5px 0;
}
h2#left {
	margin:0 30px 5px 0;
}
p {
	margin:0 30px 0 0;
	padding:0;
}
#nav {
	width: 924px;
	position:absolute;
	top:140px;
	left:50%;
	margin-left:-462px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav li {
    display:inline;
    margin:0 10px;
    padding:0;
}
#nav a {
	color: #CC0000;
	text-decoration:none;
}
#nav a:hover {
	color:#990000;
	text-decoration:underline;
}
#sp {
	width:425px;
	padding:5px;
	border:1px solid #990000;
	margin:5px 0 10px 0;
}
#flash {
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-460px;
}
#navigation {
   width:870px;
   margin:0px auto;
}

#navigation a {
   text-decoration:none;
}

#nleft {
   width:100px;
   float:left;
}

#nright {
   width:100px;
   float:right;
   text-align:right;
}

.newsList{
   width:880px;
	margin:20px auto;
}

.newsList a{
   text-decoration:none;
   color:#00923F;
}