/*This is the practice stylesheet.*/

.header {
		background-color: #730000;
		color: white;
		padding: 20px;
		font-size: 30px;
		width: 860px;
	}

.navigation {
			
			color: #C2BC8C;
			text-decoration: none;
			font-size: 14px;
			float: right;
			margin-top: 10px;
		}
		.navigation a {
			color: #C2BC8C;
			text-decoration: none;
			font-size: 14px;
		}
	.navigationpage {
				
				color: #C2BC8C;
				text-decoration: none;
				font-size: 14px;
				float: left;
				margin-top: 10px;
			}
			.navigationpage a {
				color: #C2BC8C;
				text-decoration: none;
				font-size: 14px;
		}
	.searchbox {
			float: right;
			margin-right: 40px;
			vertical-align: middle;
		}
		.searchbox input {
			font-family: Trebuchet, "Trebuchet MS", arial;
			font-size: 16px;
		}
		.searchbox form {
			margin: 0px;
			padding: 0px;
		}	

body {
	background-color: #827540;
	color: #666666;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 1.5em;
	text-align: center;
	font-weight: b;
	letter-spacing: 5px;
}
h2 {
	font-size: 1.1em;
	text-decoration: underline;
}
p {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: justify;
}
p.footer {
background-color: #ADA67C;
color: #666666;
font-size: 12px;
text-align: center;		
}
a:link {
color: #666666;
background-color: #ADA67C;
text-decoration: none;
}
a:visited {
color: #666666;
background-color: #ADA67C;
text-decoration: none;
}
a:hover {
background-color: #E0DBC0;
}
a:active {
background-color: #3cc7f0;
}
#header {
background-color: #ffffff;
border-bottom: solid #000000 1px;
padding-left: 125px;
padding-right: 125px;
padding-top: 10px;
padding-bottom: 10px;
}
#header p {
font-size: 1.4;
}
#content {
position: relative;
width: 899px;
}
#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 198px;
}
#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar ul {
margin: 0;
padding: 0;
}
#navbar ul li a:link, #navbar ul li a:visited {
text-decoration: none;
font-weight: bold;
display: block;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}
#navbar ul li a:hover {
}
#main-text {
background-color: #DFD6A1;
border-left: solid #000000 1px;
border-right: solid #000000 1px;
border-bottom: solid #000000 1px;
margin-left: 198px;
padding: 10px;
font-size: 1.0em;
}

#main-text p {
font-size: 14px;
}

#main-text ul {
margin: 0;
padding: 20px;
font-size: 14px;
}

#main-text ul li a:link {
background-color: #DFD6A1;
text-decoration: underline;
padding: 0px;
font-size: 14px;
line-height: 1.2em;
padding: 0px;
}

#main-text ul li a:visited {
background-color: #DFD6A1;
color: #888888;
text-decoration: underline;
}

#outer-image {
height: 199px;
width: 899px;
background-image: url(../images/bgtaupe.gif);
background-position: center top;
}
#inner-image {
height: 199px;
background-image: url(../images/320geoboard2.jpg);
background-position: 198px 0px;
background-repeat: no-repeat;

}
img {
	padding: 10px;	
}

#tag-image {
padding: 0px;
}
