/* tag selectors */

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;
	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: 1em;
	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;
}
	

/* text-alignment styles */



/* ID selectors */










.tagLine {
	font-weight: 300;
	font-variant: small-caps;
	text-align: center;
	font-style: italic;
	color: #990033;
}
#colRight {
	visibility: visible;
	/* to test problems: make div more noticeable */	
/*	background-color: #FF99CC;
	border: medium ridge #99FF00; */
/* end of test area */
	
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}
#colLeft {
	position: relative;
	top: 0px;
	width: 35%;
/* test assistance - remove if it works */
/* removed 10/13/07 
	border: thin double #003399;
	background-color: #00CCFF; */
/*  end of test area */
	left: 0px;
}
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 290px;
	background-color: #000033;
	left: 0px;
}
#Title {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	clear: both;
	background-color: #CCCC00;
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
}
