/* style.css - a simple style sheet */
body {

	background-color:#FEF5CA;
	margin:0px auto;


}

h1 {
	font-size:150%
	}

a:link, a:visited, a:active {

	color: #8B6508;
	text-decoration: none;

}

a:hover {

	color: #8B6508;
	text-decoration: underline;
	}
	
#main {
	background-color:#ffffff; 
	padding:0px; 
	border:2px solid #FFB90F;
	margin:20px;
	min-height:800px
	}

#header{
	padding:5px; 
	border-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#FFB90F; 
	margin:0px; 
	text-align:center;
	height:170px;
	}
	
#header img{
	float:left;
	}
	
#header h1{
	font-size:200%;
	}
	
#navigation{
	width:170px; 
	padding:5px; 
	border-right:2px;
	border-right-style:solid;
	border-right-color:#FFB90F;
	margin:0px;
	position:absolute;
	background-color:#ffffff;
	}
	
#navigation ul{
	list-style-type:none;
	line-height: 2;
	}

.navlink a:link, .navlink a:visited, .navlink a:active {

	color: #B8860B;
	text-decoration: none;

}

.navlink a:hover {

	color: #8B6508;
	text-decoration: underline;
	font-weight: bold;
	}
	
.nobullet ul {
	list-style-type:none;
	line-height: 2;
	}


#content{
	padding:10px; 
	border:0px solid gray; 
	margin-left: 180px;

	}
	
#callout{
	width:200px;
	margin:5px;
	padding:0px 10px 0px 10px;
	border:1px solid black;
	float:right;
	background-color:#FEF5CA;
	}
	
#callout h1{
	font-size:150%;
	text-align:center;
	line-height:75%;
	}
	
#right{
	float:right;
	width:350px;
	margin:5px;
	padding:0px 10px 0px 10px;
	border:1px solid black;
	background-color:#FEF5CA;

	}

.centeredimage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

