@charset "utf-8";
/* CSS Document */

body { 
  font-family: verdana;
  font-size: 11px;
  color: #666666;
  margin: 0px;
  height: 100%;
  background-color: #a9b93b;
}

a {
  text-decoration: none;
  color: #6699cc;
}

img {
  display: inline;
  border: 0px;
}

#container {
  width: 100%;
  padding: 0px;
}

#header {
  width: 800px;
  background-color: #ffffff;
}

#headerright {
  text-align: right;
}

#content {
  margin: 40px 40px 20px 40px;
}

#main {
  width: 100%;
}

#footbar {
	background-color: #c2cc85;
	padding: 3px;
	text-align: center;
	color: gray;
	font-size: smaller;
}

#footbar a,
#footbar a:visited,
#footbar a:active,
#footbar a:hover {
	color: inherit;
}

h4 { font-size: 11px; }
h3 { font-size: 13px; }

/* Class Styles */

.error {
  color: red;
  font-size: 12px;
  font-weight: bold;
}
