@charset "UTF-8";
/* CSS Document */

body {
	background-color: #5c2d0b;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:normal;
	color: #003300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#sitearea {
	width: 900px;
	margin: 20px auto;
	text-align:justify;
	background:#cece9c url(../layout_images/content_bkg.jpg) top left repeat-y;
		}
		
#header {
	width:900px;
	background: url(../layout_images/header.jpg) top left no-repeat;
	height:100px;
	}
	
#navbar {
	width:900px;
	background-color:#9a9a68;
	height:30px;
	 }
#navbar a:visited {text-decoration:none;}
 
#content {
	width:860px;
	padding:20px;
	margin:auto;
	}
	

#content #left_column {
	width:180px;
	float:left;
	text-align: left;
	}
	

#content #left_column .title {
	color:#030;
	}
	
#content #right_column {
	width:630px;
	float:right;
	margin-bottom:10px;
	}
	
	
					
#footer {
	clear:both;
	width:900px;
	height:91px;
	margin:auto;
	color: #373828;
	background-image:url(../layout_images/footer.jpg);
	margin-bottom:20px;
	}
	
#youAreHere {
	color:#ffffff;
	}
	
#footer #left_column {
	float:left;
	padding-left:20px;
	padding-top:15px;
	}

#footer #right_column {
	float:right;
	text-align:right;
	padding-right: 20px;
	padding-top:15px;
	}
	
#footer a {color:#373828; text-decoration: none}

h1 {
	font-size:16px;
	color:#895f2d;
	text-align: left;
	}

h2 {
	font-size:12px;
	color:#895f2d;
	text-align: left;
	}
	
.action_buttons {
	text-align:center;
	margin-top:	30px;
	margin-bottom: 10px;
	}
	
	
a:link {color: #267d00; text-decoration:underline; }
a:visited {color: #267d00; text-decoration:underline;}
a:hover {color: #267d00; text-decoration:none;}
a:active {color: #267d00; text-decoration:none;}

li {padding-bottom:4px;}

.date {color:#fff; font-weight:bold; padding-bottom:2px;}
.left {
	text-align: left;
}
