/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat-y;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

#content {
	font-size:90%;
	padding:8px;
	padding:8px !important;
}

#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:160%;
	border-bottom:1px solid #000;
	font-weight:normal;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
	color:#860000;
	font-weight:normal;
}

#content a {
	color:#860000;
	border-bottom:1px dashed #860000;
	text-decoration:none;
}

#content a:visited {
	color:#860000;
	border-bottom:1px dashed #860000;
	text-decoration:none;
}


#content a:hover {
	background-color:#666666;
	color:#FFF;
	text-decoration:none;
}
	
.aboutus {
	font-size:80%;
}

.photopadding {
	padding-right:5px;
}

.smalltext {
	font-size:80%;
}

.button a{
	display:block;
	border:1px solid #000;
	padding:3px;
	background-color:#ccc;
	color:#fff;
	width:100px;
	margin:5px;
}
