@charset "utf-8";

/* CSS Document */

.background {
	background: #eeeeee;
	background-image: url(background.jpg)
}

#background {background: #ffffff}

table.border {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.shadow {
	width: 1000px;
	margin-left: auto;
  	margin-right: auto;
	padding: 10px;
	filter: shadow (color:#888888, strength:7, direction:150);
	}

.header {background-image: url(header.jpg)}

#navigation div{
	width: 200px;
	height: 25px;

}

.navigation1 {
	background: #70937B;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-indent: 1em;
	color: #ffffff
}

a.navigation1:link {text-decoration: none; color: #ffffff}
a.navigation1:visited {text-decoration: none; color: #ffffff}
a.navigation1:active {text-decoration: none; color: #ffffff}
a.navigation1:hover {text-decoration: none; color: #000000}

.navigation2 {
	background: #a3c6ae;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-indent: 2em
}

a.navigation2:link {text-decoration: none; color: #000000}
a.navigation2:visited {text-decoration: none; color: #000000}
a.navigation2:active {text-decoration: none; color: #000000}
a.navigation2:hover {text-decoration: none; color: #ffffff}




.navigation3 {height: 200px}

.footer {
	height: 20px;
	padding: 3px;
	background: #70937B;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff
}

#footer1 {
	float: left;
	width: 100;
}

#footer2 {
	float: right;
	width: 100;
}

a.footer:link {text-decoration: none; color: #ffffff}
a.footer:visited {text-decoration: none; color: #ffffff}
a.footer:active {text-decoration: none; color: #ffffff}
a.footer:hover {text-decoration: none; color: #000000}

.padding{padding: 20px}

.padding_2 {padding: 10px}



#column1 {
	float: left;
	width: 305px;
}


#column2 {
	float: right;
	width: 405px;
}

.column3 {
	float: left;
	width: 100px;
	height: 100px;
}


.column4 {
	float: right;
	width: 630px;
	height: 100px;
}


#table {
	border-spacing: 1px;
}

#table td{
	
	padding: 5px;
	background: #b4d7bf;
	border-style: solid;
	border-width: thin;
	border-color: #b4d7bf;
}


table.calendar {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}