body {
	background: url(/images/header_bg.jpg) repeat-x;
	background-color: #e9e88f;
	color: #191919;
	overflow: auto;
	padding: 0;
	margin: 0;
	font-family: "Helvetica", "Trebuchet MS", Arial;
}

a {
	text-decoration:none;
	color: #0f569b;
}

a:hover {
	text-decoration:underline;
}

h1 { color:#fff; font-size: 26px; padding:10px; font-weight:normal;}
h2 {
		font-size: 18px;
		color: #686741;
	}
h3{
		font-size: 18px;
		text-align:center;
	}
	
h4{
		font-size: 15px;
		color: #686741;
		font-weight: bold;
		padding:0px;
		margin:0px;
		margin-bottom:5px;
	}



#wrapper {
	width:850px;
	margin:0px auto;
	padding-top:10px;
}

#header {
	width:850px;
	margin:0px auto;
	height:100px;
}



/* ############################## TOP NAVBAR ################################## */
#navbar {
	color: #FFFFFF;
	margin-top:45px;
	width:560px;
	float:right;
}
#navbar li {
	display:inline;
	list-style:none;
	text-align:center;
	padding:10px 0 10px 0;
	margin: 0 2px 0 2px;
	float:right;
}
#navbar a {
	font-family: "Helvetica", "Trebuchet MS", Arial;
	color:#fff;
	font-size:18px;
	text-decoration: none;
	padding: 0 12px 0 12px;
	font-weight:normal;
}
#navbar li:hover, #navbar li:hover a, #navbar .current, #navbar .current a {
	background:#eae827;
	color:#4c4e4d;
}

#navbar form {
	float:right;
	width:200px;
}

#navbar form {
	margin-top: 10px;
	margin:0 0 0 90px;
	padding:0;
	display:inline;
}

#navbar form #search_box {
	color: #FFFFFF;
	border: 1px solid #4c4c4d;
	padding: 1px;
	height:16px;
	background-color:#4c4c4d;
	width:100px;
	margin:0;
}

#navbar form #button {
	background: #000;
	border:0;
	color: #fff;
	padding:0;
	margin:0;
	cursor: pointer;

}

/* ############################## CONTENT ################################## */
#content{
	margin:1px auto;
	padding:5px 10px;
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#left_column {
	width:200px;
	padding:5px;
	margin: 0;
	float:left;
	border:1px solid #ededed;
}
#right_content {
	width:550px;
	padding:5px;
	margin: 0 10px;
	float:left;
}



/* ############################## FRONT PAGE ################################## */
/*Specific front page css*/
#fp_banner {
	text-align: justify;
	clear:both;
	margin: 0px;
	padding:0 0 0 20px;
	color:white;
	text-align:left;
	background: url(/images/fp_background.jpg) no-repeat center 5px;
	line-height:20px;
	min-height:120px;
	position: relative;
}

#fp_content {
	margin: 0px;
	background-image: url(/images/divider.gif);
    background-repeat: repeat-y;
}


#fp_column {
	width:248px;
	padding:0 14px;
	float:left;
	height:100%;
}

/* ############################## FOOTER ################################## */

#footer {
	padding:10px;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	background-image: url(/images/footer-bg2.gif); 
	color: #404139;
}


/* ############################## CALENDAR ################################## */

#calendar {
	border-style:solid;
	border-collapse: collapse;
	font-size:10px;
	color: #333;
}
	
	#calendar_title {
		text-align:center;
		padding:0;
		margin:0;
		font-size:20px;
	}
	#calendar td {
		width:80px;
		height:80px;
	}
	#calendar .today {
		background-color:#FFDDDD;
	}
	#calendar .nodates {
		background-color:#ededed;
	}
	#calendar a {display:block; padding:5px 0 5px 0;}

	
/* ############################## TRANSPARENT SIDE MENUS ################################## */
#menubar {
		position:relative;
		width:150px;
		padding:2px;
		background-color:#fff;
		float:left;
		line-height:25px;
		font-size: 12px;
	}
	#menubar a {
		color:#777;
		letter-spacing:1px;
		padding-right:5px;
		text-decoration:none;
	}
	#menubar #listing {
		color:#777;
		letter-spacing:1px;
		margin:10px;
		padding-right:5px;
		text-decoration:none;
		border-bottom:1px dotted #777;
		width:100px;
	}
	#menubar a.active {
	}
	.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		border-right:3px solid #ddd;
		border-bottom:3px solid #ddd;
		background-color:#ededed;
		position: relative;
		left: 0px;
		top: 0px;
		z-index: 1;
		-moz-opacity: .8;
		filter: alpha(opacity=80);
	}
	.menu a {
		color:#000;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:transparent;
	}
	.menu #alisting {
		color:#777;
		margin:5px;
		padding-right:5px;
		text-decoration:none;
		line-height:20px;
	}