﻿@import url(layout.css);
body {
	background-color: #000000;
	background: #000000 url('../images/background.jpg') repeat-x;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px #333333 solid;
	border-bottom: 0;
	border-left: 1px #333333 solid;
}
#container h1,h2{
	text-align:center;
}

#masthead {
	text-align: center;
	width: 900px;
}
#navigation {
	background-color: #790319;
	overflow: hidden;
}
#navigation_bottom {
	background-position: top;
	margin-right: 0;
	margin-left: 0;
	background-image: url('../images/rope.JPG');
	background-repeat: repeat-x;
}	

#column_l {
	width: 250px;
	margin: 0;
	padding: 4 0 4 4px;
}
#column_l p{
	margin: 0;
	text-align: center;
}
#column_r {
	background: url('../images/rope_vert.JPG') repeat-y left;
	width: 625px;
	margin: 0;
	float: right;
	padding: 4px 4px 4px 15px;
	position: relative;
}
#calendar_top{
	width: 878px;
	margin: 0;
	margin: 4px 4px 4px 15px;
	position: relative;
}
#footer {
	width: 900px;
	text-align: center;
	background-color: #790319;
	padding-top: 5px;
	padding-bottom: 5px;
}

#resultsTable {
	width: 100%;
	
}

table.results {float: left; border-collapse: collapse;width: 100%;}
table.results col.firstColumns {width: 50%}
table.results col.lastColumns {width: 50%}
table.results th {
	border: 2px solid #800000;
	background-color: #000000;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: medium;
}
table.results tbody td{border: 2px solid #800000; text-align: center; vertical-align:top;}
table.results td {padding: 0 5 0 5;}

/* Styles for Masthead */
#masthead img {
	float: none;
	text-align: center;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #790319;
}
#navigation a:hover {
	color: #C1AC51;
	text-decoration: none;
	border: 1px #790319 solid;
	background-color: #790319;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #790319;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}