/* G4 Global CSS Document */
p {font-family:Georgia, "Times New Roman", Times, serif;
   font-size:1em;
   padding-left:20px;
   padding-right:20px;
   }

.bigtitle {font-size:1.35em;
		   font-family:Arial, Helvetica, sans-serif;
		   }
		   
.maintitle {font-size:1.95em;
		   font-family:"Monotype Corsiva", "Splendid", cursive, Verdana;
		   background-color:#FFFFCC;
		   border: 2px solid #FFCC66;
		   position:relative;
		   left:0;
		   width:99.5%;
		   margin-bottom:0px;
		   padding: 0 0 0 0;
		   margin: 0 0 0 0;
		   font-weight:200;
		   }		
			
body {margin: 0 0 10px 0;
	  background-color:#FFFFCC;

	  }

		 
#bottom {
		 position:relative;
		 border-left: 2px solid #FFCC66;
		 border-right: 2px solid #FFCC66;
		 border-bottom: 2px solid #FFCC66;
		 background:#FFFFCC;
		 width:99.5%;
		 text-align:center;
		 vertical-align:middle;
		
		 }
		 
html, body { 
margin:0; 
padding:0; 
} 
#wrapper { 
width:100%; 
float:right; 
margin-left:-370px; 
} 

#content { 
margin-left:370px; 
padding-bottom: 20px; 
border-top: 1px solid #FFFFCC; /* to stop collapsing margins in Moz */ 
border-left: 1px solid #FFEE99;
} 

#nav { 
width: 369px; 
float: right; 
border-right: 1px solid #FFEE99;
} 

.footer{

background: #FFFFCC; 
border-top: 2px solid #FFEE99; 
border-bottom: 2px solid #FFEE99; 
margin: 0; 
clear: both; 
width: 100%; /*ie requires this or height */ 

} 

 .header { 
background:#fff;
background-image:url(images/topbar2.png);
background-repeat:repeat-x;
		
/*border-top: 2px solid #000; 
border-bottom: 2px solid #000; */
margin: 0; 
clear: both; 
width: 100%; /*ie requires this or height */ 

} 	 
		 
a.cloud { text-decoration:none;
		  color:#0000FF; 
		  font-family:Arial, Helvetica, sans-serif;}
a:hover { color:#FF0000; }

.cell1 { }

#navbuttontable { /* Navbar Stuff Here */}

/* Tiling cornicing...

 background-image:url('/images/cornice_tile.jpg');
 background-repeat:repeat-x;

*/