body {
	background: white;
	color: black;
	margin: 0.5em;
}
body a { color: #0033CC; }
body a:hover { color: #b02; }

/* --------------------------------------------------------- */
#bodywrap {
  background: white;
  width:802px;
  border: 1px solid black;
  padding: 5px 5px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0em;
  margin-bottom:0em;
}

/* --------------------------------------------------------- */
#masthead {
   height: 106px;
   width: 800px;
   border: 1px solid black;
}

#masthead a:hover { color: #b02; }

#masthead h1 {
   color: ffffff;
   text-align: center;
   margin: 20px 0 0 0;
   font-size: 3em;
   font-family: impact;
}

/* --------------------------------------------------------- */

#menu {
   height: 1.2em;
   width: 800px;
   background-image: url(../images/menu_back.jpg);
   text-align: center;
   font-family: sans-serif;
   border: 1px solid black;
}
#menu a {
   color: 003366;
   font-size: 1em;
   text-decoration: none;
   padding: 0 1%;
   font-weight: bold;
   border: 3px solid black;
   border-style: none solid;
}
#menu a:hover { color: ff3333; border-color: ff3333; }

/* --------------------------------------------------------- */

#menu2 {
   height: 1.2em;
   background:#99FFCC;
   text-align: center;
   font-family: sans-serif;
   border: 1px solid black;
}
#menu2 a {
   color: 006666;
   font-size: 1em;
   text-decoration: none;
   padding: 0 1%;
   font-weight: bold;
   border: 3px FFFFFF;
   border-style: none solid;
}
#menu2 a:hover { color: ff3333; border-color: ff3333; }

/* --------------------------------------------------------- */

#main { 
   width: 800px;
}

#content { 
   padding: 5px;
   text-align: justify;
}

#right {
   margin: 0 0 0 10px;
   float: right;
}

#content a:hover { color: ff3333; }

