@charset "utf-8";
/*Basic CSS Styles*/

header, section, article, footer, figure, figcaption {
	display: block;
}


body {
	font: normal 85%/135%; font-family:Verdana, Geneva, sans-serif;
	color: #555;
	background-color: #fff;
}


h1, h2, h3 { color:#000; }
	
h1 { font-size: 2em; }
h2 { font-size: 1.2em; }
h3 { font-size: .90em; font-variant: small-caps; }


a { color: #036; }
a.section:link {color:#5c3315;text-decoration:none;}
a.section:visited {color:#5c3315;text-decoration:none;}
a.section:hover {text-decoration:underline;}
a.section:active {text-decoration:underline;}


img {border: none; max-width: 100%;}
.clear{clear:both}



p {
	margin: 5px 0;
}

strong {font-weight: bold; color: #000;}

hr {
	color: #fff;
	border-top: dotted 1px #390;
	margin-left: 0;
}


ul {}
ul li {
	list-style: square outside;
}

header h1 { font: normal 150% verdana, serif; }
header h2 { 
	font: normal 120% verdana, serif; 
	color #555; 
	margin: 5px 0 0 0;
}

header a:hover { text-decoration: none; }
#utility {text-align: right; margin: 0; }

article h1 { 
	font-variant: small-caps; 
	font-size: 1em; 
	font-weight: bold; 
}

figure figcaption { font: italic .90em verdana; color: #000; }
