body.red {
background-color:#A43535;
}

body.white {
background-color:#FFFFFF;
}

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 2px solid #000000;
width: 195px;
}

#navlist li
{
font-size: 16px;
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 2px solid #000000;
}

#navlist li a { text-decoration: none;
color: #000000;
 }
#navlist a:visited,#navlist a:link {
text-decoration: none; 
color: #000000;
}


#navcontainer_h { 
position:relative; 
margin-left: 30px;
left: 90px;
font-size:24px;
 }
 
 #navcontainer_hj { 
position:relative; 
margin-left: 30px;
left: 20px;
font-size:20px;
 }
 #navcontainer_hs { 
position:relative; 
margin-left: 30px;
left: 0px;
font-size:20px;
 }

/*Fat Erik's Pipelist*/
#navlist_h
{
list-style: none;
padding: 0;
margin: 0;

}

#navlist_h li
{
display: inline;
padding: 0;
margin: 0;

}

#current_h {
font-weight: bold;
}

#navlist_h li a , #navlist_hs li a{ text-decoration: none;
color: #000000;
 }
#navlist_h a:visited,#navlist_h a:link  {
text-decoration: none; 
color: #000000;
}



#navlist_h li:before  { content: "| "; }
#navlist_h li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist_h li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist_h { height: 1%; }

* html #navlist_h li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child{ border-left: 0; }

div.pagetitle {
font-size: 18px;
font-weight: bold;
}
#searchbutton {
border: 2px solid #000000;
background-color: #A43535;
}

a:link, a:visited {
color: #000000;
}
a:hover {
color: #FFCC00;
}