@charset "utf-8";

/* CSS Document */


/*tag styles*/
body {
  background-color:#EAE6DB;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.8em;
}

h1 {
  font-size:1.8em;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0;
}

h2 {
  font-size:1.5em;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0;
}

p {
  line-height:1.5em;
  margin-top: .6em;
  margin-bottom: 1em;
}

/* page layout styles */
#page {

  background-color:#D6CFBC;
  width:770px;
  margin:auto;
}

#banner {
  width:750px;
  height:125px;
  margin: 10px 10px 5px 10px;
}

#topnav {
  width:750px;
  height:20px;
  margin-top:5px;
  background-color:#333300;
  font-size:1em;
  color:#FFFFFF;
  text-align:center;
  margin:0 10px;
}

#topnav a {
  color:#FFFFFF;
  text-decoration:none;
}

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

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



#content {
  width:750px;
  margin:10px;
}

/*application page styles*/
#form {
	width:255px;
	background-color:#990000;
	float:right;
	padding:5px 0 5px 5px;
	color:#FFFFFF;
}

#form a {
  color:#FFFFFF;
  text-decoration:underline;
}

#form a:visited {
  color:#FFFFFF;
  text-decoration:underline;
}

#form a:hover {
  color:#FFFFFF;
  text-decoration:none;
}


/*link styles*/
 a {
  color:#FFFFFF;
  text-decoration:none;
}

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

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




