@charset "utf-8";

body {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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-color: #2f6cd6;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.wrapper {
	width: 785px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #87a802;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
}
.main{
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.header {
}

.main h1 {
	font-size: 140%;
	color:#234b90;
}
.main h2 {
	font-size: 120%;
	color:#234b90;
}
.main h3 {
	font-size: 110%;
	color:#000000;
}
a {
	color: #2f6cd6;
}
.footer {
	width: 785px;
	padding: 10px 0 0 0;
	margin:0 auto;
	font-size:9px;
	color:#FFFFFF;
	text-align:left;
}
.footer a {
	color:#FFFFFF;
	text-decoration:none;
}
.photo_left {
	border:1px solid #88a900;
	margin-left: 0px;
	margin-right: 10px;
}

.photo_right {
	border:1px solid #88a900;
	margin-left: 10px;
	margin-right: 0px;
}

.quote {
	color: #688101;
	font-style:italic;
	font-weight:bold;
}
