/* CSS Document */
body, p, td, input
{
	font-size: 11px;
	color: #333333;
	font-family: arial, verdana, helvetica;
	background-color: #DDDDDD;
	text-align:center;
}
td, p, span {
	background-color: #FEFAEC;
	text-align: left;
}
p {
	padding:0
}
img {
	border:0px;
	border: 1px solid #EACF64;
}
a {
	color:#004000;
	text-decoration:underline;
}s
a:hover {
	color:#004000;
}
ul {
margin:0;
padding:0;
padding-left:15px;
}

.clearer {clear:both }
#main {
	top:0px;
	width: 750px;
	border: 0px solid red;	
	margin-left:auto;
	margin-right:auto;
	text-align: left;		
	background-color:#FEFAEC;
}
#header {
	position:relative;
	float:left;
	width:100%;
	height:100px;
	background-color:#CC0000;
	border: 2px solid #333;
	border-bottom:0px;
}
.headertext {
	float:left;
	width:250px;
	color:#fff;
	font-size:24px;
	padding-top:15px;
	padding-left:10px;
	text-transform:uppercase;
	background-color:transparent;
}
.taallink {
	position:absolute;
	top:82px;
	left:725px;
	float:right;
	width:20px;
	color:#fff;
	font-size:12px;
	background-color:transparent;
	background-color:#fff;
	z-index:100;
}
.taallink a{ color:#fff; text-decoration:none;}
#middle {
	position:relative;
	float:left;
	width:100%;
	background-color:#FFF1B2;
	/*background-color:#fff;*/
	border: 2px solid #333;
	border-top:0px;
	border-bottom:0px;
	border:0px solid green;
	border: 2px solid #333;
	border-top:0px;
}
#navigation {
	position:relative;
	float:left;
	width:199px;
	background-color:#FFF1B2;
	padding: 25px 0;
	_height:500px;	
	min-height:500px;
}
.contentspacer {
	position:relative;
	float:left;
	width:25px;
	padding: 25px 0;
	background-color:#FEFAEC;
}
#content {
	position:relative;
	float:left;
	width:500px;
	border:0px solid green;
	padding: 25px 25px;	
	background-color:#FEFAEC;
	_height:500px;	
	min-height:500px;
	border-left:1px solid #EACF64;
}
#lower {
	position:relative;
	float:left;
	width:100%;
	height:30px;
	background-color:#fff;
	border: 0px solid #333;
	border-top:0px;
	display:none;
}
#navigation ul {
	width:190px;
	margin:0;	
	padding:0;
	margin-left:0px;
	list-style:none;
	border:0px solid black;
}
#navigation ul li {
	border-bottom: 1px dotted #004000;
	width:162px;
	margin-left:15px;
	padding: 4px 3px;
}
#navigation ul li a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#navigation ul li a:hover{
	text-decoration:underline;	
}
#navigation ul li.navselected{
	background-color:#004000;
}
#navigation ul li.navselected a{
	color:#FFF;
}
.dottedbordertop {
	border-top:1px dotted #004000;
}
h1 {
	margin:0px;
	margin-bottom: 20px;
	font-size:16px;
	width:492px;
	padding:2px 4px;
	background-color:#FFF1B2;
	border:1px solid #EACF64;
}
table.rondreistable td.reistablecell{
	width:240px;
}
table.rondreistable td.reislinkcell{
	padding-bottom:20px;
}
table.rondreistable td.tablespacer{
	width:20px;
}
.reistitle {
	font-weight:bold;
	display:block;
	margin-bottom:10px;
	padding:2px 4px;
	background-color:#FFF1B2;
	border:1px solid #EACF64;
}
.floatleft {position:relative; float:left;}
.floatright {position:relative; float:right;}
.imgright {padding-left:5px;}
