html, body {
background-color : #ffffbb;
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, helvetica, Verdana, sans-serif;
font-size: .9em;
color: #666;
margin-left: 0px;
margin: 0;
padding: 0;
line-height: 200%;
text-align:left;

}

	

h1 {
  font-size: 1.8em;
   font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #613356;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #4D636F;
  margin-bottom: 0px;
}

h4 {
  font-size: 1.2em;
  font-weight: normal;
  color: #635164;
  margin-bottom: 0px;
}

.tiny {
  font-size: .8em;
}


h1, h2, p {
  margin: 1em 0;
}

#wrapper {
  width: 790px;

 float: center;
  min-height:600px;
height:auto !important;
  margin: 0 auto; 
  padding:0em;
  border: 0px solid red;
  
}




#header {
	
width:750px;
background: #ffffbb url(images/maureen-header.png);
	background-position:center;
	background-repeat: no-repeat;
border-left: 8px solid #fff395;
border-top: 8px solid #fff395;
border-right: 8px solid #fff395;
	height: 260px; 
	margin-top: 10px;
	  padding: 10px 10px 0px 10px;


	 
	
}


#content { 
  width: 750px; 
  min-height:400px;
  background-color : transparent;
  float: left;
  padding: 0px 10px 0px 10px;
  margin-top: 0px; text-align: left;
border-left: 8px solid #fff395;

border-right: 8px solid #fff395;
}



#mainNav {

width:750px; 
min-height:40px; 
font-family: "Trebuchet MS", Verdana, Arial;
text-align: right;
line-height: 200%;
font-size: 1.2em;
margin-top: 0px;
background-color : transparent;
border-left: 8px solid #fff395;

border-right: 8px solid #fff395;
 padding: 0px 10px 0px 10px;
	}
	

#menu1 {
  width:750px;
  
  padding:0; 
  text-align: center;
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:150px;
  

  }
#menu1 a {
  /*display:block;*/
  width:150px;
  color: #666666;
  border-right: 0px solid #598e92;
 
 

  text-align:center; 
  padding:0px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
 color: #4A0048; 
 
  }



table 1 {

padding: 2px;
vertical-align: top;
 text-align: top;

border: 1px solid blue;

}

td {
 vertical-align: top;
 text-align: top;

 margin: 0px;
}


tr {
 vertical-align: top;
 text-align: top;

 margin: 4px;
}




#footer {
  background-color: transparent;
  width: 750px;

  margin-top: 0px;
  height: 40px;

  padding: 1px 10px 0px 10px;
  border-top: 0px solid #4A0048;
   border-bottom: 8px solid #fff395;
border-left: 8px solid #fff395;
border-right: 8px solid #fff395;
clear: both;
 
} 


.sig {
padding-left: 10px;
padding-top: 10px;
 
  font-size: .9em;
  color: #000;

 
} 

#footer2 {
width:750px; 

clear: both;
font-size: .8em;
text-align: right;
padding-top: 1px;
border-top: 0px solid #000;


}

hr 

{color: transparent; background-color: transparent; border: 1px dotted #613356; border-style: none none dotted; clear:both}




input.txt {
  color: #00008B;
  background-color: #cccccc;
  border: 1px solid #4D636F;
  width: 200px;
}

input.box {
  color: #cccccc;
  background-color: #cccccc;
  border: 1px solid #4D636F;
  width: 200px;
  height: 100px;
}

  .btn {
  color: #000000;
  background-color: #cccccc;
  border: 1px outset #00008B;
  /*margin-left:11em;*/
  
}
  form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
 form p label {
  float: left;
  width: 50%;
  /*font: bold 0.7em Arial, Helvetica, sans-serif;*/
}






/***** Global Classes *****/
.clear { clear: both; }
.hide { display: none; }
.show { display: block; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.image-left, .image-right { margin: 0 0 5px 0; } 
.image-left { float: left !important; margin-right: 15px; }
.image-right { float: right !important; margin-left: 8px; margin-right: 8px; }
.image-border { border: 1px solid #635164; padding: 5px; }
.image-none { border: 0px }
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.hand { cursor: pointer; }
.auto-height { height: auto !important; }
.auto-width { width: auto !important; }

