/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:url(images/bg.jpg);
margin-top: 0px;
}

.date {
color: #999999;
font-size:10px;
}

a:link {
color: #CC0000;
}

a:visited {
color: #CC0000;
}

a.footer:link {
color: #FFFFFF;
}

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


a.blue:link {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:active {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:visited {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}

.content {
color:#000000;
font-size: 12px;
}

.nav {
color:#FFFFFF;
font-size: 14px;
}

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

.subhead {
font-size: 12px;
font-weight: bold;
}

.whitehead {
font-size: 12px;
font-weight: bold;
color:#CCCCCC;
}

h1 {font-size: 14px;
font-weight: bold;
}

h2{
font-size:14px;
background-color:#990000;
color:#FFFFFF;
font-weight:bold;
}

hr {
height: 1px;
background-color:#990000;
color:#990000;
border: none;
padding: 0;
margin: 1em 0;
width: 50%;
text-align:center;
}

table{

color:#000000;
background-color:#999999;
padding: 2px;
}

#topbar {
position: absolute;
background-image:url(images/topbar.jpg);
background-repeat:repeat-x;
height: 102px;
width: 100%;
top: 0px;
left: 0px;

}

#blackbar {
position: absolute;
background-color:#000000;
height:55px;
width: 100%;
top:103px;
left: 0px;
margin: 0px;
padding: 0px;
}

#contact {
position: relative;
background-color: #B41705;
height: auto;
color: #FFFFFF;
width: 100%;
top:0px;
left: 0px;
text-align:center;

}

#right {
position: relative;
background-color:#FFFFFF;
color:#000000;
height: auto;
width: 30%;
top: 90px;
left: 20px;
margin-left: 65%;
text-align: left;
margin-bottom: 100px;

}

#logo {
position: absolute;
height: 194px;
width: 194px;
top: 9px;
left: 0px;
z-index: 1;
}

#header {
position: absolute;
height: 83px;
width: 479px;
top: 55px;
left: 260px;
color: #FFFFFF;
font-size:14px;
}

#content {
	position: absolute;
	background-image:url(images/contentbg2.gif);
	background-repeat:repeat-y;
	height: auto; 
	width: 750px;
	left: 0px;
	top: 158px;
	margin-bottom:0px;
	
	
	
}

#holder {
	position: relative;
	left: 20px;
	top: 40px;
	width:60%;
	height: auto;
	float: left;
	margin-bottom: 25px;
	
	
}



#bg {
	position: absolute;
	width: 100%;
	height: auto;
	top: 157px;
	left: 0px;
	
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 750px;
	height: auto;
	text-align: left;
	top: 0%;
	
}

#footer {
position: absolute;
width: 700px;
height: 200px;
left: 0px;
color:#FFFFFF;
top: auto; 
margin-top:14px;
}

#nav {
  margin: 0;
  padding: 0;
  background: #000000;
  list-style-type: none;
  width: 516px;    
  float: right;
  left: 160px;
 
 
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
  float: left;
  width: 85px;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
  border-right: 1px solid #FFF;
}
#nav #nav_dir a {
  border: none;
}
#nav a:hover {
  background: #B41705;
}
#body_hom #nav_hom a, #body_sched #nav_sched a,
    #body_rost #nav_rost a,#body_pic #nav_pic a,
    #body_vid #nav_vid a,
    #body_dir #nav_dir a {
  background: #8E150E;
  color: #FFFFFF;
  font-weight: bold;
}

.admin {
background-color:#FFFFFF
}