/* stylesheet for structure of the page*/
body {
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	padding-left:20px;
	padding-right:20px;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Myriad Pro, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	line-height: 1.7em;
	background:#656565;
	background-image:url(../images/mafbes.jpg);
	background-repeat:repeat-x;
}

hr {
	color:#FFFFFF;
}

#menu a:link { /* unvisited link */
	color:#ffffff;
	text-decoration:none;
}     
#menu a:visited {  /* visited link */
	color:#ffffff;
	text-decoration:none;
}
#menu a:hover {   /* mouse over link */
	color:#ffffff;
	text-decoration:underline;
}
#menu a:active {   /* selected link */
	color:#ffffff;
	text-decoration:none;
}

a:link { /* unvisited link */
	color:#E4BD94;
	text-decoration:underline;
}     
a:visited {  /* visited link */
	color:#E4BD94;
	text-decoration:underline;
}
a:hover {   /* mouse over link */
	color:#ffffff;
	text-decoration:underline;
}
a:active {   /* selected link */
	color:#ffffff;
	text-decoration:underline;
}

.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #656565;
	background-image:url(../images/mafbe.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin:0px;
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*specify page height */
	margin-top:40px;
}

.oneColFixCtr #header {
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.6em;
	text-align:center;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtr #menu {
	margin:0px;
	padding:0px;
	clear:none;
	font-size:96%;
	margin-left:-40px;
}

.oneColFixCtr #details {
	float:right;
	margin:0;
	padding:0;
	margin-top:-35px;
}

.oneColFixCtr #divider {
	margin:0px;
	padding:0px;
}

.oneColFixCtr #content_home {
	margin:0px;
	padding:0px;
	margin-left:-15px;
	margin-top:-15px;
	clear:none;
}

.oneColFixCtr #content {
	margin:0px;
	padding:0px;
}

.oneColFixCtr #footer {
	margin:0;
	padding:0;
	font-size:95%;
	text-align:center;
}

.oneColFixCtr #container #menu li {
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.highlight {
	color: #CCCCCC
}
