body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	text-align: center;
	background-color: #FFFFFF;
}
.picturetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660000;
	text-decoration: none;
	text-align: center;
}

#navibar {background-image:url(images/buttons/buttonbg.jpg);
background-color:#990000;
}
#navibar a { /*/*/
padding: 0 3 3 3;
font:Arial, Helvetica, sans-serif;
font-weight:200;
font-size:14px;
color:#FFFFFF;
display:block;
text-decoration:none;
width:100px;
vertical-align:top;
text-align:center;
/* */
}


#navibar a:link, #navibar a:visited { color:#FFFFFF;
text-decoration:none;
display:block;
font-weight:200;

}

#navibar a:hover, #navibar a:active {
color: #000099;
border-top-color:#990000;
border-top-width:2px;
border-top-style:solid;
font-weight:200;
background-color:#FFFFFF;
text-decoration:none;
display:block;

}

 #maintext {
	margin-left:15%;
	margin-right:15%;
	padding-left:15px;
	padding-right:15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	background-color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
 }
 
