@charset "UTF-8";
/* CSS Document */

a {
color:#FFF;
text-decoration:none;
}

a link {
font-weight: bold;
text-decoration: none;
color: #7A7700;
}

a img { border: none ; }

p {
	font:normal 11px "Verdana", Verdana, sans-serif;
	color:#666666;
	line-height:180%;
}

h1 {
	color:#333333;
	font: 11px "Trebuchet", Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 180%;
	border-top-color: #9EAEBA;
	border-top-width: thin;
	border-top-style: solid;
	letter-spacing: 1px;

}

h2 {
	color: #555555;
	font: 12px "Trebuchet", Verdana, sans-serif;
	text-decoration: none;
	line-height: 180%;

}

h3 {
	color:#FFFFFF;
	font: 11px "Trebuchet", Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	line-height: 180%;
	background-color:#999999;
	border-top-color: #9EAEBA;
	border-top-width: thin;
	border-top-style: solid;
	letter-spacing: 1px;

}


#container {
width:900px;
margin:0px auto;
position:relative;
left: 0px;
}

#midcontainer {
width: 835px;
margin:0px auto;

}

#navcontainer ul
{
text-align: center;
padding: 0;
margin-top: 40px;
margin-bottom: 50px;
color:#A2AEBA;
width: 100%;
font-size: 10px;
font-family: Trebuchet,sans-serif;
letter-spacing: .1em;
}

#navcontainer ul li
{
display: inline;
}

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 3em;
color:#A2AEBA;
}

#navcontainer ul li a:hover
{
color:#000000;
}

#navcontainer #active 
{ 
background-color:#ECECEC;
}

#footer {
	padding: 50px 0 0px 0;
	text-align: center;
	height:100px;
	line-height: 150%;
	font-family: "Trebuchet", Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;


}

#footer a {
color : #999;
text-decoration : none;
}
#footer a:hover {
text-decoration : underline;
}
