@charset "iso-8859-1";
/* author: Darlene Arnswald */
/* Creation date: 8/1/10 */

body {
	background-color: #666; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/tile1.jpg); 
	background-repeat: repeat;
}


hr {
	color: #C73E03;
	background-color: #C73E03;
	height: 1px;
}

.bodytitle {
	font-weight: bold;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0B5BA4;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D65B0;
	text-decoration: underline;
	font-style: italic;
}



 .bodytext a:link { 
    color: #0000ff; 
	text-decoration: underline; 
  }
 .bodytext a:visited { 
    color: #0000ff; 
	text-decoration: underline;
 }
 .bodytext a:active { 
    color: #0000ff; 
	text-decoration: underline; 
 }
 .bodytext a:hover { 
    color: #993366; 
	text-decoration: underline; 
 }

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}


.biotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: regular;
	color: #333;
	padding-top:20px;
}


.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
 .footertext a:link { 
    color: #ffffff; 
	text-decoration: none; 
  }
 .footertext a:visited { 
    color: #ffffff; 
	text-decoration: none;
 }
 .footertext a:active { 
    color: #ffffff; 
	text-decoration: underline; 
 }
 .footertext a:hover { 
    color: #5E4018; 
	text-decoration: underline; 
    background-color: #FFFFFF;
 }
 


 
