body {
    font: 14px Arial, Helvetica, Verdana, sans-serif;
    background: #111447;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #fff;
    background-image:url(../images/home-headbg.gif);
    background-repeat:repeat-x;
}
.oneColFixCtr #container {
    width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
    position:relative;
}

a:link {
    color: #F2D225;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #F2D225;
}
a:hover {
    text-decoration: underline;
    color: #F2D225;
}
a:active {
    text-decoration: none;
    color: #F2D225;
}

.clear {
    clear:both;
}

#logo {
    display:block;
    margin:0;
    padding:0;
}

#photo {
    float:right;
    margin:0;
    padding:0;
}

/* Nav ------------ 

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position:relative;
}

ul.drop li {
    padding: 10px;
    margin: 0;
    width:150px;
    height:10px;
}

#nav a {
    display: block;
}

#nav li {
    float:left;
    position:relative;
}

#nav li ul {
    position: absolute;
    left: -999em;
    
    background-color:#111447;
    
    border-top:none;
    border-bottom:solid 2px #fff;
    border-right:solid 2px #fff;
    border-left:solid 2px #fff;
    
    padding-bottom:20px;
}

#nav li ul a:link, #nav li ul a:visited, #nav li ul a:active {
    color:#fff;
    text-decoration:none;
}

#nav li ul a:hover {
    color:#F2D225;
    text-decoration:underline;
}

#nav li:hover ul {
    left: auto;
    top:22px;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: inherit;
    top: 22px;
}


*/

.nav, .nav ul { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  display: block;
  text-decoration: none;
  /* safari needs this... but it breaks IE 6 */
  /* add a conditional inline sheet in HTML to set it to static */
  position: relative;
}

.nav li a:hover {
  background: #111447;
  color: #F2D225;    

}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #111447;
  color: #F2D225;
}

#nav-one li:hover ul a:link, 
#nav-one li.sfHover ul a:link {
  background: #111447;
  color: #fff;    
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #111447;
  color: #F2D225;    
}

.nav ul {
  background: #111447;
  border-left: 1px solid #fff; 
  border-bottom: 1px solid #fff; 
  border-right: 1px solid #fff; 
  list-style: none;
  width: 200px;
  position: absolute;
  top: -999em;
  left: -1px;
  padding: 6px;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}

.nav ul li {
  border: 0;
  float: none;
  
}

.nav ul a {
  width: 200px;
padding-top: 5px;
padding-bottom: 5px;
}

.nav ul a:hover {
/*  background: #ccc;
  color: #000;*/
}



#menu {
    height:25px;
    margin:0;
    padding:0;
}

#menu a {
    display:block;
    float:left;
}

#intro {
    width:450px;
    height:175px;
    padding-top:15px;
    padding-left:20px;
    line-height:1.6em;
}

.title {
    font-size:16px;
    font-weight:bold;
}

#textbody {
    clear:both;
    padding:25px;
    width:490px;
    line-height:1.6em;
    float:left;
}

#calendar {
    float:left;
    width:365px;
    margin-top:30px;
    margin-bottom:15px;
    color:#111447;
}

#calendar #tabs {
    border-bottom: solid 3px #353992;
}

#calendar #tabs a{
    display:block;
    float:left;
    margin-right:5px;
}

#calendar table {
    background-color:#353992;
    width:100%;
}

#calendar .event td {
    padding:7px;
}

#calendar .event a {
    color:#111447;
}

#calendar .event .event_title {
    font-weight:bold;
}

#calendar .event .date {
    text-align:right;
}

#calendar .odd {
    background-color:#fff;
}

#calendar .even {
    background-color:#e0e1ff;
}

#footer {
    border-top: 2px solid #fff;
    padding:25px;
    text-align:right;
    font-size:12px;
    font-style:italic;
    line-height:1.6em;
    clear:both;
}

.event_body {
    font-size: 9px;
    margin-top: 2px;
}

a.snlink:link {
    color: #fff;
    text-decoration: none;
}
a.snlink:visited {
    text-decoration: none;
    color: #fff;
}
a.snlink:hover {
    text-decoration: underline;
    color: #fff;
}
a.snlink:active {
    text-decoration: none;
    color: #fff;
}

