body,td,th {
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
}
body {
  background-color: #FEFEFE;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#main {
  border: 1px solid #000000; 
  background: #ffffff;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
border-top: 1px solid #C6C4BF;
list-style-type: none;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
text-decoration: none;
font-size: 12px;
display: block;
font-weight: bold;
text-align: center;
padding-left: auto;
padding-right: auto;
}

#menu {
padding: .2em 0;
margin: 0;
border-top: 1px solid #C6C4BF;
list-style-type: none;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
text-decoration: none;
font-size: 12px;
display: block;
font-weight: bold;
text-align: center;
padding-left: auto;
padding-right: auto;
}

#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu li {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;
  border-bottom: 1px solid #000000;
  background-image: url(images/h1.gif);
}

a:link {
  color: #252525;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: #252525;
}
a:hover {
  text-decoration: none;
  color: #A0A0A0;
}
a:link img {
border: none
}
a:visited img { 
border: none
}
a:active img {
border: none
}
#active a:link, #active a:visited, #active a:hover
{
border: 1px solid gray;
background-color: #E3E3E2;
color: Black;
}

a.menulink {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
a.menulink:visited {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

a.menulink:hover {
  color: #404040;
  font-size: 11px;
  background: #E6E4DF;
}

#banner {
  background-color: #E6E4DF;
  background-image: url(../images/h1.gif);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 4px 14px 4px 14px;
  border-bottom: 1px solid #C6C4BF;
  background-repeat: repeat-x;
  margin-bottom: 6px;
}
    
p {
  margin: 5px 10px 5px 10px;
}
li { display: inline;
text-decoration: none;
}

li a
{
text-decoration: none;
color: #FFF;
padding: .2em 1em;
font-weight: bold;
}

li a:hover
{
text-decoration: none;
background-color: Gray;
font-weight: bold;
color: #fff;

}
h1 {
  background-image: url(../images/h1.gif);
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 4px 14px 4px 14px;
  border-top: 1px solid #C6C4BF;
  border-bottom: 1px solid #C6C4BF;
  margin: 0px;
}

#redirect {
	width: 389px;
	min-height: 80px;
	margin: 15% auto 0 auto;
	position: relative;
	background: #1d3652;
	color: #fff;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#redirect h2 {
	font-size: 22px;
	display: block !important;
}

#redirect p {
	font-size: 16px;
}

#redirect a {
	color: #657b97;
	display: block;
	margin-top: 15px;
}