body {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 100%;
	background-color: #F1E2AD;;
}

#quadrangles {
	background:#910000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border:2px dashed yellow;
	color:#FFFFFF;
	width:250px;
	text-align:center;
}

#quadrangles a:link{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#quadrangles a:hover{
	text-decoration:underline;
}

#quadrangles a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
ul {
	list-style-type:none;
	padding:0px;
	text-align:center;
	
}

a:link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#990000;
	font-weight:bold; 
	text-decoration:underline;
}

.header {
	position:relative;
	height:20px;
	width:100%;
	background-color:#CCCC99;
	text-align: center;
	font-size:90%;

}
.footer {
	position:relative;
	height:40px;
	width:100%;
	background-color:#CCCC99;
	text-align: center;
	font-size:90%;
	margin-top:10px;
}


.footer-left {
	position: absolute;
	left:0;
}

.footer-right {
	position: absolute;
	right:0;
	top:0;
}

.footer-middle{
	position: relative;
	margin:auto 0;
}

.header a:link {
	color:#000000;
	text-decoration:none;

}

.header a:visited {
	color:#000000;
	text-decoration:none;

}

#header a:hover {
	color:#990000;
	text-decoration:underline;
}

li {
	display:inline;
	list-style-type: none;	
	margin: 15px 15px 15px 0px;
	font-weight: bold;
}

.title {
	position:relative;
	height:50px;
	width:100%;
	margin-top:10px;
	z-index:0;
}

.titleleft {
	position:absolute;
	left:0;
}

.titleright {
	position:absolute;
	right:0;
}

#redline {
	position:absolute;
	height:21px;
	width:100%;
	z-index:1;
	border-style:solid;
	border-bottom:1px solid #990000;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}
#redline1 {
	position:relative;
	height:21px;
	width:100%;
	z-index:1;
	border-style:solid;
	border-top:1px solid #990000;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}
#subtitle {
	font-size: 180%;
	color:#990000;
}

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.entry{
	position:relative;
	width:1000px;
	height:200px;
	
	margin-top:35px;
	margin-bottom:35px;
	border-style:dashed;
	border-width:1px;
	border-color:gray;
	padding:5px;
	margin-left:auto;
	margin-right:auto;

}

.entryLarge{
	position:relative;
	width:1000px;
	height:250px;
	
	margin-top:35px;
	margin-bottom:35px;
	border-style:dashed;
	border-width:1px;
	border-color:gray;
	padding:5px;
	margin-left:auto;
	margin-right:auto;

}

.entryMultimap{
	position: relative;
	width:1200px;
	height:900px;
	margin-top:35px;
	margin-bottom:35px;
	border-style:dashed;
	border-width:1px;
	border-color:gray;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}

.map{
	position:absolute;
	left:0;	
}

.map_multi_container{
	position:absolute;
	width:275px;
	border: 1px gray dotted
}
.map_multi{

	float:left;
}

.info{
	width:875px; 
	height:20px;
	margin:0px 0px 5px 130px;
}

.info:nth-child(3){
	height:35px;
}

.info:nth-child(4){
	height:35px;
}


.info1{
	width:875px; 
	height:20px;
	margin:0px 0px 5px 350px;
}

.info:nth-of-type(even){
	background:#EDD89C;
}

.info1:nth-of-type(even){
	background:#EDD89C;
}
.leftcolumn{
	float:left;
	height:20px;
	width:125px;
	font-weight:bold;
	margin-bottom:5px;
	opacity:1.0;
}


.rightcolumn{
	height:20px;
	position:relative;
	width:1000px;
	margin-bottom:5px;
	width: 825px;

}



.rightcolumn a:link{
	font-weight: normal;
	text-decoration:underline;
}

.rightcolumn a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#990000;
}

.viewOptions {
	height:20px;
	position:relative;
	text-align:center;	
	font-size:90%;
	bottom:0;
	margin:0;
	padding:0;
}
.viewOptions a:link{
	background:#990000;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:0;
	
}
.viewOptions a:visited{
	color:#FFFFFF;
	background: #990000;
}
.viewOptions1 {
	background:#900000;
	color:#FFFFFF;
	position:relative;
	text-align:center;
	bottom:0;
	margin:0;
	padding:0;
	width:110px;
	font-size:90%;
}

.viewOptions1 a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.viewOptions1 a:visited{
	color:#FFFFFF;
	background:#990000;
}

.viewOptions1 a:hover{
	text-decoration:underline;
}
.viewOptions:nth-child(odd){
	background:#990000;
	color:#FFFFFF;
}

.whiteText {
	font-style:italic;
}

.aTable {
	width: auto;
	vertical-align: "center";
	margin-left: auto;
	margin-right: auto;
}

.aTableBody tr:nth-child(even){
	background-color: #EDDB9C
}

.aTableBody td.count{
	text-align: right;
}

.aHead{
	height: 20px;
	background-color: #CDCD9B;
	font-family: "sans-serif";
	text-align: left;
}

.aFoot {
	height: 20px;
	background-color: #CDCD9B;
	font-family: "sans-serif";
	text-align: center;
}