﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url("../images/page_bg.gif");
	background-repeat: repeat;
}
#container {
	width: 709px;
	margin: 0 auto;
	background-image: url("../images/container_bg.gif");
	background-repeat: repeat-y;
	overflow: hidden;
	padding-bottom: 0px;
}
#masthead {
	width: 605px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("../images/masthead_bg.gif"); 
	overflow: auto;
	padding: 10px;
	text-align: right;
	vertical-align: text-bottom;
}
#navigation {
	width: 625px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image:  url("../images/navigation_bg.gif");
	background-repeat: repeat;
	padding: 0;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 270px;
	margin-left: 30px;
	padding: 0 15px;
	text-align: left;
	color: #000;
	display: inline;
}
#content2 {
	position: relative;
	float: left;
	width: 270px;
	margin-left: 30px;
	margin-right: 15px;
	padding: 0 15px;
	text-align: left;
	color: #000;
	display: inline;
}
#content3 {
	position: relative;
	float: left;
	width: 600px;
	margin-left: 30px;
	margin-right: 15px;
	padding: 15 15px;
	text-align: center;
	font-size: xx-small;
	color: #000;
	display: inline;
}
#sidebar {
	float: left;
	width: 325px;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	color: #666;
}
#sidebar2 {
	float: left;
	width: 300px;
	text-align: center;
	color: #666;
}
#footer {
	clear: both;
	width: 605px;
	margin: 0 auto;
	border-top: 1px solid #bba;
	padding-top: 5px;
}
#bottom {
	background-image:url("../images/container_bottom.gif");
	width: 709px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 1px;
	padding: 5px;
	border: 1px solid #fff;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	background-image: url("../images/masthead_bg.gif");
	background-repeat: repeat;
}
/* Sidebar Styles */
#sidebar img {
	border: 1px solid #998;
}
/* Footer Styles */
#footer p {
	color: #998;
	padding: 10px 5px;
	margin: 4px;
}
#footer a {
	color: #776;
	text-decoration: underline;
}
#footer a:hover {
	color: #bba;
	text-decoration: none;
}
#bottom p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

td.today a:visited {
	color: #fff;
	font-weight: bold;
	background: #776;
}

td.today a:link {
	color: #fff;
	font-weight: bold;
	background: #776;
}

td.today a {
	color: #fff;
	font-weight: bold;
	background: #776;
}

.today {
	color: #fff;
	font-weight: bold;
	background: #776;
}
th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}
td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}
td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
td a:visited {	
	color: #608194;
	background: url(images/bg_calendar.gif) no-repeat;
}

td a:link {	
	color: #608194;
	background: url(images/bg_calendar.gif) no-repeat;
}

td a:active {
	color: #6aa3ae;
	background: url(images/bg_calendar.gif) no-repeat right top;
}

td a:hover {
	color: #6aa3ae;
	background: url(images/bg_calendar.gif) no-repeat right top;
}
#calendar {
	width: 141px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}
caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #776;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

