/*Begin Reset Code*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, ol,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	background: #ccc url(../img/background.jpg) repeat;
}
body {
	line-height: 1;
	color: #434343;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 1em 0;
	
}
#mainContent li {
	margin-left: 2em;
}
ul, ol {
	padding-left: 25px;
}
li {
	margin-bottom: .7em;	
	line-height: 150%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 175%;
	color: #ce3f00;
	margin: 1em 0 .5em;
	font-weight: normal;
	padding: 0 0 .3em;
	line-height: 110%;
} 
h2 {
	color: #ce3f00;
	font-size: 130%;
	font-weight: normal;
	margin: 1em 0 .5em 0;
	line-height: 110%;
}
h3 {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin: 1.1em 0 .1em;
	line-height: 110%;
}
h4 {	
	font-size: 110%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 120%;
}
p {
	margin: 0 0 .9em 0;
	line-height: 1.5em;
}
/*End Reset Code*/
#mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #fff;
	list-style: none;
	margin: 80px 10px 0 0;
	padding: 0;
	text-align: right;
}
#mainNav li {
	display: inline;
	font-weight: bold;
	padding: 0 8px;
}
#mainNav li.current {
	color: #fddb1e;
}
#mainNav li a {
	color: #fff;	
	text-decoration: none;
}
#mainNav li a:hover {
	color: #fddb1e;
	text-decoration: underline;
}
#container {
	width: 956px;
	background: #FFF url(../img/page_bg.jpg) 0 0 no-repeat;
	border:3px solid #fff;
	margin: 0 auto;
	padding-bottom: 10px;
}
#mainContent {
	padding: 25px;
	overflow: visible;
	margin-left: 250px;
}
#footer {
	clear: both;
	background: url(../img/foot_bg.jpg) 0 0 no-repeat;
	height: 60px;
	padding: 35px 10px 10px 150px;

}
#footer p {
	margin: 0;
	padding: 10px 0;
}
a:hover {
	color: #093;
}
#thisMonth {
	margin-top: 2em;
	padding: 8px 8px 4px 15px;
	background: url(../img/thismonth_bg.gif) 0 0 repeat-x;
	border-left: 3px solid #ce3f00;
}
#thisMonth img {
	float: right;
}
#thisMonth dt {
	float: left;
	text-align: right;
	width: 15px;
	padding-top: 8px;
}
#thisMonth dd {
	padding-top: 8px;
	padding-left: 30px;
	padding-bottom: 8px;
}