@charset "UTF-8";


body {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: purple;
  margin-top: 15px;
  padding: 0px;
  background-image: url(../images/field07.jpg);
  background-position: top left;
  background-attachment: fixed;
  text-align: left;
  
}
a:link, a:visited {
		text-decoration: none;
		color: purple;
		}

h1, h2, h3 {
  margin: 0;
  font-weight: normal;
}
h1 {
	margin-top: 5px;
	font-family: serif;
  	letter-spacing: -1px;
  	font-size: 30px;
	text-align: center;
	color: white;
}
h2 {
  border: 3px solid white;
  margin-right: 3px;
  font-size: 23px;
}
h3 {
	border: 2px white;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.25em;
	}
ul {	display:block;
		padding:0;
		list-style:none;
		text-align: left;
}

#container {
	width: 980px;
	height: auto;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: purple;
	height: 80px;
	width: 960px;
	font-style: italic;
	padding-top:5px;
	color: white;
}

#content {
  	float: right;
  	width: 700px;
	background-color: white;
	padding: 4px ;
	height: auto;
	position: relative;
	z-index: 0;
}
#content a:link {
	color: #660099;
	}
#content a:visited {
	color: green;
	}
#content a:hover {
	color: blue;
	}
#content a:active {
	color: orange;
	}


#sidebar {
  	float: left;
  	width: 240px;
	background-color: white;
	padding-top: 5% ;
	height: auto;
}
#sidebar a:link, a:visited {
		color: purple;
		}
#footer {
	clear: both ;
	height: 20px;
	padding: 4px;
	font-size: 50%;
}
#purplealert {
	width: 70%;
	height: 140px;
	padding: 0% 5%;
	border: 6px green;
	background-color: purple;
	color: white;
	font-size:.7em
}


#upperrightpic {
width: 160px;
height: 160px;
Position: absolute;
top: -100px;
right: -10px;
z-index: 5;
padding: 6px;
margin:0px;
border: 4px;
background: purple;
display:block;
}
#upperleftlogo {
width: 110px;
height: 125px;
Position: absolute;
top: -100px;
left:-260px;
z-index: 5;
}

#lowerleftpic {
width: 130px;
height: 190px;
Position: relative;
left:10px;
z-index: 0;
}

#imageleft {
		float:left;
		padding: 6px 10px 6px 0px;
} 
#imageright {
		float:right;
		padding: 6px;
} 
#imageinline {
		float:none;
		padding: 6px 10px 6px 4px;
} 

#navbar, #navbar ul {	display:block;
			margin-left:130px;
			padding:0;
			list-style:none;
			text-align: left;
			}


#navbar a {			display:block;
					color: white;
					width:90px;
			}

#navbar li 			{
				float: left;
				padding-left: 4px;
				width:90px;
				float: left;
						}

#navbar li ul 	{	
					display: none;
					position: absolute;
					width: 10em;
				}
#navbar li:hover {	border-left:0em;
					padding-left: 0px;
					text-decoration: underline;
					text-align: left;
				}


#navbar li:hover ul{
		position: fixed;
		display:block;
		color: white;
		width:70px;
		border-left: 0em;
		margin-left: -.2em;
		font-size: 100%;
		z-index: 10;
		}
					
#navbar li ul li {	float:none;
			width: 9em;
			color: white;
			background: purple;
		}
table, td {
	border: none;
}


#placing {
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	}
	
#placing div{
	padding: 10px;
	border: 1px solid purple;
	background-color: white;
	}
#leftitem {
	width:200px;
}

#rightitem {
	margin-left: 100px;
	width: 200px;
}
#centeritem {
	margin-left 10px;
	width: 300 px;
}
.rightsidebar {
	width: 100px;
	Align: right;
}
.caption {
	font-size: .8em;
	width: 200px;
	padding: 2px;
}
.title {
	font-size: 1.1em;
	width: 150px;
}
