/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #000099;
}

a:hover {
	color: #FF0000;
}

#maincontainer{
	width: 760px;
	margin: 0 auto; /*Center container on page*/
	border: solid 1px #ff0000;
	background: #ffffff;
}

#topsection{
	width: 750px;
	margin: 0 auto; /*Center container on page*/
	background: #ffffff;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#topsection_h1{
	font-size: 58px;
	color: #000099;
	font-style: italic;
	letter-spacing: 6px;
	text-align: right;
	padding-top: 10px;
}

#topsection_h2{
	color: #000099;
	font-size: 24px;
	text-align: right;
	padding-top: 10px;
}

#topsection_text{
	font-size: 18px;
	text-align: center;
}

#topsection_img{
	position: absolute;
}

#maincontent{
	width: 730px;
	margin: 0 auto; /*Center container on page*/
	background: #ffffff;
	margin-top: 50px !important; /*all other browsers*/
	margin-top: 25px; /*for ie 4-6*/
}

.section 
{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-bottom: 25px;
}

.section p
{
	margin-left: 10px;
	font-weight: bold;
}

.sectionheader
{
	font-size: 18px;
	color: #ffffff;
	background-color: #000000;
	display: block;
	text-indent: 10px;
}

.small{
	font-size: 14px;
	font-weight: bold;
}

.highlight{
	color: #ff0000;
}

.textcolor{
	color: #000099;
}

.section_left{
	float:left;
	margin: 10px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	border: solid 2px #000;
}

.section_right{
	float:right;
	margin-left: 10px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	border: solid 2px #000;
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #ffffff;
	text-align: center;
	padding: 4px 0;
	font-size: 12px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #ff0000;
}

.clear {
	clear: both;
}

/*Top Navigation*/
ul.nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 760px;
	color: #ffffff;
	background-color: #000000;
	border-color: #ff0000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
}

ul.nav li {
	float: left;
	width: 151px;
	border-color: #ff0000;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-width: 0px;
	text-align: center;
	font-size: 14px;
}

#last {
	border-right-width: 0px;
}

ul.nav a {
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}

ul.nav a:hover {
	color: #ff0000;
}

hr {
	background-color: #000099;
	color: #000099;
}

ul.content{
	font-weight: bold;
	list-style-type: disc;
}

table.format {
	font-size: 12px;
	font-weight: bold;
}

table.format td {
	text-align: center;
	vertical-align: top;
}

.border {
	border: solid 2px #f00;
}

.border_tl{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #000099;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000099;
}
.border_tr{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #000099;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000099;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #000099;
}
.border_mid{
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000099;
}
.border_midr{
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000099;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #000099;
}
.border_bl{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000099;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000099;
}
.border_br{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000099;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000099;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #000099;
}

.border_day {
	border: solid 1px #ff0000;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
.border_time {
	border: solid 1px #ff0000;
	color: #FFFFFF;
	background-color: #000000;
}
