/* CSS Document */

body {
	font: normal 85% arial, sans-serif;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	
}
td {vertical-align: top;}

/* header */
#header{
	padding: 5px;
	background-color: #000000;
	bottom: auto;
}
#header h1 {margin: 0; color: #ffffff;}

/* date */
#date{
	padding: 5px;
	background-color: #000000;
	font-size: 85%;
	font-weight: bold;
	color: #ffcc00;
	text-align: right;
}

/* navigation */
#nav{width: 10%; padding: 5px; background-color: #FF6600;}
#nav ul {margin: 0; padding: 0; list-style: none;}
#nav a {font-weight: bold; color: #ffffff;text-decoration: none;}
#nav a:hover {color: #000000; text-decoration: underline; }


/* calendar */
#calendar a {font-weight: bold; color: #FF6600;}
#calendar a:hover {color: #000000;}
#calendar a:visited {color: #FF6600;}

/* content */
#content{width: 65%; padding: 10px;}
#content h3 {border-top: solid 1px #000000; border-bottom: solid 1px #000000; background-color: #eeeeee;}

/* calendar2 */
#calendar2{width: 95%; padding: 10px;}
#calendar2 h3 {border-top: solid 1px #000000; border-bottom: solid 1px #000000; background-color: #eeeeee;}

/* footer */
#footer{text-align: center; padding: 5px; background-color: #000000; color: #ffffff;}
#footer a {margin-left: 3px; margin-right: 3px; font-size: 75%; font-weight: bold; color: #ffffff; text-decoration: none;}
#footer a:hover {color: #FF6600; text-decoration: underline;}
.style1 {font-size: 75%}
.imageright {
	float: right;
	vertical-align: bottom;
	padding: 5;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.imageleft {
	float: center;
	vertical-align: bottom;
	padding: 5;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	top: 200px;
}
.imagecenter {
	float: left;
	vertical-align: bottom;
	padding: 5;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	top: 200px;
}
.style3 {color: #FF6600}
