﻿body{
  	font-family: Arial, helvetica, sans-serif; 
  	font-weight: normal;
  	margin-left: 10%; margin-right: 10%;
  	color: #400000; 
 	background: url('images/background.jpg') no-repeat fixed 10px 150px;
  	font-size:15px;
  	background-position-x:10px; background-position-y:150px; background-image:url('images/background.jpg'); background-repeat:no-repeat; background-attachment:fixed
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
/* End Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
h1#header {
	color:#840000;
	font: bold, 100% arial, helvetica, sans-serif;
	text-align: left;
	margin-bottom: 5px;
}
h2#header {
	color: maroon;
	font: bold, 80% arial, helvetica, sans-serif;
	text-align: left;
	margin-bottom: 5px;
}
h3#header {
	color: #036;
	font: bold, 100% arial, helvetica, sans-serif;
	text-align: left;
	margin-bottom: 2px;
}
h4#header {
	color: #036;
	font: bold, 100% arial, helvetica, sans-serif;
	text-align: left;
	margin-bottom: 1px;
}
p{
	font-size: 1.0em;
	text-indent: 0em;
	margin-top: 0;
	margin-bottom: 8px;
}
li{
	font-size: 1.0em;
	text-indent: 2em;
	margin-top: 0;
}
.footer
	{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #AA0000;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;		
	margin-top: 10px;	}
