@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 89%;
	background-color: #5f6649;
	text-align: center; /* used to center page in Internet Explorer only! */
	font-family: Geneva, Arial, Helvetica, snas-serif;
	margin-bottom: 10px;
}

hr {
	background: #606c4f;
	text-align: center;
	width: 85%;
	color: #606c4f;
	display: block;
	margin: 0px auto;
}

/* Blank Div used to clear all Div above footer */
#clear {
	clear: both;
}
/* Set width of page and center it in Browser */
/* Zero the margins for consisenty and establish
	basic text size and backbround colors */
#wrapper {
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #9ea682;
	color: #333333;  /* applies color to all page text */
	border: 3px solid #aa8c6a;
}
#masthead {
	position: relative;
	height: 200px;
	background-image: url(../assets/images/masthead_mtr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}



#masthead h1 {
	margin-left: -9000px;
}


#navigation {
	/*	background-color: #ab9482;
*/	padding: 0px;
	font-family: Geneva, Arial, Helvetica, snas-serif;
	color: #24211d;
	height: 25px;
	background: #ab9482;
	vertical-align: bottom;
}
#content {
	font-family: Geneva, Arial, Helvetica, snas-serif;
	/*	background-color: #f2e8d8; */
	padding: 5px;
	color: #5f6649;
	background: url(../assets/images/background.gif) repeat-y;
	float: left;
	margin-left: 5px;
}
#content p {
	font-family: Geneva, Arial, Helvetica, snas-serif;
	padding: 5px;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.0em;
}
#content a {
	color: #ef5b00;
	text-decoration: none;
}

#content h1 {
	font-size: 2.0em;
	color: #5f6649;
	padding-bottom: 0.5em;
}
#content h2 {
	font-size: 1.5em;
	color: #5f6649;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
#content h3 {
	font-size: 1.0em;
	color: #5f6649;
	padding-bottom: 0.2em;
	margin-left: 0.5em;
	padding-top: 0.2em;
}

#content table {
	color: #000000;
	margin: 5px auto;
	border: 2px solid #9EA682;
	width: 90%;
}
#content table th {
	font-size: 1.2em;
	color: #EFE3CF;
	font-weight: bold;
	background: #5F6649;
	text-align: center;
	
}
#content table caption {
	font-size: 1.5em;
	color: #5F6649;
	font-weight: bold;
}
#content table td {
	border-bottom: 1px solid #5F6649;
	padding: 0.5em 0.8em;
}
 #content   ul  {
	list-style: disc outside;
	margin-left: 2.5em;
	padding-bottom: 1.2em;
	color: #333333;
	margin-right: 2.5em;
}
#content ol {
	margin-left: 3em;
	color: #333333;
	margin-top: 1.2em;
	font-size: 0.9em;
	margin-right: 3em;
}
#content ol li {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1.5em;
}
#content ol p {
	font-weight: normal;
	font-size: 1em;
	display: block; /* Used for Internet Explorer */
	color: #333;
	font-variant: normal; /* Used for Internet Explorer */
}

#footer {
	font-family: Geneva, Arial, Helvetica, snas-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #9ea682;
	padding: 0.5em;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	border-right: 3px solid #aa8c6a;
	border-bottom: 3px solid #aa8c6a;
	border-left: 3px solid #aa8c6a;
}
#footer a {
	text-decoration: none;
	color: #606c4f;
}
#table_listing {
	width: 830px;
}
#column_l /* end of rules and descriptions styles */

/* Left and Right Column rules */
 {
	width: 548px;
	float: left;
}
#column_r  {
	float: left;
	width: 280px;
	padding-right: 3px;
	padding-left: 3px;
}
#column_r a {
	color: #CC0000;
}
#column_r a:hover {
	text-decoration: underline;
}
#column_r h1 {
	font-size: 1.25em;
	color: #FFFFFF;
	background: #f5743a;
	margin-right: 10px;
	margin-left: 15px;
	line-height: 1.2em;
	text-transform: capitalize;
	padding: 5px;
}
#column_r p {
	font-size: 1.1em;
	padding: 0.5em 0.5em 0.5em 1em;
	color: #EFE2CE;
}
#column_r h2 {
	font-size: 1.2em;
	color: #000;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 15px;
}
#column_r h3 {
	font-size: 1.2em;
	color: #ffffff;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 15px;
}
#column_r h4 {
	font-size: 1.2em;
	color: #5f6649;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 15px;
}
#results_table {
	font-family: Geneva, Arial, Helvetica, snas-serif;
	color: #5f6649;
	background: url(../assets/images/background.gif) repeat-y;
	float: left;
	width: 848px;
}
#results_table th {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #5f6649;
	text-align: center;
}
#results_table td {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background: #ab9482;
}
#results_table a {
	color: #990000;
	text-decoration: none;
}

.rank {
	width: 90px;
}
.dataColumns {
	width: 12px;
}

.oddRow {
	background: #999966;
}






.little_notes {
	font-size: 0.9em;
	color: #CC0000 !important;
}

.emphises {
	font-weight: bold;
	text-transform: uppercase;
}
.imageLeft {
	text-decoration: none;
	float: left;
	border-style: none;
	margin: 10px;
}
.imageRight {
	text-decoration: none;
	float: right;
	border-style: none;
	margin: 10px;
}

/* These styles are for Rules and Descriptions pages */
table#chart {
	border: solid #000 1px;
	margin-left: 40px;
	background-color: #fff;
	padding: 3px;
}

table#chart td {
	margin: 3px;
}
.twoColumnList {
	font-weight: bold;
	text-align: left;
	background-color: #ccc;
	padding: 0.5em;
}
.twoColumnData {
	color: #000;
	text-align: right;
	background-color: #ccc;
	padding: 0.5em;
	width: 20%;
}
.fourColumnList {
	font-weight: bold;
	text-align: left;
	background-color: #ccc;
	padding: 0.5em;
	width: 20%;
}

.fourColumnData {
	color: #000;
	text-align: right;
	background-color: #ccc;
	padding: 0.5em;
	width: 20%;
}
.imageCenter {
	display: block;
	margin: 0px auto;
	border-style: none;
}
