/*** Content ***/

body {
	color: #1F1F1F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	background-color: #FFFFD6;
	margin-top: 0;
}

h1 {
	color: #660066;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;	
}

h2 {
	color: #006045;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

h3 {
	color: #005f45;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}

.admin th {
	background-color: #660066;
}	
.homepage_box {
	background-color: #FFFFD6;
	border: 3px solid #660066;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	width: 225px;
}	
.homepage_box h2 {
	margin-top: 0px;
}
/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

/*** Links ***/

a:link,
a:visited,
a:active {
	color: #006045;
	text-decoration: none;
}

a:hover {
	color: #7EBBB2;
	text-decoration: underline;
}

/*** Layout ***/

#nav {
	background-color: #006045;
	border-left: 1px solid #000000;
	padding-bottom: 10px;

}	

#nav ul {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	margin-top: -2px;
	margin-bottom: -8px;
	padding-left: 15px;
}

#nav ul.subnav {
	color: #CCC;
	font-size: 13px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
}

#nav li {
	margin-bottom: 10px;
	margin-top: 10px;
}	

#nav .subnav li {
	margin-bottom: 5px;
	margin-top: 5px;
}	

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #FFF;
	text-decoration: none;
}

#nav li.current_link a:link,
#nav li.current_link a:visited,
#nav li.current_link a:active,
#nav a:hover {
	color: #A5C4D1;
}

#nav li .subnav a:link,
#nav li .subnav a:visited,
#nav li .subnav a:active {
	color: #CCC;
	text-decoration: none;
}

#nav li .subnav li.current_link a:link,
#nav li .subnav li.current_link a:visited,
#nav li .subnav li.current_link a:active,
#nav li .subnav a:hover {
	color: #A5C4D1;
}
#content_area {
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
}
#content_area #search_print td {
	background-color: #7EBBB2;
	padding: 10px 15px;
}

#content_area #search_print td form {
	margin: 0;
}

#print-only {
	display: none; 
}

#print_area {
	float: right;
	padding-top: 4px;
}

#print_area a:hover {
	color: #006045;
}

address {
	font-style: normal;
}

.copyright {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

.clear {
	clear: both;
}
/**
 * Styles to use on the events page
 */
#events-calendar .event {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

#events-calendar .event h3 {
	font-size: 1.07em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#events-calendar .event .details {
	color: #333;
	font-size: 90%;
	margin-bottom: 6px;
}

#events-calendar .event .time .all-day {
	color: #666;
	font-style: italic;

	/**
	 * ..and because IE6 doesn't
	 * correctly cascade certain styles,
	 * we need this extra bit here:
	 */
	background-color: #ffffd6;
	border: none;
}

#events-calendar .event .location {
	font-size: 100%;
	height: auto;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
