﻿/* CSS layout */
#masthead {
	border: 1px solid #003300;
	text-align: center;
	background-color: #FFFFFF;
}
#top_nav {
	background-image: url('../images/nav_background.jpg');
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
}
#page_content {
	padding: 10px;
	background-color: #FFFFCC;
	width: 880px;
}
#footer {
	background-color: #003300;
	font-size: .7em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}
body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #003300;
	background-image: url('../images/grass_background.jpg');
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	font-size: .9em;
}
#top_nav ul {
	list-style-type: none;
}
#top_nav li {
	width: 16%;
	display: inline;
	float: left;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	margin-top: 6px;
}
h2 {
	font-weight: normal;
	color: #000000;
}
#right_column {
	width: 300px;
	float: right;
	border: 5px double #003300;
	padding: 10px;
}
#right_column h2 {
	font-style: italic;
}
#right_column h3 {
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#top_nav a:link, #top_nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#top_nav a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.bold {
	font-weight: bold;
}
.imgfloatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.italics {
	font-style: italic;
}
td {
	border-color: #993300 #800000 #800000 #993300;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	background-color: #FFCC99;
}

#logobox {
	text-align: center;
	margin: 10px;
}
.logo {
	border: 1px solid #000066;
}

.pictures {
	border: 0px none #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 260px;
}
.no_border {
	border: 0px none #FFFFFF;
}


