/* shared structural elements */

body {
	background-color : #ffffff;
}

#frame{

	float : left;
	margin : 1px 1px;
	width: 760px;
}


#MainTextBody{

	margin-left : 15px;
	margin-top : 35px;	
	width : 735px;
	float : inherit;
    vertical-align : top;
	height: auto;
	
}



#copyright{

	float : inherit;
	margin-top : 25px;
	width : 745px;
	background-color: #663333;
    text-align: right;
	font-size : 0.60em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : normal;
	vertical-align : top;
	color : #FFFFFF;
	padding: 3px;
	margin-bottom: 20px;


}         
                     
/* shared navigation */

a:link    {
	color:#663333;
	text-decoration : underline;

}

a:visited {

    color: #663333; 
	text-decoration : underline;

 
  }
  
a:hover  {
	color: #333333;
	text-decoration : underline;
}
	     

/* bits and pieces */

	
.clear {
	clear: both;
	overflow: hidden;
	float: none;
	width: 100%;
	height: 1px;

}
	
	

	






            

