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

a {
color:#6699CC;
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: 10px "Trebuchet", Verdana, sans-serif;
	text-decoration: none;
	line-height: 180%;
	border-bottom-color: #9EAEBA;
	border-bottom-width: thin;
	border-bottom-style: solid;
	letter-spacing: 1px;

}

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

}

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

}


#container {
width:1000px;
margin:0px auto;
position:relative;
left: 0px;
padding-left:90px;
}


#leftcontainer {
width: 168px;
margin:0px auto;
float:left;
}

#doublecontainer {
width: 830px;
margin:0px auto;
float:right;
}

#midcontainer {
width:322px;
margin:0px auto;
float:left;
}
#midtitlecontainer {
width:150px;
margin:0px auto;
float:left;
padding-left:90px;
}
#flashcontainer {
width:580px;
margin:0px auto;
float:right;
}

#flashleftcontainer {
width:580px;
margin:0px auto;
float:left;
padding-left:90px;

}

#rightcontainer {
width: 508px;
margin:0px auto;
float:right;

}

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

#navcontainer ul li
{
display: inline;
}

#navcontainer ul li a
{
text-decoration: none;
padding: .1em 2em;
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;
}
