body {
	background-color: #000033;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image : url(../images/background.gif) ;
	background-repeat : repeat ;
}
#logo {
  position : absolute;
  top : 15px;
  left : 45px;
  width : 625px;
  height : 125px;
  text-align : center;
  background-color : #000033 ;
  background-image : url("../images/header_image.jpg");
  background-repeat : no-repeat ;
  z-index : 4;
}
#head {
  position : absolute;
  top : 145px;
  right : 10px;
  width : 650px;
  height : 45px;
  background-color : #3300aa ;
  background-image : url("../images/background_inverse.gif");
  background-repeat : repeat ;
  border : solid 2px #ccccff ; 
  z-index : 4;
}
#head h1 {
  font-family : verdana, arial, helvetica, sans-serif ;
  font-size : 20pt;
  font-weight : bold;
  color : #ffffaa; 
  text-align : right;  
  margin : 5 10 15 0;
  
}
#leftmenu {
  position : absolute;
  top : 200px;
  left : 15px;
  width : 115px;
  text-align : left;
  background-color : #3300aa ;
  border : solid 2px #9999ff ; 
  z-index : 5;
}
#leftmenu p {
  font-family : arial, helvetica, sans-serif ;
  font-size : 12pt;
  font-weight : bold;
  text-align : left;  
  color : #ccccff; 
  text-decoration : none;
  margin : 5 5 5 5;
}
#leftmenu p.active {
  color : #000033; 
  background-color : #ffffff;
}

#leftmenu a {
  color : #9999ff;   
  text-decoration : none;
}

#leftmenu a:hover {
  color : #ffffff;   
  background-color : #000033;
  text-decoration : underline;
}
#rightmenu {
  position : absolute;
  top : 75px;
  right : 20px;
  width : 133px;
  text-align : left;
  background-color : #cc3399 ;
  border : solid 2px #ffffff ; 
  z-index : 3;
}
#rightmenu p {
  font-family : arial, helvetica, sans-serif ;
  font-size : 12pt;
  font-weight : bold;
  text-align : center;  
  color : #ffccff; 
  text-decoration : none;
  margin : 5 5 5 5;
}
#rightmenu p.active {
  color : #ffff66; 
  background-color : #00ccff;
}

#rightmenu a {
  color : #ffccff;   
  text-decoration : none;
}

#rightmenu a:hover {
  color : #ffffff;   
  background-color : #f655aa;
  text-decoration : underline;
}

#rightmenu img {
  border : 0;
  text-align : center;
}

#container {
  position : relative;
  margin : 175 auto;
  width : 90%;
  background-color : #09487e ; 
  text-align : center; 
  border : solid 2px #3300aa ; 
  background-repeat : repeat;
  z-index : 1;
}
#mainbody {
  position : relative;
  margin : 10 90 10 100;
  top : 10px;
  background-color : white ; 
}
#mainbody p, li {
  font-family : arial, helvetica, sans-serif ;
  font-size : 11pt;
  font-weight : normal;
  color : black ; 
  text-align : left;  
  margin : 0 30 10 10;
}
#mainbody a {
  font-family : arial, helvetica, sans-serif ;
  font-size : 11pt;
  font-weight : normal;
  color : #0000aa ; 
  text-decoration : none;
  text-align : left;  
  margin : 0 0 0 0;
}
#mainbody a:hover {
  color : blue ; 
  text-decoration : underline;
}
#mainbody a.head {
  font-family : verdana, arial, helvetica, sans-serif ;
  font-size : 16pt;
  font-weight : bold;
  color : #cc6600; 
  text-align : left;  
  margin : 15 25 15 0;
  text-decoration : none;  
}
#mainbody a.head:hover {
  color : #ee9900; 
  text-decoration : underline;  
}

h1 {
  font-family : verdana, arial, helvetica, sans-serif ;
  font-size : 20pt;
  font-weight : bold;
  color : #cc3399; 
  text-align : left;  
  margin : 15 25 15 10;
}
h2 {
  font-family : verdana, arial, helvetica, sans-serif ;
  font-size : 16pt;
  font-weight : bold;
  color : #cc6600; 
  text-align : left;  
  margin : 15 25 15 0;
}
.right {
  margin : 0 20 0 10;
  float : right;
  position : relative;
  }
.left {
  margin : 0 10 0 20;
  float : right;
  position : relative;
}
.form {
  background-color : #9999ff ;
  margin : 0 25 10 15 ;
}
#mainbody .formhead {
  font-size : 14pt;
  font-weight : bold;
  color : #ccccff;   
}
#mainbody .formintro {
  font-size : 10pt;
  color : #000066;   
}
#footer {
  position : relative;
  top : 40px;
  width : 100%;
  height : 25px;
  background-color : #ffffbb ;
  border : solid 2px #3300aa ; 
  z-index : 2;
}
#footer p {
  font-family : verdana, arial, helvetica, sans-serif ;
  font-size : 9pt;
  font-weight : bold;
  color : #6666aa; 
  text-align : center;
  margin : 5 10 5 10 ;  
}
#footer a {
  color : #6666aa; 
  text-decoration : none;  
}
#footer a:hover {
  color : #3333ff; 
  text-decoration : underline;  
}
#credits {
  position : relative;
  top : 40px;
  left : 0px;
  width : 100%;
  height : 25px;
  z-index : 3;
  }
#credits p {
  font-family : verdana, arial, helvetica, sans-serif ;
  font-size : 9pt;
  font-weight : bold;
  color : #6666cc; 
  text-align : right;
  margin : 5 110 5 10 ;  
}
#credits a {
  color : #6666cc; 
  text-decoration : none;  
}
#credits a:hover {
  color : #aaaaff; 
  text-decoration : underline;  
}
