@charset "UTF-8";

#container {
width: 800px;
margin: 0 auto;
text-align: left;

}


body {
/* border: solid; border-width: 1px; */

font-family: Arial, Helvetica, sans-serif;

 
  background: url(images/bodyBG2.jpg) no-repeat 50% 0;
  text-align: center;
  

  }


.fixcenter {
	width: 750px;
	border: solid;
	border-width: 0px;
	color: #E1E1E1;
	margin: auto;
	margin-top: 400px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
}

.underlinemenu{

 font-weight: bold;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	font-size: 1.05em;
	}

.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: center; //set value to "left", "center", or "right"*/
padding-right:10px;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #FFFFFF;
	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: 0px solid white;
//bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom: 3px solid white;
	border-bottom-color: #C63;
	color: #C63;	
}