/* basics
----------------------------------------------- */

html {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Lucida Grande, "Lucida Sans", Lucida Sans, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #707172;
	background:url(../images/main_bg.jpg) repeat-x top;
	background-color: #fff;
	font-size: 12px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom:20px;
}


p {
	font-size: 12px;
}

h2, h3 {
	font-weight: bold;
	color: #707172;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 18px;
	padding:10px;
}

small, .small {
	font-size: 0.8em;
}

/* links
----------------------------------------------- */

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


a:hover {
	color: #2271c9;
}





/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0px auto;
	padding: 0 10px 10px 10px;
	width: 835px;
	min-height: 500px;
	background-color: #ffffff;
	}

#nav {
	height: 33px;
	width: 835px;
	background-image: url(../images/nav.png);
	background-repeat: repeat-x;
	margin: auto;
	font-weight: bold;
	color: #2271c9;
	text-align: center;
	
}

#nav a {
	display: inline-block;
	margin-right:30px;
	margin-top:10px;
	color: #2271c9;
	}
	
	#nav a:hover {
	color: #e2b640;
}

#nav a.active {

color: #e2b640;
}


#header {
	width: 635px;
	height: 54px;
	margin: 0px auto;
	z-index: 4;
	
}

#left {
	width: 215px;
	padding: 10px 0 0 0;
	float:left;
	background:#f5f5f5;
	
}

#content {
	padding: 10px 0 0 0;
	margin: 0px;
	margin-left:20px;
	width: 405px;
	float: left;
	margin-top:5px;
}

#footer {
background:url(../images/bg_Footer.jpg) repeat-x top;
	background-color: #979596;
	margin:auto;
	text-align:center;
	padding-bottom:20px;
	padding-top:10px;
	color:#FFFFFF;
}

#footer a {
color:#CCCCCC;
}

#bg_nav a{
display:block;
width:205px;
color:#666666;
text-decoration:none;
padding:5px 0 5px 10px;
}

#bg_nav a.white{
background:#FFFFFF;
}

#bg_nav a:hover{
background:#e2b640;
color:#FFFFFF;
}

.frontbox {
background:url(../images/frontbox.jpg);
width:170px;
height:172px;
padding:10px;
float:left;
cursor:pointer;
text-align:center;
}


.frontbox:hover {
background:url(../images/frontbox_over.jpg);
}

.frontbox h2 {
color:#2271c9;
}

.frontbox img{
margin-top:10px;
margin-bottom:5px;
border:2px solid #ffffff;
}

#rightcol {
float:left;
margin-left:20px;
width: 170px;
text-align:center;
margin-top:0;
}

.charts {
font-size:16px;
margin:10px;
display:block;
font-weight:bold;
}

#textsize {
width:125px;
height:33px;
background:url(../images/access.jpg) no-repeat;
}

