/* tag selectors */
body {
	margin: 10px auto;
	padding: 0px auto;
}
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: 0px;
	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;
}


/* 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%;
	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;
	border: medium ridge #99FF00;
	float: right;
}
#colLeft {
	position: relative;
	top: 0px;
	width: 30%;
	border: thin double #003399;
	background-color: #00CCFF;
	left: 0px;
}
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000033;
}
#pageTitle {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	clear: both;
	background-color: #CCCC00;
	text-align: center;
}

#navLeft p {
	margin: 0px;
	text-indent: 10px;
}
