/* ---------- Header Section ---------------------------- */
.header {
	background-image: none;
	background-color: #220066;
	font-family: "Georgia", Times, serif;
	font-size: 36px;
	color: #DDDDFF;
	font-weight:bold;
	color: white;
}



/* ---------- Page Content Section ---------------------- */
.page-title {
	background-image: none;
	background-color: #EEFFEE;
	font-family: "Verdana", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: blue;
	letter-spacing: 0.3em
}

.body-text10 {
	background-image: none;
	background-color: #EEFFEE;
	font-family: "Verdana", Times, serif;
	font-size: 10px;
	font-weight:normal;	
	color: blue;
	text-indent: 0px;
}

.body-text12 {
	background-image: none;
	background-color: #EEFFEE;
	font-family: "Verdana", Times, serif;
	font-size: 12px;
	font-weight:normal;	
	color: blue;
	text-indent: 0px;
	padding-left: 50px;
	padding-right: 50px;
}

.body-text14 {
	background-image: none;
	background-color: #EEFFEE;
	font-family: "Verdana", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: blue;
	text-indent: 0px;
}

.indent-page-content {
	background-image: none;
	background-color: #EEFFEE;
	font-family: "Verdana", Times, serif;
	font-size: 12px;
	font-weight:normal;
	color: blue;
	text-indent: 120px;
}

.page-title-uc {
	background-image: none;
	background-color: #EEFFEE;
	font-family: "Verdana", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: blue;
	letter-spacing: 0.0em;
}

.indent80 {
	padding-left: 80px;
	padding-right: 80px;
}


/* ---------- Navigation Panels & Links ----------------- */
.site-nav {
	background-image: none;
	background-color: #EEFFEE;
	font-family: "Verdana", Times, serif;
	font-size: 12px;
	font-weight:normal;
	color: black;
}

.ex-links {
	background-image: none;
	background-color: #EEFFEE;
	font-family: "Verdana", Times, serif;
	font-size: 12px;
	font-weight:normal;
	color: black;
}

.page-link {
	color:white;
	font-size: 12px;
	background-image: none;
	background-color: #220066;
	font-weight:bold;
}

a:hover {
	color:white;
	font-size: 12px;
	font-weight:none;
	text-decoration:none;
	border-bottom:none;
	background-color:#220066;
	background-image:none;
  }

/*---
a:link {
	color: blue;
	background-color: yellow;---*/
}



/* ---------- Table Formatting -------------------------- */
#table-height {
	height:100%;
}

#padding {
	padding-left:0.5em;
	padding-right:0.5em;
}



/* ---------- Image Formatting -------------------------- */
.photos {
	background-image: none;
	background-color: #EEFFEE;
}

.imgleft {
	float: left;
	margin-right: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
}

.sml-font {
	font-size: 12px;
	font-weight:bold;
	border-bottom:none;
	font-family: "Verdana", Times, serif;
}

.med-font {
	font-size: 16px;
	font-weight:bold;
	border-bottom:none;
	font-family: "Verdana", Times, serif;
}

.large-font {
	font-size: 18px;
	font-weight:bold;
}



/* ---------- Date Javascript ----------------------------*/
.date {
	font-size : 10px;
	font-family: "Verdana", Times, serif;
	font-weight:bold;
	color:blue;
	letter-spacing: 0.00;
	background-image: none;
	background-color: #EEFFEE;
	border:0px solid #ffcc00;
}



/* ---------- Footer Section -----------------------------*/
.footer {
	background-image: none;
	background-color: #220066;
	font-family: "Verdana", Times, serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
}

.hidden	{ 
	position:absolute; top: -300px; left: -300px;
}

.hidden-text {
	color:#00000; font-size:6pt;
}