﻿body 
{
	font-family: "Verdana", sans-serif;
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;

	text-align: justify;
	height: 100%;
}

#everything
{
	
	position:absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	border-right: 5px solid black;
	border-left: 5px solid black;
	border-bottom: 5px solid black;
	padding: 0;
	color: black;
}

#content
{
	background-image: url("/templateimages/lbg.gif");
	background-repeat: no-repeat;
	width:1000px;
	height: 100%;
	float: right;
	background-color: #8B9C8A;
	border-top: 3px solid white;	
	
}

#inner_content
{
	width: 777px;
	float: right;
	background-color: white;	
	border-LEFT: 3px solid black;
	padding: 20px 0 0 20px;
	
}

#header
{
	background-image: url("/templateimages/logo.jpg");
	
	float: left;
	height: 145px;
	width: 1000px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

#inner_content .header
{
	color: #567731; 
	font-size: 1.6em;
}

/******************************************SIDE BAR**************************************/

#sidebar
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.2em;
	text-align: center;
	display: block;
	position: relative;
	width: 200px;
	height: 100%;
	float: left;
	color: white;
	height: 100%;
	
}


#links
{
	position: relative;
	width: 200px;
	padding: 0px;
	float: right;
	display: inline;
}

#links ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	border-bottom: 2px solid white;
}

#links li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

#links li a
{

	text-align: left;
	display: block;
	padding: 6px 4px 6px 4px;
	
	color: white;
	text-decoration: none;
	width: 192px;
	letter-spacing: 0.1em;
	border-top: 2px solid white;
	margin: 0;
}



#links li a:hover
{
	background-color:#B8D599;
	color: black;
	border-top: 2px solid white;
	
}

#footer
{
	display: block;
	text-align: center;
	font-size: 0.75em;
	letter-spacing: 0.1em;
	width: 100%;
	color: white;
	background-color: #8ABA56;	
	border-top: 3px solid white;
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
}

.cal_divider
{
	background-image: url("/templateimages/divider.jpg");
	background-repeat: no-repeat; 
	float: left;
	height: 86px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}


.cal_header
{
	color: #567731; 
	font-size: 1.4em;
	text-align: right;
	
	font-family:Georgia;
}

.cal_title
{
	color: #567731; 
	width: 100%;
	font-size: 2.4em;
	text-align: center;
	font-family:Georgia;
	display: block;
}