/*@charset "utf-8";*/
/* CSS Document */
.print, .handheld, .nocontrast {
	display: block;
}
.noprint, .nohandheld, .contrast {
	display: none;
}

td.logowidth{
	width:2px;
}	
	
	
body{
	background-color:#AD9897;
	/*background-image:url(../img/background.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	padding:0px;
	margin:0px;
	/*overflow:hidden;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}
div.secondbackground{
	/*background-image:url(../img/background_image.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:1279px;
	height:1023px;
	float:inherit;*/
}
div.content, div.navigation, div.subnavigation, div.pagnavigation{
	/*margin-left:182px;*/
	width:700px;
	padding:5px;
}

div.content{
	background-image:url(../img/brown_bg.png);
	/*background-color:#150d06;
	filter:alpha(opacity=50);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
	color:#FFF;	
}

	
div.navigation{
	background-color:#a5967d;
}
div.navigation a, div.subnavigation a, div.navigation, div.subnavigation{
	color:#4c3d37;
	text-decoration:none;
}
div.navigation a:hover, div.subnavigation a:hover{
	text-decoration:none;
	/*font-weight:600;*/
}
div.navigation a:hover{
	color:#fff;
}
div.subnavigation a:hover{
	color:#A5967D;
}
div.subnavigation{
	background-color:#e8e3d1;
	font-size:80%;
}

div.pagnavigation{
	color:#CB6B3B;
	background-color:#FFFBEF;
	font-size:80%;
	
	}
h1{
	color:#ffb400;
	font-size:18pt;
}
h2{
	color:#FFD2A6;
	font-size:12pt;
}
a, a:hover{
	text-decoration:underline;
}
a {
	color:#ffb400;
}
a:hover{
	color:#ffd266;
}