body {
	font-family: Arial, helvetica, sans-serif;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
h1 {
	color: black;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 10px 0px;
}
h2 {
	font-size: x-large;
	font-weight: bold;
}
h3 {
	font-size: x-large;
}
h4 {
	font-size: large;
	font-weight: bold;
	border-top: 0px dotted green;
}
h5 {
	font-size: large;
	margin: 3px;
	padding: 0px;
}

a .navigation {
	color: white;
}

a {
	color: gray;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#foundation {
	border-collapse: collapse;
	border: 0px solid white;
	width: 100%;
}
#navigation {
	width: 100%;
	border-collapse: collapse;
	height: 40px;
	padding: 0px;
	margin-bottom: 20px;
	background-color: #006600;
}
#navigation td {
	text-align: center;
}
#image_set {
	width: 100%;
	border-collapse: collapse;
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#left_column_header {
	background-color: #008000;
}
#center_column_header {
	width: 500px;
	height: 100px;
	padding: 0px
}
#right_column_header {
	background-color: #008000;
}
#left_column_footer {
	background-color: #008000;
}
#center_column_footer {
	color: white;
	font-size: small;
	font-weight: bold;
	text-align: center;
	background-color: #008000;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
#right_column_footer {
	background-color: #008000;
}

.left_column {
	width: 250px;
	text-align: center;
}
.center_column {
	width: 500px;
	padding: 0px 20px 20px 20px;
	vertical-align: top;
}
.right_column {
	width: 250px;
}
.slogan {
	color: black;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-right: 30px;
}
.inline_img {
	border: 1px solid black;
	margin: 10px;
	padding: 0px;
}