body {
	margin: 0px;
	background: #a0a0a0 url(images/main_bg.gif) repeat-x;
	font-family: Arial, serif;
}

body, td, th {
	text-align: center; /* IE workaround */
	margin-top:10px;
}

#container {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: left; /* IE workaround */
}

h1, h2 {
	font-family: "Georgia", sans-serif;
	font-size: large;
	font-style: italic;
	color: #003399;
}

h1 {
	font-size: x-large;
}

h3, h4, h5, h6 {
	color: #996633;
}

	
a {
  color: #336600;
}

#masthead {
	background: #012d86 url(images/masthead.gif) no-repeat top left;
	height: 108px;
}

.left {
	display: block;
	float: left;
	width: 400px;
	color: black;
}

.right {
	display: block;
	float: right;
}

.right a {
	color: black;
	text-decoration: none;
}

.section {
	background: transparent url(images/section_middle.gif) repeat-y 0 0;
}

.section_top {
	background: transparent url(images/section_top.gif) no-repeat top left;
}

.section_middle {
	padding: 0px 40px 10px 40px;

}

.section_bottom {
	background: transparent url(images/section_bottom.gif) no-repeat bottom left;
}
