
a {	text-decoration: none; 
	color: blue; }

a:visited {	text-decoration: none; 
		color: blue; }

a:hover   {	text-decoration: underline; 
		color: blue;  }


body { min-width:750px; 
       font-family: "Monotype", Arial; 	}


body,html { margin:0;
            padding:0;
            background: #CCCCCC;  }


#wrapper { width: 736px;  
	   padding: 10px 15px 1050px 15px;

	/* IE hack */
	*padding-bottom: 10px;
	_padding-bottom: 10px;

	   margin: auto; 
	   margin-top: 10px;
	   border: 1px solid #666633;
		background: url(gradient.gif) no-repeat white; }

/* this is the header for the main page */
#header { width: 706px;
	  height: 215px;
	  margin: auto;
	  margin-top: 15px;
	  text-align: center;
	  /*background: #380474;*/ 
	  padding-bottom: 10px;
  }



#main h3 { text-align:center; 
	   font-family: "Monotype", Arial; }


#main { float: right;
	width: 680px; 
	margin-top: 8px;
	margin-right: 20px;
	padding: 10px;
	padding-top: 0px;

	/* IE hack */
	*padding-top: 10px;
	_padding-top: 10px;

	padding-bottom: 20px;
	background: #F7F7F7;    
	font-size: 16px; 
	border: 1px solid #666633; }

.leftImage { float: left; 
	     padding: 5px; 
	     margin-right: 5px;	}

.rightImage { float: right; 
	      padding: 5px; }
   	




#nav {width: 705px;  margin: auto;}
