/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #cfcd89;
	background-image:   url("../images/bg.jpg");
	background-repeat: repeat-y;
	background-position: 50% 50%;
	}
	
#container {
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background: #fff;
	}
	
#header {
	height: 135px;
	background-image:  url("../images/header.jpg");
	background-repeat: repeat-x;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	height: 125px;
	text-indent: -10000px;
	background-image:     url("../images/logos/logo.gif");
	background-repeat: no-repeat;
	}	
	
#header h3 {
	float: right;
	padding: 0 30px 0 30px;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	margin: 0;
	}
	
#header a nav {
	font-family: arial;
	}

#left_column {
	float: left;
	font-family: arial;
	}

ul#secNav {
	margin: 25px 0 0 30px;
	padding: 0;
	width: 140px;
	list-style: none;
	border-bottom: 1px dotted #999;
	}
	
#secNav a {
	display: block;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	border-top: 1px dotted #999;
	border-bottom: none;
	padding: 7px 5px 7px 10px;
	background-image:   url("../images/arrow-off.gif");
	background-repeat: no-repeat;
	background-position: left center;
	}

#secNav a:hover {
	color: #c0722f;
	background:   url("../images/arrow-on.gif") no-repeat left center;
	}
	
#secNav li {
	display: inline;
	}
	
ul#thiNav {
	margin: 0 0 0 25px;
	padding: 0;
	}
	
#thiNav a {
	padding: 7px 0 7px 0;
	background-image: none;
	}
	
#thiNav a:hover {
	background-image: none;
	}
	
* html #secNav a {
	height: 1px;
	}	
	
#right_column {
	float: right;
	width: 400px;
	margin: 10px 120px 0 110px;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	line-height: 20px;
	}
	
*html #right_column {
	display: inline;
	}
	
#right_column h1 {
	color: #c0722f;
	font-size: 16px;
	font-style: bold;
	letter-spacing: 2px;
	padding: 5px 0 5px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
	}	

#outline {
	border-bottom: solid 1px #ccc;
	}
	
#outline h2 {
	color: #000;
	letter-spacing: 0;
	padding-top: 15px;
	margin: 0;
	font-size: 12px;
	font-style: bold;
	border-top: 0;
	border-bottom: 0;
	}
	
#staff {
	float: left;
	padding: 5px 15px 15px 0;
	}

#text {
	margin-left: 105px;
	}
	
#clear {
	clear: both;
	margin-top: 50px;
	}	
	
#footer {
	clear: both;
	margin: 30px 30px 0 30px;
	font-family: arial;
	font-size: 9px; 
	border-top: solid 1px #ccc;
	}