@charset "ISO-8859-1";
body {
	background-color: #decfb4;
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

#topbar {
	width: 100%;
	height: 25px;
	background: #333333;
	text-align: center;
	font-family: Georgia;
	font-size: 12px;
	line-height: 25px;
}

#innertopbar {
  margin: 0px auto;
  width: 692px;
  text-align: left;
}

#topbarleft { 
  float: left;
  color: #ffffff;
}
#topbarright {
  float: right;
  color: #fc00cb;
}

#content {
	width: 692px;
	height: 404px;
	background-image:url(img/l_thecow.jpg);
	margin: auto;
	left: 25%;
	right: 25%;
	margin-top: 40px;
}

#innercontent {
	position: relative;
	top: 150px;
	left: 265px;

	width: 380px;
	height: 200px;
	
	text-align: right;
	padding-top: 20px;
}

#innercontent input {
	background: #4fb3b2;	
	color: white;
	font-size:24px;
	border: 3px solid white;
	margin: 5px;
}

#innercontent input:hover {
	background: white;
	color: black;
	border: 3px solid black;
}

#content2 {
  left:25%;
  margin:40px auto auto;
  right:25%;
  width:800px;
}

.error {
	background: #4fb3b2;	
	color: white;
	font-size:14px;
	border: 3px solid white;
	margin: 5px;
	padding: 10px;
}

.error ul {
  margin: 1px;
  padding: 0px 12px;
}


.menu2 {
  width: 120px;
  float:left;
  background: #333333;
  color: #ffffff;
  border: 1px solid white;
}

.menu2 a {
  color: #ffffff;
}

.menu2 ul {
  padding: 0px 12px;
  list-style-type: none;
}

.innercontent2 {
  float:left;
  padding: 10px;
  width: 658px;
  font-size: 12px;
}

.innercontent2 h1 { margin-top: 0px; margin-bottom: 3px; }


.error h2 { margin-top: 0px; margin-bottom: 2px; }

a img { border: 0px; }

.list { width: 100%; }

.list th {
  text-align: left;
  background-color: #B99A5F;
}

.list td, .list th { padding: 2px; }

.list .td1 td { background-color: #CCB58A; }
.list .td2 td { background-color: #DED0B5; }
.list .listHighlight td { background-color: #B99A5F; }
