body {
	background-image:url(/img/bg-repeat.jpg);
	background-repeat:repeat;
}

a:link, a:visited {
	color: #BA9E49;
}

a:hover {
	color: #CBB677;
}

/********************************************
*				ID's            			*
********************************************/
#footer{
	background-image:url(/img/footer.jpg);
	width:920px;
	height:43px;
	background-repeat:no-repeat;
	padding-top:5px;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:10px;
}

#header{
	background-image:url(/img/header.jpg);
	width:920px;
	height:370px;
}

#main-text{
	
}

#main-text-div{
	width:590px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#nav{
	padding-top:337px;
	padding-left:43px;
}

#repeat{
	background-image:url(/img/repeat.jpg);
	background-repeat:repeat;
}
/********************************************
*				Main Links       			*
********************************************/
a.nav, a.nav:link, a.nav:visited 
{
	 text-decoration: none; 
	 font-weight: bold;
	 font-size:12px;
	 color: #FFFFFF;
	 font-family:Arial, Helvetica, sans-serif;
}
a.nav:hover, a.nav:active 
{
	 text-decoration: none;
	 font-size:12px; 
	 font-weight: bold; 
	 color: #CBB677;
	 font-family:Arial, Helvetica, sans-serif;

}

/********************************************
*				Secondary Links				*
********************************************/

a.lower_nav, a.lower_nav:link, a.lower_nav:visited 
{
	 text-decoration: none; 
	 font-weight: normal;
	 font-size:10px;
	 color: #FFFFFF;
	 font-family:Tahoma;
}

a.lower_nav:hover, a.lower_nav:active 
{
	 text-decoration: none;
	 font-size:10px;
	 font-weight: normal; 
	 color: #000000;
	 font-family:Tahoma;
}


/********************************************
*					Classes					*
********************************************/

/********************************************
*					H tags 				*
********************************************/
h1 { font-size: 155%; margin:0px; padding-top:10px; padding-bottom:10px; }
h2 { font-size: 145%; margin:0px; padding-top:10px; padding-bottom:10px; }
h3 { font-size: 135%; margin:0px; padding-top:10px; padding-bottom:10px; }
h4 { font-size: 125%; margin:0px; padding-top:10px; padding-bottom:2px; }
h5 { font-size: 115%; margin:0px; padding-top:10px; padding-bottom:10px; }


.section_header {
	font-size: 155%; 
	margin:0px; 
	padding-top:10px; 
	padding-bottom:10px;
	color: #FFFFFF;
	font-weight: bold;
}

p, td p {
	margin-top: 0px;
	margin-bottom: 10px;
}




/* Calendar Styles */
.large_calendar {
	color: #000000;
}

.month {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.endofweek {
	width: 82px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid black;
	background-color: #ffffff;
}


.today {
	width: 82px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid black;
	background-color: #CBB677;
	color: #FFFFFF;
}

.event {
	width: 82px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid black;
	background-color: #C8D5E8
}


.day {
	width: 82px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid black;
	clear: left;
	background-color: #ffffff;
}

.blank {
	width: 82px;
	height: 85px;
	float: left;
	border: 1px solid black;
	background-color:#FEFAEB;
}

.weekdays {
	width: 82px;
	font-family: Arial, Helvetica, sans-serif;	
	height: 18px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid black;
	background-color:#5A5639;
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
	color: #FFFFFF;
}

.event_capsule {
	width: 82px;
	height: 155px;
	background-image:url(/img/calendar_event_capsule.gif);
	z-index: 150;
	position: relative;
	top: -100px;
	left: 50px;
	padding: 10px;
}

.capsule_head {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.photospacing {
	margin-bottom: 10px;
}
