body {
	scrollbar-face-color: #F2ECCE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #F2ECCE;
	scrollbar-3dlight-color: #DFCC9B;
	scrollbar-arrow-color:  #2B2115;
	scrollbar-track-color: #FFFDF1;
	scrollbar-darkshadow-color: #98AAB1;

	background: url('/img/bg.gif');
	background-color: #E4D485;
	background-attachment: fixed;
	background-repeat: no-repeat; 
}

body,td,p,span {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#header {
	background: url('/img/header.gif') no-repeat;
	height: 80px;
}

#navigation_side {
	background: #E4D485 url('/img/nav.side.gif') no-repeat;
	border-top: 1px solid #000000;
}

#navigation {
	background-color: #000000;
}

#content {
	background-color: #ffffff;
	/*padding: 10px 10px 10px 10px;*/
}

#content_title {
	background-color: #ffffff;
	border-top: 1px solid #000000;
}

#content_text {
	background-color: #ffffff;
	padding: 3px 0px 40px 35px;
}

#ad_topbanner {
	position: absolute;
	top: 10px;
	left: 450px;
}

#ad_skyscraper {

}

#footer {
	border-top: 1px solid #000000;
	background-color: #37432B;
}

.newsheader {
	font-size: 16px;
	color : #2B2115;
	font-weight: bold;
	line-height: 24px;
}

/* link definitions */

.nav_link:link, .nav_link:visited {
	font-weight: normal;
	font-size: 11px;
	color : #ffffff;
	text-decoration: none;
}
.nav_link:hover {
	font-weight: normal;
	font-size: 11px;
	color : #ffffff;
	text-decoration : underline;
}
.newsheader_link:link, .newsheader_link:visited {
	font-size: 14px;
	color : #2B2115;
	text-decoration: none;
}
.newsheader_link:hover {
	font-size: 14px;
	color : #675527;
	text-decoration : none;
}
.footer_link:link, .footer_link:visited {
	font-size: 10px;
	color : #ffffff;
	text-decoration: underline;
}
.footer_link:hover {
	font-size: 10px;
	color : #ffffff;
	text-decoration : none;
}
a:link, a:visited {
	font-weight: bold;
	color : #2B2115;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color : #675527;
	text-decoration : none;
}

/* form related */

.inputfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #a2a2a2;
	background: #ffffff;
	color: #000000;
	padding-left: 5px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #a2a2a2;
	background: #ffffff;
	color: #000000;
}		

.contentbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #a2a2a2;
	background: #ffffff;
	color: #000000;
	padding: 2px;
}

.error {
	color: #ff0000;
}


#yellowtable {
	height: 75px;
	border: 1px solid #363636;
	background-color: #ffc337;
}

yellowtable_title {
	padding-bottom: 5px;
}

a.yellowtable_title:link {
	font-weight: bold;
	text-decoration : none;
	color: #000000;
}
a.yellowtable_title:visited {
	font-weight: bold;
	text-decoration : none;
	color: #000000;
}
a.yellowtable_title:hover {
	font-weight: bold;
	color : #0072BC;
	text-decoration : underline;
}

a.white_link:link {
	color : #ffffff;
	text-decoration: underline;
}
a.white_link:visited {
	color : #ffffff;
	text-decoration: underline;
}
a.white_link:hover {
	color : #ffffff;
	text-decoration : none;
}

a.black_link:link {
	color : #000000;
	text-decoration: underline;
}
a.black_link:visited {
	color : #000000;
	text-decoration: underline;
}
a.black_link:hover {
	color : #0072BC;
	text-decoration : none;
}