#navcontainer {
background: #ffffff;
border-top: 1px solid #CA0002;
font: normal normal 11px Arial;
}
#navlist {
list-style: none outside none;
margin: 0;
padding: 0;
}
@media all {
#navlist {
text-align: center
}
}
#navlist li {
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}
html>body #navlist li {
background: #ffffff;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}
#navlist a, #navlist a:link, #navlist a:visited {
background: #fffffff;
border: 1px solid #CA0002;
bottom: 2px;
color: #CA0002;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
font-weight: bold;
}
#navlist a:hover {
background: #CA0002;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}
#navlist a:active {
background: #FFFFFF;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}
#navlist li#active {
background: #CA0002;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}
html>body #navlist li#active {
background: #CA0002;
margin: 0 4px 0 4px;
}
#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
background: #FFFFFF;
border-bottom: none;
border-left: 1px solid #CA0002;
border-right: 1px solid #CA0002;
border-top: 1px solid #CA0002;
bottom: 0;
color: #CA0002;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}

body {
	font-family: verdana;
	font-size: 0.7em;
	background-color: #fff;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	background-color: lemonchiffon;

}

a:link {
	text-decoration: none;
	color: #CA0002;
}

a:visited {
	text-decoration: none;
	color: #A52A2A;
}

a:hover {
	text-decoration: underline ;
	color: #A52A2A;
}