﻿/* general 
------------------------------------------------------------ */
.center {
	text-align: center;
}

body {
	background: #006;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
#wrapper {
	background-color: #fff;
width: 80%;
margin: auto;
min-width: 800px;
}
#header {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	background-image: url('images/top2.gif');
	background-position: top;
	background-repeat: repeat-x;
min-width: 800px;
}
#headertable {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	height: 120px;}
	
.leftheader {
	text-align: center;
	width: 33%;
}
.middleheader {
	text-align: center;
	width: 34%;
}
.rightheader {
	text-align: center;
	width: 33%;
}
#bottomnav {
font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #800000;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
	display: block;
	font-size: 11px;
	border-bottom: 3px solid #006;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 800px;
}
#topnav {
font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #800000;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
	display: block;
	font-size: 11px;
	border-bottom: 3px solid #006;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 800px;
}
#maincontent {
	width: 100%;
	background-color: #fff;
	padding: 10px;
}
#contactcontainer {
	width: 100%;
	color: #000;
	letter-spacing: 0.15em;
	font-size: small;
	margin: auto;
	padding: 10px;
	background-color: #fff;
}
#contactleft {
text-align: right;
float: left;
width: 45%;
margin-left: 3%;
display: inline;
}

#contactright {
float: left;
width: 45%;
margin-left: 3%;
text-align: left;
}
img {
	border: 0px;
}

#footer {
	width: 100%;
	background-color: #fff;
	clear: both;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
	background-image: url('images/bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: x-small;
}
.clearboth {
	clear: both;
}
li {
	font-family: helvetica, arial, sans-serif;
	}
	
ol {
	font-family: helvetica, arial, sans-serif;
	}
	
ul {
	font-family: helvetica, arial, sans-serif;
	}
	
h5 {
	font-family: helvetica, arial, sans-serif;
	}
	
h4 {
	font-family: helvetica, arial, sans-serif;
	}
	
h3 {
	font-family: helvetica, arial, sans-serif;
	}
	
h2 {
	font-family: helvetica, arial, sans-serif;
	padding-left: 20px;
	}
	
p {
	font-family: helvetica, arial, sans-serif;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}
li {
	line-height: 20px;
	list-style-type: square;
}	
	
h5 {
	color: #000066;
	}
	
h4 {
	color: #000066;
	}
	
h3 {
	color: #000066;
	padding: 0px;
	font-size: 16px;
	font-family: "Times New Roman", Times, Serif;
	padding-left: 20px;
	}
	
h2 {
	color: #000066;
	padding: 0px;
	font-size: 20px;
	font-family: "Times New Roman", Times, Serif;
	padding-left: 20px;
	}
	
h1 {
	font-family: "Times New Roman", Times, Serif;
	color: #000066;
	font-size: 24px;
	padding-left: 20px;
	}
	
h3 {
	margin: 0;	
	}

a.ondark:link {color:#FFF; text-decoration: none;}
a.ondark:active {color:#fc0; text-decoration: underline;}
a.ondark:visited {color:#FFF; text-decoration:none;}
a.ondark:hover {color:#fc0; text-decoration: underline;}

a:link {color:#950E32; text-decoration: underline;}
a:active {color:#ff8700; text-decoration: none;}
a:visited {color:#950E32; text-decoration:underline;}
a:hover {color:#ff8700; text-decoration: none;}
#simulcast {
	width: 25%;
	float: right;
	border: 1px solid #000;
}
#simulcast td {
	font-size: 11px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#simulcast th {
	text-align: center;
	font-size: 12px;
	background-color: #800000;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #000;
}
.floatright {
	float:right;
	border: 1px solid #000;
	margin-right: 20px;
	margin-left: 20px;
}
.floatleft {
	float:left;
	border: 1px solid #000;
	margin-right: 20px;
	margin-left: 20px;
}

