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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, div { behavior: url(/includes/iepngfix.htc) }

body{
	background-color: #f7dc77;
	background-image: url(/images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 20px;
	font-family: Arial, sans-serif;
}

h2{
	color: #c11c03;
}

a{
	color: #c11c03;
}

#maincontainer{
	width: 800px;
	margin: 0px auto;
}

#top{
	text-align: center;
}

#nav{
	margin: 10px 0px;
}

#nav img{
	margin: 0px 3px;
}

#main{
	margin: 10px 0px;
}

#main p{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}

#main ul{
	margin-bottom: 20px;
}

#main ul li{
	list-style-type: disc;
	font-size: 13px;
	line-height: 20px;
	margin-left: 20px;
}

#footer{
	text-align: center;
	border-top: 1px solid #000;
	font-size: 13px;
	padding-top: 10px;
	line-height: 20px;
}

span.redbold{
	color: #c11c03;
	font-weight: bold;
}