/* ********************** override defaults ********************** */
body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	text-align:center;
	margin: 0px;
}

h1 {
	color: #006;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: #006;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	color: #006;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	color: #006;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


hr {
	color: #FFFF00;
}

a {
	/* display: block; */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #000066;
	font-weight: bold;
}



/* ************************ template page styles ******************************** */
#tmp_page {
	width: 768px;
	margin: 10px auto auto auto;
	background-color: #FFF;
	text-align: left;
	height: auto;
}

#old_tmp_background {
	background-image: none;
	width: 100%;
	height: 500;
	min-height: 500px;
	padding: 0 0 20px 0;
	background-color: transparent;
}

#tmp_background {
	width: 100%;
	min-height: 100%;
	/* \*/
	height: 100%;
	/* Last height declaration hidden from Mac IE 5.x */
	display: table-cell; /*** Safari fixes to 100% height.  This makes Safari treat the div as a table cell ***/
}

#tmp_backgrou\6E	d{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
	height: auto;	/*** For moz to stop it fixing height to 100% ***/
}

/* \*/
* html #tmp_background{
	height: 100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixed height for IE, back to full height, from esc tab hack moz min-height solution ***/


#tmp_pagefooter {
	background-color: #FC0;
	width: 100%;
	height: 15px;
	margin: 10px 0 0 0;
}

#tmp_mainregion {
	background-color: #FFF;
	width: 596px;
	min-height: 350px;
	float: right;
	padding: 0 5px 30px 5px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* ****************** individual page styles ****************** */
.index_content {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 360px;
	/* margin: 2px; */
	float: left;
	text-align: justify;
}

.events_list {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 210px;
	/* margin: 2px; */
	float: right;
	text-align: center;
}
.events_header {
	width: 170px;
	height: 20px;
	padding: 20px 0 20px 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006;
}

.events_item_date {
	width: 178px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 2px 0 2px;
	font-size: 12px;
}

.events_item {
	width: 170px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0 2px 0 2px;
	font-size: 12px;
}

/* Testing to see if we can delete this section now
.school_image {
	padding: 0 5px 0 5px;
	float: right;
}

.school_address {
	font-size: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 215px;
	margin: 50px 20px 20px 20px;
	border: thin solid #000066;
}
*/

.imagecaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

#quicklinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
	border: thin dashed #006;
	float: right;
}

#quicklinks h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0;
	font-style: italic;
	text-align: center;
	background-color: #006;
}

#quicklinks a {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#quicklinks a:link, #quicklinks a:visited, #quicklinks a:active {
	color: #006;
	text-decoration: none;
}

#quicklinks a:hover {
	color: #006;
	font-weight: bold;
}


/* ************************ Navigation Bar background styles ******************************* */
#navbar {
	width: 160px;
	min-height: 350px;
	float: left;
	padding: 0;
	background-color: #FFF;
}

.navhead {
	width: 150px;
	height: 20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.navhead a {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navhead a:link, .navhead a:visited, .navhead a:active {
	color: #000066;
	text-decoration: none;
}

.navhead a:hover {
	color: #000066;
	font-weight: bold;
}



/* ************************ Navigation Bar styles ******************************* */

.navlist {
	width: 138px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 2px 2px 10px;
}

.navlist ul {
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	padding: 0 0 0 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.navlist a {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navlist a:link, .navlist a:visited, .navlist a:active {
	color: #006;
	text-decoration: none;
}

.navlist a:hover {
	color: #006;
	font-weight: bold;
}


.navitem {
	width: 135px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0 2px 0 7px;
	font-size: 12px;
}	

.lgnavitem {
	width: 135px;
	height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0 2px 0 7px;
	font-size: 12px;
}

.xlgnavitem {
	width: 145px;
	height: 60px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/* padding: 0 1px 0 3px; */
	font-size: 12px;
	border: none;
}


/* ******************************************************************************************************** */
