body {

background-color: #ffffff;
color: black;
font-family: Georgia, Times, "Times New Roman", serif;
margin: 0;
font-size: medium;

  background-attachment: fixed;
  background-image:url("back.jpg");
}



.title {
 	font-size: 200%; color: white; background-color: #003366; margin-left: 0px; margin-top: 0px; margin-bottom: 22px; padding: 10px 10px 10px 10px
}



#header  {background-color: #003366; padding: 3px; margin: 0; font-size: medium; color: white; border-left: 1px solid #369;}



h2.header {color: white; text-decoration: none; font-size: 24px;}
h1.header {text-align: left; color: white; text-decoration: none; font-size: 24px;}
a {text-decoration: none}
a:link {color: blue; text-decoration: none}
a:visited {color:blue; text-decoration: none}
a:active {color:blue; text-decoration: none}
a:hover {color:white; text-decoration: none;background-color:#69f}


h1, h2, h3, h4, h5, h6 {color: #003366; padding: 0px}


h1 {text-align: center}


#defaultmain  { padding-top: 0px; padding-bottom: 2%; padding-left: 2%; padding-right: 2%; margin: 15px 15px 15px 165px; border-width: 1px; border-style: solid; border-color: #9999dd;  }

#navsite p {
display: none;
}

#navsite {
float: left;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 0.7em;
font-weight: bold;
width: 150px;
border: 1px solid #9999dd;
padding: 0;
margin-bottom: 1em;
color: #333;
}

#navsite ul {
list-style: none;
margin: 0;
padding: 0;
}

#navsite ul li {
margin: 0;
border-top: 1px solid #003;
}

#navsite ul li a {
display: block;
padding: 2px 2px 2px 0.5em;
border-left: 1px solid #369;
border-right: 1px solid #69c;
border-bottom: 1px solid #369;
color: #003366;
text-decoration: none;
width: 100%;

}
body #navsite ul li a {
width: auto;
}

#navsite ul li a:hover {
border-left: 1px solid #036;
border-right: 1px solid #69c;
border-bottom: 1px solid #369;
background-color: #69f;
color: #fff;
}

.big {font-size: large}
p.footer {font-size: small}

a.footer:link {color: black}
a.footer:visited {color: purple}
a.footer:hover {color: red }
a.footer:active {color: red }



        /* Default for formgen */



/* This section applies to the form input fields */
.text-input	 	{
			background: #eeeeee;
			}

.text-input:hover 	{
			background: #fefefe;
			}

/* This section applies to the 'title' */


/* This section applies to the 'note' text */
.note
			{ 
			 font-family: Verdana, Arial, sans-serif;
			 font-style: italic; 
			 font-weight: normal;
			 font-size: smaller;
			 background-color: transparent;
			 color: #0000ff; 
			 background-image: none; 
			 text-align: center; 
			}

.itw
			{ 
			 font-family: Verdana, Arial, sans-serif;
			 font-style: italic; 
			 font-weight: normal;
			 font-size: x-small;
			 color: navy; 
			 background-color: silver;
			 background-image: none; 
			}

.error
			{ 
			 font-family: Verdana, Arial, sans-serif;
			 font-style: normal; 
			 font-weight: normal;
			 font-size: x-large;
			 color: red; 
			 background-color: white;
			 background-image: none; 
			}


