body {
	margin: 0 0 0 0;
	background-color: #E1D19F;
	background-image: url(images/background.jpg);
	display: block;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #0173AF;
}
.h1 {
	color: #0173AF;
	font-size: 16px;
	font-weight: bolder;
}
.h2 {
	color: #0173AF;
	font-size: 22px;
	font-weight: bolder;
}
.h3 {
	color: #0173AF;
	font-size: 12px;
	font-weight: bolder;
}
.container {
	margin: 0 auto;
	width: 677px;
	border: solid #000000 1px;
}
.blueBar {
	background-color: #0173AF;
	height: 50px;
	vertical-align: middle;
}
.blueBar2 {
	background-color: #0173AF;
	height: 30px;
}
.tanBar {
	background-color: #CAB468;
	height: 5px;
}
.content {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}
.leftSideBar {
	background-color: #AECEF5;
}
.nav {
}
.nav a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	height: 40px;
	padding-left: 5px;
	width: 100px;
	font-size: 12px;
	text-decoration:none;
	display:block;
	line-height: 40px;
}
.nav a:hover {
	color: #0173AF;
	background-color:#FFFFFF;
}
.copy {
	font-size: 9px;
}
