a {
  color: #1B1E51;
}

a.visited {
  color: #1B1E51;
}

a.hover, a.active {
  color: #FF0000;
}

.nav_main {
  font-family: Tahoma, Arial;
  font-size: 10pt;
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
}

a.nav_main {
  color: #FFFFFF;
}

a.nav_main:visited {
  color: #FFFFFF;
}

a.nav_main:active, a.nav_main:hover {
  color: #FF0000;
}

.nav_main_selected {
  font-family: Tahoma, Arial;
  font-size: 10pt;
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 5px;
  display: block;
  text-decoration: none;
  color: #FF0000;
}

.inner_link {
  color: #1B1E51;
}

a.inner_link , a.inner_link:visited {
  color: #1B1E51;
}

a.inner_link:active, a.inner_link:hover {
  color: #FF0000;
}

.navsub_link {
  color: #FFFFFF;
  padding-left:5px;
}

a.navsub_link , a.navsub_link:visited {
  color: #FFFFFF;
}

a.navsub_link:active, a.navsub_link:hover {
  color: #FF0000;
}

.headingtop {
  font-family: Tahoma, Arial;
  font-size: 14pt;
  font-weight: bold;
}

.headingsub, .heading {
  font-family: Tahoma, Arial;
  font-size: 10pt;
  font-weight: bold;
}

.bodyhome {
  color: #000000;
  width: 750px;
  font-size: 10pt;
  font-weight: normal;
}

.bodyhome a, .bodyhome a:visited {
  color: #725035;
}

.bodyhome a:active, .bodyhome a:hover {
  color: #000000;
}

body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, Arial, "lucida console", sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
  color: #000000;
}

hr {
  border: 0;
  width: 100%;
  color: #000000;
  background-color: #000000;
  height: 1px;
  text-align: left;
}

a img {
  border: none;
}

a:hover img {
  border: none;	
}

div#header-layout {
  width: 780px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  overflow: hidden;
  background-color: #FFFFFF;
  margin-top: 5px;
}

div#header {
	width: 780px;
	text-align: center; /* ie */
	margin:0 auto; /* firefox */
	overflow: hidden;
}

div#header-text {
  text-align: left;
}

div#box-layout {
  width: 100%;
}

div#boxofcolor {
  background-color: #000000;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  float: left;
}

div#boxoftext {
  background-color: #FFFFFF;
  padding-left: 5px;
  float: left;
}

div#box-nav-layout {
  display: block;
  padding-left: 5px;
  padding-bottom: 5px;
  width:170px;
}

div#boxofnavcolor {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  float: left;
}

div#boxofnavtext {
  float: left;
  width: 80%;
}

div#insidehead {
  width: 531px;
  height: 169px;
  background: url('images/headerback3.gif');
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  overflow: hidden;
}

div#insidehead-text {
  color: #862654;
  font-family: "Times",Tahoma,Verdana;
  font-size: 28pt;
  text-align: left;
  position: relative;
  top: 65px;
  left: 20px;
}

div#content-layout {
  width: 758px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  background-color: #FFFFFF;
  padding:0px;
}

div#content {
  width: 758px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  background-color: #FFFFFF;
  margin-bottom: 0px;
}

.content-left {
        width: 175px;
	padding: 5px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px; 
	margin-left: 0px;
	margin:0px;
}

.content-right {
	width: 600px;
	color: #000000;
	padding: 0px;
	margin:0px;
}

.content-middle {
  text-align: left;
  background: #FFFFFF;
  /*padding-top: 25px;*/
}

.content-bottom {
        height: 10px;
        background-image: url(images/bottom.gif);
        background-repeat: repeat-x;
        padding-top: 0px;
        margin-left: 0px;
        margin:0px;
}

div#footer-layout {
  width: 758px;
  height: 53px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  background: #FFFFFF url('images/footer.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
}

div#footer {
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  overflow: hidden;
}

div#footer-text {
  text-align: center;
  margin:0 auto; /* firefox */
  padding: 0px;
}

div#footer a {
  color: #62003e;
  text-decoration: none;
}

div#footer a:active, div#footer a:hover {
  color: #000000;
  text-decoration: none;
}

div#picturebox {
  padding: 0px 5px 5px 0px;
  border: 0px solid #000000;
  overflow:hidden;
  float: left;
}

div#pictureborderbox {
  padding: 0px;
  overflow:hidden;
  margin: 0px;
}

div#picturecaption {
  padding: 1px;
  border: 0px solid #FFFFFF;
  margin: 1px;
  text-align: center;
  overflow:hidden;
  font-size: 8pt;
}

div#caption {
  padding: 5px;
  border: 0px solid #000000;
  margin: 0px;
  text-align: center;
  overflow:hidden;
  font-size: 8pt;
}

div#text-left {
  text-align: left;
}

div#text-right {
  text-align: right;
}

div#image-left {
  text-align: left;
}

div#image-right {
  text-align: right;
}

div#errormsg {
  font-size: 9pt;
  color: #FF0000;
  text-align:center; /* center IE */
  margin:0 auto; /* center firefox */
}

div#eventfeature {
  float: right;
  width: 200px;
  padding-right: 5px;
}

.event_nav_link {
  color: #FFFFFF;
}

a.event_nav_link:active, a.event_nav_link:hover {
  color: #FF0000;
}

a.event_nav_link: visited {
  color: #FFFFFF;
}

.eventborder{
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
}
.eventspace {
        background-color: #1B1E51;
        border-left: 5px solid #FFFFFF;
        border-bottom: 5px solid #FFFFFF;
        color: #FFFFFF;
}
.event_calendar {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
}
.event_not_day {
        background-color: #FFFFFF;
}
.event_day {
        background-color: #EDEDE7;
        color: #000000;
}
.event_emptyday {
        background-color: #DDDDDD;
        color: #000000;
}
.eventhelp {
font-size: 8pt;
}
.eventresults {
  width: 380px;
  background-color: #F5F5F5;
  border: 1px solid #EAEAEA;
  text-align: center;
}

div#clearfloats { clear:both; }

.errormsg {
  font-size: 9pt;
  background-color:#FFFFFF;
  color: #FF0000;
  text-align:center; /* center IE */
  margin:0 auto; /* center firefox */
}

#photoholder {
        width:180px;
        height:180px;
        /* border:1px solid #667; */
        background:#fff /*url('/images/loading.gif') 50% 50% no-repeat;*/
}
#slide {
        width:175px;
        height: auto;
        visibility:hidden;
}
#progress-bar {
        margin-left: 0px;
}

.clearfloats { clear:both; }

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
