body{
  color: #000080;
  background-color: #FFFFFF;
  font-family: arial, sans-serif;
  font-size: smaller;
  line-height: 2em;
  background-image: url('images/nicholassoln.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed
}
a{
  background-color:#FFFFFF;
  color: #0000FF;
  text-decoration: none;
  font-weight: bold;
}
a:hover{
  background-color:#FFFFFF;
  color: #FF0000;
}
a.footer{
  margin: 0 30px 0 30px;
}
a.tiny{
  font-size: x-small;
}
#maincontainer{
  width: 790px;
  margin:auto;
  text-align: justify;
}
#noflashnav{
  border: 0;
  width: 790px;
  height: 155px;
}
#topnavbar{
  margin-bottom: 30px;
}
#datetoday{
  color: #FF0000;
  background-color:#FFFFFF;
  font-size: x-small;
}
#footer{
 border: solid 1px #000000;
 padding: 3px 0 3px 0;
 width: 99%;
 margin-top: 30px;
 clear: both;
}
#maincontent{
 width: 84%;
 margin: auto;
}
h1, h2, h3 {
  background-color: inherit;
}
h1{
  color:#6666FF;
  font-size: larger;
  font-weight: bold;
}
h2{
  color: #000080;
  font-size: 1em;
}
h3{
  font-size: 1em;
  color: #FF5555;

}
hr{
  width:50%;
}
label,input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 5px;
    font-weight: bold;
	padding: 4px;
}

label {
	text-align: right;
	width: 80px;
	padding-right: 10px;

}
input, textarea{
    border: solid 1px #0000FF;
	background-color: #FAFAFA;

}
select{
  padding: 2px;
  width: 255px;
  font-weight: bold;
  background-color: #FAFAFA;
}
textarea{
  width: 97%;
  margin: auto;
  font-weight: bold;
  font-family: arial, sans-serif;;
  font-size: 1em;
  padding: 5px;
  height: 200px;
}
br {
	clear: left;
}
input.button{
  color:inherit;
  width: 40%;
  background-color: #F0F0FF;
  margin-right:20px;
}
fieldset{
   border: 1px dashed; 
   margin-bottom: 25px;
   padding: 8px;
}
