html { overflow-y: scroll; }

body {
margin: 0; 
padding: 0; 
font-family: Trebuchet MS,Verdana,Helvetica,sans-serif;
}

html, body {
    height:100%;
}

#wrapper {
width: 979px;
margin-left: auto;
margin-right: auto;
background: url('images/nav_bg.png') repeat-x;
border: 1px solid #CACACA;
   min-height:100%;
   position:relative;
}

#topbar { 
margin-left: 0px;
height: 135px;
background: url('images/logo.png') no-repeat; 
}

#tagline {
padding-top: 30px;
width: 519px; height: 241px;
background: url('images/tagline.png') no-repeat 20px 27px;  
}

/******* LINKS *********/

#navlinks {  }

#navlinks ul { 
  margin: 0; 
  padding: 0; 
  float: right;
  list-style: none; 
  display: block; 
  height: 135px;
}

#navlinks li { 
  height: 135px;
  float: left;  
  border-left: 1px solid #CACACA;
}

#navlinks li.selected { 
background: url('images/nav_selected_bg.png') repeat-x;
}

#navlinks a { 
  height: 95px;
  display: block;
  color: black; 
  font-size: 20px; 
  font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif; 
  font-weight: bold;
  padding: 40px 0px 0px 10px; 
  text-decoration: none; 
  text-transform: uppercase; 
  outline: none; 
}

#navlinks a:hover {
background: url('images/nav_hover_bg.png') repeat-x;
}

#navlinks li.selected a {
color: #227938;
} 

.blurb {
/*additional text on links */
font-size: 10px;
padding-right: 10px;
}

#header {
height: 213px;
width: 979px;
background: url('images/header.jpg');
}


/* this is the css for main page layout */ 


#stage { 
margin-top: 0px; 
width: 939px;
margin-left: auto;
margin-right: auto;
padding: 0px 10px;
}

.article {
margin: 10px;
}

.article > h2 {
border-bottom: 1px solid grey;
}

.article > .floatright {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

.article > .floatright > img {
border: 1px solid black;
}

p > img {
border: 1px solid #CACACA;
}

blockquote {
font-size: 25px;
}


.halfbox {
width: 465px;
float: left;
margin: 0px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}



/******* FOOTER *********/

.footer {
text-align: center;
width: 600px;
margin-left: auto;
margin-right: auto; 
}

.footer > p {
margin: 5px;
}

.footer img {
border: 0px;
}

.push {
clear: both;
}












