﻿@charset "utf-8";
/*CSD #17627ktw0w0w0gQIXliTGSj*/

* {	margin: 0;
	padding: 0;}
	
body {
	color:#000;
	background: #efeffe url("../img/bg.png") center repeat scroll; 
	font: 0.85em Tahoma, Verdana, Geneva, sans-serif ;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;

}
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4 {
	margin: 0.5em 0;
	border-bottom: 1px solid #32206A;
}

hr {height: 0px; margin: 0.5em; border: 1px solid #32206A; border-width: 0 0 1px;}

div#maincontent {
	background: #CFC;
	/* others: #E8F1C5 = olivey, #EEDC82 = flax */
	
	clear: both;
	
	padding: 1em;
	
		
}

/* misc list formatting */

div#maincontent p, div#maincontent ul, div#maincontent ol, div#maincontent dd {
	margin-bottom: 0.6em;
	line-height: 1.25em;
}

div#maincontent dt {
	line-height: 1.25em;
}

div#maincontent p {padding: 0;}

div#maincontent ul, div#maincontent ol, div#maincontent dd {padding-left: 3em;}

div#maincontent dt { font-weight: 600; }

/* misc table formatting */
div#maincontent table td, div#maincontent table th { padding: 0.1em 0.5em; }
div#maincontent table.line th { border-bottom: 1px solid #32206A; }

/*footer formatting*/

div#footer {
	position: absolute;
	left: 0;
	right: 0;
    bottom: 0;	
	
	padding: 0.4em 1em;
	
	font-size: 0.8em;
	background: #EEC482;
	color: black;
}

div#footer p {margin: 0; padding: 0; text-indent: 0;}

html, body {
    height: 100%;
}

#container {
    position: relative;
	
	margin: 0 auto;
	padding: 0;
	
	width: 55em;
	min-height: 100%;
	 /*change along with footer height*/
	}

#container #pad {
	padding-bottom: 5em;
}



/* misc styles */

abbr, acronym {text-decoration: none; border: 0; outline: 0;}
.nobr { white-space: nowrap; }

.clear {clear: both; }

.snote { font-size: smaller; }

/*bland styles */

#maincontent h2.bland, #maincontent h3.bland, #maincontent h4.bland {font-size: 1.2em; font-family: inherit;}

ul.bland, ol.bland {list-style: none !important; padding: 0 !important;}
