@charset "UTF-8";

#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width:1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 1100px;
	background-color: #AC9D4F;
	z-index: 1;
}
#main {
	position:absolute;
	left:0px;
	top:229px;
	width:990px;
	background-color: #AC9D4F;
	z-index:3;
	visibility: visible;
	height: 730px;
	padding-right: 10px;
}
#main .Note {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
	padding-left: 10px;
	margin-right: 50px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main   .Note a {
	color: #990000;
	text-decoration: none;
}
#main   .Note a:hover {
	color: #FDFEBD;
	text-decoration: none;
	font-weight: normal;
}
#main .NoteBelow {
	font-size: 80%;
	color: #353100;
	text-align: center;
}
#mainLeft {
	width: 575px;
	height: 600px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
#mainLeft #Selection {
	background-color: #7B9ADE;
	height: 500px;
	overflow: scroll;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#mainLeft  table {
	width: 560px;
	margin: 20px 0px 10px;
	border-top: 1px dotted #97CBFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97CBFF;
}
#mainLeft  h1 {
	font-size: 80%;
	font-weight: bold;
	color: #353100;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #567CC3;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainLeft  .instr   {
	font-size: 80%;
	color: #990000;
	margin-bottom: 5px;
	background-color: #AC9D4F;
}
#mainLeft  .categories  {
	font-size: 80%;
	color: #353100;
	font-weight: bold;
	background-color: #6381BA;
	padding: 3px;
}
#mainLeft   td  img {
	margin: 0px;
	padding: 0px;
}
#mainLeft  td{
	vertical-align: top;
}
#mainLeft   .name       {
	font-size: 80%;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
}
#mainLeft .name:hover {
	font-size: 80%;
	font-weight: bold;
	color: #FDFEBD;
	margin-top: 5px;
	background-color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	padding-right: 3px;
	padding-left: 3px;
}
#mainLeft   .location   {
	font-weight: normal;
	color: #353100;
	font-size: 80%;
	padding-right: 3px;
	padding-left: 5px;
	margin-top: 10px;
}
#mainLeft   .descrshort {
	font-size: 80%;
	color: #353100;
	padding-right: 3px;
	padding-left: 5px;
	margin-top: 5px;
}
#mainLeft   .rate {
	font-size: 80%;
	color: #353100;
	font-weight: normal;
	margin-top: 5px;
	padding-right: 3px;
	padding-left: 5px;
}
#colRight {
	width:400px;
	z-index:10;
	float: right;
	visibility: visible;
	margin-top: 0px;
	height: 520px;
	background-color: #718FCF;
}
#colRight .instr {
	font-size: 80%;
	color: #990000;
	background-color: #AC9D4F;
	padding-bottom: 5px;
}
.list {
	list-style-position: outside;
	list-style-type: circle;
	font-size: 80%;
	color: #353100;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}
.oddRow {
	color: #353100;
	background-color: #718FCF;
}
.evenRow {
	color: #353100;
	background-color: #718FCF;
}
.hoverRow {
	color: #353100;
	background-color: #D7CD96;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.selectRow {
	color: #353100;
	background-color: #FDFEBD;
}
#foot {
	width:1000px;
	background-color: #567CC3;
	left: 0px;
	top: 960px;
	position: absolute;
	visibility: visible;
}
#copy  {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
}

