body{
background:#ffffff;
margin:0;
font: 10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	background-image: url(bg_page2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 110px;
}
A:link{ color:#336633; text-decoration:none; font-family: "Courier New", Courier, mono; font-size: 14px; font-weight: bolder; }
A:visited{ color:#669966; text-decoration:none; font-family: "Courier New", Courier, mono; font-size: 14px; font-weight: bolder;}
A:hover{ color:#ffffff; background-color: #336633;text-decoration:none; font-family: "Courier New", Courier, mono; font-size: 14px; font-weight: bolder;}
A:visited:hover{ color:#ffffff; background-color: #669966;text-decoration:none; font-family: "Courier New", Courier, mono; font-size: 14px; font-weight: bolder; }
A:active{ color:#336633; text-decoration:none; font-family: "Courier New", Courier, mono; font-size: 14px; font-weight: bolder;}
A:active:hover{ color:#ffffff; background-color: #336633; font-family: "Courier New", Courier, mono; font-size: 14px; font-weight: bolder;}


#banner {
	left: 5;
	top: 0;
	width: 100%;
}
#sidebar {
	position: absolute;
	left: 0;
	top: 110px;
	width: 175px;
	padding: 40px;
	background-color: #none;
}
#sidebar h3 {
	margin: 0;
	text-align: center;
}
#sidebar ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li {
	margin-left: 1.5em;
}

#main {
	margin-left: 265px;
	margin-top: 2px;
}
.news_heading {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #cc3333;
}
.news_text {

    	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: lowercase;
	color: #006666;
}
a.news:link {
    font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: uppercase;
	color: #9933CC;
	background-color: #FF99CC;
}
a.news:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: uppercase;
	color: #9933CC;
	background-color: #FF99CC;
}
a.news:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: uppercase;
	color: #9933CC;
	background-color: #FF99CC;
}
a.news:active {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: uppercase;
	color: #9933CC;
	background-color: #FF99CC;
}
.heading {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFF00;
}