* {
margin: 0;
padding: 0;
}

body {
	text-align: center;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #696969;
	padding-top: 10px;
	background : #EEEEEE;
}


#topsection {
	width:700px;
	height: 200px;
	background-color : #C5600E;
	color : White;
	font : bold normal 16px Arial, Helvetica, sans-serif;
	background :  url(../images/header.jpg);
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: normal;
	font : 12px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 11px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #C5600E;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #A3500C;
	text-decoration: none;
}

#wrapper {
	width: 700px;
	background: White repeat-y;
	background-position: 0 0;
	border: 5px solid #F9F9F9;
	margin: 0 auto;
	text-align: left;
}


h2 {
	width: 450px;
	height: 35px;
	font: bold 20px Arial, Helvetica, sans-serif;
	background-image:  url(../images/title2.jpg);
	color : #F5F5F5;
	margin-bottom: 10px;
}

h4 {
	width: 350px;
	height: 50px;
	font: bold 20px Arial, Helvetica, sans-serif;
	background-image: url(../images/munroheader.jpg);
	color : #4169E1;
	margin-bottom: 10px;
}

h3 {
	font : bold normal 18px Arial, Helvetica, sans-serif;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #C5600E;
	color: White;
	float: left;
	width: 700px;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 8px 1em;
	background-color: #4169E1;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font : bold 12px Arial, Helvetica, sans-serif;
	height : 15px;
}

#navcontainer ul li a:hover
{
	background-color: #A3500C;
	color: #fff;
}


img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
	float: left;
	width: 700pxmargin: 1px;
	font-size: small;
	border-left : thin;
	margin-top : 8px;
	text-align : justify;
	background : url(../images/bottom.jpg) no-repeat bottom;
}
#content a{
	color : #4169E1;
}
#content a:hover{
	color : #1D44B8;
}
	
p {
margin-bottom: 20px;
}

p:first-line {
	font-weight: normal;
}

#footer {
	clear: both;
	width: 700px;
	height: 25px;
	background : #F5F5F5;
	color : Gray;
	font : bold Arial, Helvetica, sans-serif;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
}
#footer a{
	color : #4169E1;
}
#footer a:hover{
	color : #B6C6F3;
}
#acknowledgements {
	width: 700px;
	height: 20px;
	background : #F5F5F5;
	color : Silver;
	font : bold Arial, Helvetica, sans-serif;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
}

