
/*
General stuff
*/
body{
	width:760px;
	
	margin:0;
	
	background: none;
	
	font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #555;
}


hr{
	display:none;
}

ul{
	list-style:none;
	padding-left:10px;
	margin-left:0px;
}

li{
	padding-left:10px;
	background: none;
}



/*h1 used for the title on each page*/
h1{
	font-family: georgia, serif;
	font-size:1.8em;
	font-weight:normal;
	color:#554037;
}



h2{
	font-family: georgia, serif;
	font-size:1.4em;
	font-weight:normal;
	color:#333;
	border-bottom:1px dashed #888;
	margin-top:30px;
}


h3{
	font-family: georgia, serif;
	font-size:1.1em;
	font-weight:bold;
	color:#444;
	margin-bottom:5px;
}

em{
	font-family: georgia, times, serif;
	font-style: italic;
}

acronym {
	text-decoration:none;
	border-bottom:none;
}

a{
	color: #7C6145;
	text-decoration:underline; 
}



a img{
	/*make sure there are no borders with links on from images, particularly in Mozilla/Firefox */
	border:0;
}


table caption, table td, table th{
	text-align:left;
}


#header{
	background: none;
	text-align:right;
	
	margin-bottom:50px;
}

#header hr{
	display:none;
}


/*
Logos
*/
#logo{
	float:left;
}







/*
Navigation
*/
#navigation {
	display:none;
}







/*
Footer
*/
#footer{
	clear:both;
	border-top:1px solid #AAA;
	font-size:0.9em;
}
