body {	
	font-family: Arial, Verdana, sans-serif; 
/*	background-image:url(images/bkgnd.png);*/
	background-color: #555f8d;
	}
/*---------- header --------------------------------------------------*/
.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	}
.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #FFF;
	}
/*---------- content --------------------------------------------------*/
#content {
	background-color:#FFF; 
	padding: 20px;
/*	margin:0 10px;*/
	}
#content img {
	float:right;
	}
#content h2 {
	font-style: italic;
	}
/*---------- navigation --------------------------------------------------*/
#navsite {
	font-size: 14px;
	font-weight: bold;
	}
#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navsite ul li {
	border-top: 1px solid #555f8d;
	}
#navsite ul li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left:12px solid #A5421B;
	border-right:12px solid #A5421B;
	background-color: #DFC284;
	color: #A5421B;
	text-decoration: none;
	}
#navsite ul li a:hover {
	background-color: #A5421B;
	color: #DFC284;
	}	
/*---------- navigation footer --------------------------------------------------*/
#navfoot {
	font-size: 12px;
	font-weight: bold;
	}
#navfoot ul {
	margin: 0;
	padding: 0;
	}
#navfoot ul li {
	list-style: none;
	display: inline;
	}
#navfoot ul li a {
	border-left: 6px solid #A5421B;
	border-right: 6px solid #A5421B;
	background-color: #DFC284;
	color: #A5421B;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	}
#navfoot ul li a:hover {
	background-color: #A5421B;
	color: #DFC284;
	}	

