/* tag selectors */
body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	display: block; 
}
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: 1px;
	font-size: larger;
	text-align: justify;
} 

/* ID selectors */
#container {
	padding: 0px;
	margin: 0 auto;
	background-color: #FFCCCC;
	border:1px none #000000;
	width:800px;
	height:1065px;		
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:125px;
	background-color:#CCCCFF;
	border:1px none #000000;
	z-index:1;
}
#topNav {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
#linksTop {
	background-color: #FFFF99;
}
#navLeft {
	position:relative;
	float: left;
	top:0px;
	width:158px;
	height:890px;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
	background-color:#0066FF;
	border: thin double #003399;
}
#mainContent {
	position: relative;
	margin-right: 0px;
	padding-right: 0px;
	top: 0px;
	width:638px;
	height:890px;
    float: left;
	background-color:#99FF66;
}
#colLeft {
	position: relative;
	top: 0px;
    float: left;
	margin-left: 1px;
	border: thin double #003399;
	background-color: #00CCFF;
	width: 178px;
}
#colRight {
	background-color: #FF99CC;
	visibility: visible;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	float: right;
	border:thin double #003399;
}
#pageTitle {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	clear: both;
	background-color: #CCCC00;
	text-align: right;
	width:800px;
	height:50px;
	background-color:#CCFFFF;
	border:1px none #000000;
}
/* 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;
	font-size: 12px;
}
#footer p {
	margin-right: 25px;
	font-size: smaller;
}
#navLeft ul {
	margin:0px;
	padding: 0px;
}
.story table {
	font-size: smaller;
}
/* class selectors */
.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%;
	font-weight: bold;
	margin: 0 auto; 
	padding: 0;
}
.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;
}
.thumbnailFrame {
	border-width: 2px;
	border-color: #339966;
	margin-left: 2em;
	position: relative;
	margin-left: 1em;
	top: 0px;
	margin-right: auto;
	visibility: visible;
}
.larger {
	font-size: larger;
}	



