﻿/* CSS layout */

#masthead {
border: medium solid #FFFFFF;
position: relative;
width: 100%;
background-image: url('../Graphics/grasstexturedark.jpg');
text-align: center;
}

#top_nav {
text-align: center;
	font-family: "Palatino Linotype";
	font-size: small;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #003300;
}

#container {
position: relative;
width: 100%;
}

#left_col {
	padding: 5px;
	width: 23%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: OliveDrab;
	font-family: "palatino Linotype";
	color: #FFFFFF;
	font-style: italic;
}

#page_content {
margin-left: 25%;
font-family: Georgia;
color: #003300;
position: relative;
}

#footer {
text-align: center;
	font-family: "Palatino Linotype";
	font-size: small;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #003300;
}

body {
background-color: Khaki;
}

h1 {
	font-family: "Palatino Linotype";
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #FFFFFF;
}
h2 {
	font-family: "Palatino Linotype";
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #FFFF66;
}


h3 {
	font-family: "Palatino Linotype";
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #FFFFFF;
}

hr {
color: #FFFFFF;
height: 2px;
background-color: #FFFFFF; // for Mozilla and Firefox
border: 0px; // for Mozilla and Firefox
}

.headerimage {
border: thin solid #FFFFFF;
margin-right: 5px;
margin-top: 3px;
margin-bottom: 3px;
float: left;
}

a
{
	color: #003300;
	text-decoration: none;
}

a:visited
{
color: #003300;
text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #003366;
}
