/* CSS Document */

/*Graphics, Design, Layout and CSS by Lauren Easom. Copyright Spectral Fusion, 2004. All rights reserved. Any past, present, or future products of Spectral Fusion are protected by United States copyright laws and may not be modified in any way without prior written consent of the designer or party responsible for its creation. This includes removing or modifying our registered logo or name, copyright notice, or any other piece of work belonging to Spectral Fusion. You may not reproduce this page without the designer's written permission.*/

/*THE FOLLOWING CSS STYLES ARE FOR TEXT, LINKS, ETC.*/
body{font-family: Georgia, "Times New Roman", Times, serif;	font-size: 1em;	color: #000000;}

a{color: #990000; text-decoration:none; font-weight:bold;}
a:hover{text-decoration:underline;}


.center{text-align:center;}


h1{text-align:center; font-size:1.7em; font-style:italic; color: #990000; font-weight:bold;}
h2{text-align:center; font-size: 1.4em; font-style: italic; color:#990000;font-weight: bold;}
h3{text-align:center; font-size: 1.1em; color: #000000; margin:.5em 0; padding:0;}

ul{list-style-type:none;}
.content li {padding:0.5em 0;}
ol{list-style-position: inside;}
ol li{margin-bottom:5px;}
acronym {border-bottom: 1px solid #990000;}
table {border: 1px solid #990000; width:90%; margin:0 auto;}
.noborder {border:none;}
td {padding:0.5em 0;}
a img {border:none;}
/*EVERYTHING FROM HERE DOWN IS USED FOR LAYING OUT THE PAGE*/
/*THE BODY SELECTOR MAKES THE BACKGROUND THE LIGHT BLUE COLOR AND ADJUSTS FOR MARGINS*/
body{ background-color: #616690; margin: 0px; padding: 0px;}
/*THE CONTAINER ID MAKES IT SO THE PAGE IS CENTERED.  IT ALSO CONTAINS THE BACKGROUND OF THE PAGE (RIBBONS, TITLE, PHOTOS, DATES, THEME IMAGE...IT'S 1000 PX TO MAKE THE PAGE EXTEND DOWN ALL THE WAY*/
div#container{ width: 760px; height: auto;	margin:0 auto; padding:0px; position:relative;
	background-image: url(../images/slices/background.jpg);background-repeat: no-repeat;	background-color: #2e2c51;
	border-left: solid 2px #990000;	border-right:solid 2px #990000; border-bottom:solid 2px #990000; }
div#links{ 
	float: left;width: 250px; height:430px; text-align: center; padding:0; margin:0 10px 0 0;
	background:url(../images/slices/linksbg.jpg) no-repeat;}
#links ul {	
	margin:0 0 0 0; padding:120px 0 0 0;  list-style-type:none;}
#links  li {list-style-type:none; padding:5px 0;line-height:14px;}
#links  a{font-weight:bolder; color:#990000; font-size:.9em; }
#links a:hover{color:#000; text-decoration:underline;}
/*THE CONTENT CLASS IS FOR THE LIGHT BLUE BOX IN THE MIDDLE WITH RED BORDER, IT IS THE ONLY EDITABLE REGION IN THE TEMPALTE, AND IT IS WHERE THE TEXT/IMAGES FOR THE PAGES WILL GO*/
div.content{ background-color: #bdbecc;	border: 1px solid #990000;
	position: relative;	margin: 190px 0 25px 0; width: 470px;
	padding: 0 5px; float: left; min-height:400px;} 
/*THE SFD ID IS FOR THE COPYRIGHT INFORMATION TO APPEAR BELOW THE THEME IMAGE ON THE LEFT SIDE OF THE PAGE*/
div#sfd{width:225px; left: 15px;	text-align:center; position:absolute; top:450px;}
div#sfd p{font-size:.7em; font-weight: bold; color:#616690;}
div#sfd a{color:#000000;}
/*THE NOSTYLES CLASS IS TO MAKE SURE THE TITLE DISPLAYS EVEN WHEN A USER DOESN'T HAVE STYLE SHEETS */
div.nostyles{display:none;}
div.clear { height: 1px; clear: both; }

table#events{
	width:100%;
	margin:0;
	padding:0;
	border: 0;}
	
.noborder{
	border:0;}
	
table#events td h3 {
	font-size: 20px;
	margin: 5px 0 5px 0;
	padding: 0;
	text-align:left;
	border-bottom: 0;
	}

table#events td {
	font-size:14px;
	border-bottom: 1px dotted #999;}