@charset "utf-8";
/* CSS Document */

/* notes 

burg #700000
logo red #830000
bg green #7A7700
content bg #EEECDA

*/

/* global tags */

* {

	}
	
body {
	border:0;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	background-color:#CDC698;
	margin-top:0px;
	}
	
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#700000;
	}
	
h1 {
	font-size:130%;
	}
	
h2 {
	font-size:110%;
	}
	
h3 {
	font-size:100%;
	}
	
p {
	font-size:80%;
	line-height:150%;
	}
	
ul li {
	list-style-type:square;
	margin:3px 0px 3px 25px;
	}
	
ol li {
	margin:3px 0px 3px 25px;
	}
	
/* classes */

.footertext {
	font-size:70%;
	text-align:center;
	border-top:1px #B6AD61 dotted;
	margin:5px 20px;
	padding-top:5px;
	}

.floatleft {
	float:left;
	margin:10px 10px 10px 0px;
	}
	
.floatright {
	float:right;
	margin:10px 0px 10px 10px;
	}

.clear {
	clear:both;
	}