/* CSS Document */

body {margin: 0px;
	background-color: #eeecda;
	color: #3b3527; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
#top {background-image: url(images/topright.gif);
 	background-position:right; 
 	background-repeat:no-repeat;
 	width: 100%; 
	height: 79px;}

#buttons {
	position: absolute;
	top: 51px;
	right: 0px;
	z-index: 200;
}

#behind_buttons{	position: absolute;
	top: 52px;
	left: 0px;
	z-index: 100; 
	background-image: url(images/behind_buttons.gif);
	height:33px; 
	width:100%;
	}
	
 #beige{height: 17px; 
 width: 100px;
 }
 
 #brown{background-image: url(images/beige_area.gif);
  height: 9px;}
  
 #red{background-image: url(images/red_area.gif); 
 height:7px;}
 
.main_button {background-image: url(images/mainbutton_back.gif);
	text-align:center;}
	
.red_button {background-image: url(images/red_button_back.gif);
	text-align:center; font-weight: bold; color: #eeecda;}
	
#divider_top {
	background-image:url(images/nav_divider.gif);
	position: absolute;
	top: 85px;
	width: 100%;
	height: 20px;
	left: 0px; z-index: 400;
	}
#divider_top p{
	position: absolute; margin-top:0px; padding-top:0px;
	top: 3px;
	left: 10px; z-index: 401; color: #eeecda; font-weight:bold; width: 100%; 
	}
#date {	position: absolute;
	top: 88px;
	width: 100%;
	height: 20px;
	right: 20px; z-index: 500;
	text-align: right; 
	font-weight: bold; color: #eeecda; 
}
#buttons a {color: #eeecda; text-decoration: none;}
#buttons a:hover {color: #eeecda; text-decoration:underline;}
#main {position: absolute; top: 107px;; left: 0px; width: 100%; }
#content {background-image:url(images/backofmain.gif); 
	background-position:bottom center; 
	background-repeat:no-repeat; 
	background-color:#ffffff; 
	padding: 10px;}
#bottom_bar{width: 100%; height: 6px; background-image:url(images/bottom_divider.gif);}
.bottom_nav {text-align: center;}
.copyright {text-align: center; font-size: 90%;}
.content_left { margin-right: 51%;}
.content_right{float: right; width: 49%;}
.style1 {background-image: url(images/mainbutton_back.gif); text-align: center; font-weight: bold; }
h1{font-size: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif; color: #3b3527; }
