

/* Common Style --------------------------------------------------------------*/

body {
margin: 0; padding:0;
background: #fff;
font-size: 80%;
font-family: Verdana, sans-serif;
}

#page {  /* #page + borders = 970px page width */
margin: 0 auto;
border-left:  1px solid #999;
border-right: 1px solid #999;
width: 968px;
background: #fff;
}

#content {
margin-left:8px;
margin-right:8px;
}
table{ font-size: 100%;}

a:link,a:visited,a:active { text-decoration: none; color: #006c79; }
a:hover  { text-decoration: underline; }

a.admin,a.admin:visited { text-decoration: none; color: red;text-decoration: underline;font-size:10px }


.featured { margin-bottom:6px; }

/*listen to audio form*/
.listenform { background-color:#eeeae9;border:1px solid #eeeae9; }

/*main article titles*/
h1 { color:#000;font-weight:bold;font-size: 150%;margin:0 }

/*large titles*/
h2 { color:#015660;font-weight:bold;font-size: 110%; }

/*small titles*/
h3 { color:#015660;font-weight:bold;font-size: 90%; }

.smtext { font-size:9px; }


.bout { background-color:#f2f2f2;border-bottom:1px solid #ccc; }

/*red to show which fields required*/
.req { color:red;font-size:9px; }

/* forms ----------------------------------------------------------------*/
.textbox { width:100%;font-size:14px; }
.dd { width:100%;font-size:14px; }
.textarea { width:100%;height:60px;font-size:14px; }

/* Header Nav ----------------------------------------------------------------*/

.on { background-color:#ffffff;border-left:1px solid #990000;border-top:1px solid #990000;border-right:1px solid #990000;width:100px;text-align:center;padding: 2px 0 2px 0; }
.off { background-color:#e9e9e9;border-bottom:1px solid #990000;border-left:1px solid #999999;border-right:1px solid #999999;border-top:1px solid #999999;width:100px;text-align:center;padding: 2px 0 2px 0; }
.spacer { border-bottom:1px solid #990000;width:10px; }
.activelink { color:black;font-weight:bold;text-decoration:none; }

/* Sub Nav ----------------------------------------------------------------*/

#subnav ul {
display: inline;
list-style: none;
}

#subnav ul.main { padding-left: 1px; }

#subnav li {
height: 8px;
display: inline;
margin: 0; 
padding: 0 9px 0 9px ;
background: url('/i/sub_pipe_bullet.gif') 0 2px no-repeat;
}

#subnav li.first {
padding: 0 9px;
background: none;
}


/* Footer Nav ----------------------------------------------------------------*/

#footernav {
clear: both;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
width: 968px;
margin: 0; padding: 6px 0 6px 0;
background-color: #eeeeee;
}

#footernav h3, #footernav ul, #footernav p {
margin: 0; padding: 0;
font-family: Verdana, sans-serif;
font-size: .8em;
}

#footernav h3 {
clear: left;
display: inline;
}

#footernav ul {
display: inline;
list-style: none;
}

#footernav ul.main { padding-left: 5px; }

#footernav li {
height: 8px;
display: inline;
margin: 0; padding: 0 9px 0 9px ;
background: url('/i/sub_pipe_bullet.gif') 0 1px no-repeat;
}

#footernav li.first {
padding: 0 9px;
background: none;
}

#footernav p { margin: 0; padding: 0; }

#footernav p.anchortop {
margin-right: 8px;
width: 10%;
float: right;
text-align: right;
text-transform: lowercase;
}

#footernav div.sub {
clear: both;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
margin: 7px 0 0 0; padding: 8px 0 3px 10px;
background: #eee;
}

#footernav div.sub div { margin-bottom: 5px; }

/* Site Copyright ------------------------------------------------------------*/

#sitecopyright {
width: 970px;
font-family: Verdana, sans-serif;
font-size: .8em;
margin: 7px auto 20px auto; padding: 0;
text-align: center;
}

#sitecopyright img { margin: 7px; }

/* horizontal dotted line bars ------------------------------------------------------------*/

.bar_hor {
margin: 0 0 0 10px;
padding: 0;
width: 100%;
height: 1px;
background: url('/i/dot_hor.gif') left bottom repeat-x;
list-style: none;
}



#left {
display: inline;  
float:left;
width:250px;

margin: 10 10 10 0; padding: 0px 0 0px 0px;
}

#center {
display: inline;  
float:left;
width:420px;
background-color:yellow;
margin: 10 10 10 0; padding: 0px 0 0px 0px;
}

#right {
display: inline;  
float:left;
width:250px;
background-color:blue;
margin: 10 10 10 0; padding: 0px 0 0px 0px;
}
