@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 90% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(/images/headbg.jpg);
	background-repeat: repeat-x;
}

h1{
	font-size:20px;
	color: #66cccc;
}

.values {
	font-size:20px;
	color: #003399;
}


h2{
	font-size:16px;
	color: #003399;
}

a {
	color: #003399;
} 

a {
	text-decoration: line;
	}
	
a:link {
	color: #33cccc;
	}
	
a:visited {
	color: #33cccc;
}

a:hover {
	color:#339999; 
	text-decoration: none;
}  

#page-container {
	width: 950px;
	margin: auto;
}
#main-nav {
	height: 45px;
	margin-top: -40px;
	margin-left: 145px;
}
#header {
	height: 173px;
}
#sidebar-a {
	margin-top: 20px;
	float: right;
	width: 280px;
	text-align: center;
}

#sidebar-a p, h1, h2 {
	margin-top: 0;
	padding: 0;
	padding-left: 0px;
}

#content p, h1, h2 {
	margin-top: 0;
	padding: 0;
	padding-left: 10px;
}


#content {
	margin-top: 20px;
	margin-right: 280px;
	}

#footer {
	text-align: center;
	clear:both;
	width: 670px;
}

#footer p {
color:#339999;
font-size:10px;
}

