/* tag selectors */
body {
	margin: 0px;
	padding: 0px;
	text-align:center; 
}

hr {
	line-height: 1px;
	color: #999999;
	width: 80%;
}

ul {
	background-color: #EDDDBB;
	list-style-position: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996633;
	margin-left: 10px;
	font-size: larger;
	text-align: justify;
} 

/* pseudo-class selectors for links */
/* contextual selectors */
ul li {
	list-style-image: none;
	list-style-type: none;
	margin-top: 1em;
	font-weight: bold;
	margin-right: 1em;
	margin-left: 0px;
	text-align: left;
	font-size: smaller;
}
#navLeft p {
	margin: 0px;
	text-indent: 10px;
}
.mainTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: oblique;
	font-variant: normal;
	color: #990033;
	background-color: #C2CDDC;
	text-align: center;
	border: thin dashed #999999;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	font-weight: bold;
}
.map {
	text-align: center;
	float: right;
	margin: 0px;
	padding: 0px;
}
.tagLine {
	font-weight: 300;
	font-variant: small-caps;
	text-align: center;
	font-style: italic;
	color: #990033;
}	
/* text-alignment styles */
/* ID selectors */
#colRight {
	background-color: #FF99CC;
	visibility: visible;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	float: right;
	border:thin double #003399;
}
#colLeft {
	position: relative;
	top: 0px;
    float: left;
	border: thin double #003399;
	background-color: #00CCFF;
	width: 180px;
}
#container {
	padding: 0px;
	margin: 0 auto;
	background-color: #FFCCCC;
	border:1px none #000000;
	width:800px;
	height:1065px;		
}
#pageTitle {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topNav {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	background-color: #CCCC00;
	text-align: right;
	width:800px;
	height:50px;
	background-color:#CCFFFF;
	border:1px none #000000;
}
#navLeft {
	position:relative;
	float: left;
	top:0px;
	width:150px;
	height:890px;
	text-align: left;
	text-indent: 10px;
	background-color:#0066FF;
	border:1px none #000000;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:125px;
	background-color:#CCCCFF;
	border:1px none #000000;
	z-index:1;
}
#main { 
	width:500px;  
	text-align:left;
	padding:15px; 
	border:1px dashed #333; 
	background-color:#eee; 
}
#mainContent {
	position: relative;
	margin-right: 0px;
	padding-right: 0px;
	top: 0px;
	width:650px;
	height:890px;
    float: left;
	background-color:#99FF66;
	border:1px none #000000;

}
#linksTop {
	background-color: #FFFF99;
}
.story table {
	font-size: smaller;
}
#footer p {
	margin-right: 25px;
	font-size: smaller;
}
