body {
	margin: 0;
	padding: 0;
	background-image: none;
	background-repeat: repeat;
	background-color: #CCC;
}
p {
	margin: 0;
	font-family: calibri;
	font-size: 1.2em;
	color: #003;
}

#header {
	background-image: url(../_images/header_bg.png);
	background-repeat: repeat-x;
	height: 175px;
	margin-bottom: 10px;
}
#header_image {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 175px;
}
#header_image a img{
	padding: 0;
	margin: 0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	background-image: url(../_images/navBar.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 595px;
	padding-top: 30px;
	padding-left: 20px;
	text-align: center;
	padding-right: 25px;
}
#nav a {
	font-family: calibri;
	font-size: 1.3em;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#nav a:hover {
	color: #FFF;
	background-color: #122970;
}

.nav_left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.nav_right {
	border-right-style: none;
}
#body_top {
	background-image: url(../_images/body_top.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 800px;
	margin-top: 10px;
}
#body_mid {
	background-image: url(../_images/body_mid.png);
	background-repeat: repeat-y;
	width: 740px;
	padding-left: 25px;
	padding-right: 35px;
}
#body_bot {
	background-image: url(../_images/body_bot.png);
	height: 15px;
	width: 800px;
	margin-bottom: 10px;
}
h1 {
	font-family: calibri;
	font-size: 2.2em;
	color: #0D004C;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D004C;
}

h2 {
	font-family: calibri;
	font-style: italic;
	color: #0C236B;
	font-size: 1.1em;
	margin: 0;
	padding-left: 10px;
}
