body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;	
	color: #333;
	line-height: 1.25em;
	background-image:url(images/sandpaper.gif);
	}


html {
	overflow-y: scroll;
}


#main_wrapper {
	width:780px; /* widths of columns will change proportionately as this width is changed */
	margin-top: 3em;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color: #fff;
}


#header {
	height: 150px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	background-image:url(images/sandpaper.gif);}

#content {
	width: 760px;	
	margin-left: auto;
	margin-right: auto;
	}

#content_inner {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-color: #fff;
}
	
p.center {text-align: center;}

			

.bold	{font-weight: bold;}


	
h2 {font-size: 1.5em;
	color: #009;
	text-align: left;
}
				

h3 	{font-size: 1.2em;
		color: #009;
		text-align: left;
}
		
.bold 	{font-size: 1.2em;
		
		text-align: left;
}		

img.photoright {float: right;
				margin-left: 15px;
				margin-bottom: 10px;
}

img.photoleft {float: left;
				margin-right: 15px;
				margin-bottom: 10px;
}


.bordertable		{ border-color: #3d0637;
   			 border-width: 1px;
   			 border-style: solid;}	
			 
.bordertd
			{ border-color: #3d0637;
    		  border-width: 1px;
   			  border-style: solid;
			}
			  
			  

.italics	{font-style: italic;}



	 
			 
.imagecenter {text-align: center;}
		
		
.copyright {text-align: center;
			 font-size: .7em;}
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}
	
#footer_inner {
	padding: 5px; /* creates space between the box and the content */
	text-align: center;
	}

/* Hyperlinks */
a:link{
color:#0000cd;
text-decoration: none;
}
a:visited{
color:#903;
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

a:active{
text-decoration:underline;
} 
