@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	letter-spacing: normal;
	background-color: #FFFFFF;
}
h1 {
	font-size: 15px;
	color: #850004;
}
h4 {
	font-size: 22px;
	font-style: normal;
	margin: 0px;
	color: #990000;
}
#sidebarR  h1 a:hover {
	color: #F17932;
}
#sidebarR h1 a {
	color: #850004;
}
h2 {
	font-size: 13px;
	color: #BA0006;
}
h3 {
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #F17128;
}
.imageLink a {
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	top: 3px;
}
.imagefloat {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imagefloatL {
	float: left;
	margin-right: 15px;
}
#bannercontainer {
	width: 100%;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Photos/bannerback3.jpg);
	height: 120px;
	vertical-align: bottom;
}
#banner {
	height: 120px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Photos/acbanner3.jpg);
	text-align: right;
}
#menu {
	width: 850px;
	margin-left: 0px;
	height: 20px;
	text-align: right;
	position: relative;
	top: 100px;
	color: #F17128;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu  a    {
	font-size: 14px;
	color: #F17128;
}
#menu a:hover {
	color: #FFFFFF;
}
#ContentContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}
#maincontent {
	width: 480px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
#sidebarR {
	width: 250px;
	padding-top: 25px;
	padding-left: 0px;
	text-align: right;
	float: right;
}
#newsbox {
	width: 225px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	overflow: scroll;
	border: 1px solid #666666;
	padding-left: 5px;
	float: left;
}	
#showsbox {
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #666666;
	padding-left: 5px;
	float: right;
}
#footer {
	height: 15px;
	background-color: #850004;
	width: 100%;
	color: #F17128;
	float: left;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
}
#sidebarR h4 a {
	color: #E16924;
}
#sidebarR h4 a:hover {
	color: #850004;
}
#leftbox {
	width: 375px;
	margin-bottom: 30px;
	float: left;
	border: 0px none #666666;
	padding: 10px;
}
#rightbox {
	width: 420px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px none #666666;
	padding-left: 5px;
	float: right;
	text-align: right;
}
#mainbox {
	width: 820px;
	padding: 10px;
	letter-spacing: .5px;
	background-position: bottom;
	float: left;
}
