
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #DEDEDE url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #66665E;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #BF0223;
}

h3 {
	font-weight: bold;
}

h1 { }

h2 { }

h3 { }

ul, ol { }

blockquote { }

a { color: #4B8749; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img04.gif) no-repeat left 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 16px;
	background: #a10705;
	color: #FFFFFF;
	border-top: 2px solid #d50704;
	border-bottom: 2px solid #670301;
}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 50px;
}

#search form {
	float: right;
	margin: 0;
	padding: 15px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}

#search-submit {
	height: 21px;
	margin-left: 12px;
	color: #39561D;
}

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
}

	/** LOGO */

#logo {
	width: 890px;
	height: 295px;
	margin: 0 auto;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1 {
	float: left;
	margin: 150px 0px 0px 0px;
	padding: 0 0 0 50px;
	font-family: Lucida Grande, Tahoma, sans-serif;
	border-top: 1px solid #d50704;
	border-right: 1px solid #670301;
	border-bottom: 2px solid #670301;
	background: #a10705;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

#content li {
	margin-bottom: 10px;
}


/* Sidebar */

#sidebar {
	font-size: 90%;
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 5px;
	background: url(images/img05.jpg) no-repeat left 5px;
}

#sidebar p {
	margin-bottom: 5px;
}

#sidebar h2 {
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
}

/* ~~~~~~~~~~~ CALENDAR STYLES ~~~~~~~~~~~~ */
.cal_main_head
{
	background: gray;
	font-family :  Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: White;
}
.cal_day_head
{
	width: 25;
	background: silver;
	font-family :  Arial, sans-serif;
	font-size: 95%;
	color: black;
	text-align: center;
}
.cal_weekend_day
{
	width: 25;
	background: lightgrey;
	font-family :  Arial, sans-serif;
	color: black;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
}
.cal_week_day
{
	width: 25;
	background: white;
	font-family :  Arial, sans-serif;
	color: black;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
}
.cal_today
{
	width: 25;
	background: skyblue;
	font-family :  Arial, sans-serif;
	color: navy;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
}
.cal_selected_day
{
	width: 25;
	background: dodgerblue;
	font-family :  Arial, sans-serif;
	color: navy;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
}
.cal_event_day
{
	width: 25;
	background: powderblue;
	font-family :  Arial, sans-serif;
	color: blue;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
}
.cal_week_day:Hover,.cal_weekend_day:Hover,.cal_today:Hover,.cal_link_buttons:Hover
{
	text-decoration: underline;
	color: blue;
}
.cal_empty_td
{
	background: gray;
	font-size: 90%;
	font-family :  Arial, sans-serif;
}
.cal_link_buttons,.cal_link_buttons:Hover 
{
	font-family :  Arial, sans-serif;
	color: white;
	font-size: 110%;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	font-size: 90%;
	color: #66665E;
}

#footer a {
}

