html,body,table,tr,td,ul,ol,li,h1,h2,h3,h4,p,div,span,img,a {
	margin:0px;
	padding:0px;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
ul,ol {
	list-style: none;
}
#menu ul {
	
}
#menu li {
	display:inline;
}
#menu a {
	display:block;
	width:96px;
	height:16px;
	background:url(/images/unlit_button.gif) no-repeat top left;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	float:left;
	text-decoration:none;
	padding-top:12px;
}
body {
	background:#FFFFFF url(/images/bg.gif) repeat-x top left;
	font-family: Arial,Verdana,sans-serif;
	text-align:center;
}
h2 {
	font-size:20px;
	color:#6d0f0f;
	text-transform:uppercase;
}
#container {
	width:820px;
	margin:0px auto 0px auto;
	text-align:left;
}
#scroll_left {
	position:relative;
	background:url(/images/scroll_left.gif) no-repeat top left;
	left:-70px;
	top:174px;
	width:87px;
	height:174px;
}
#scroll_right {
	position:relative;
	background:url(/images/scroll_right.gif) no-repeat top left;
	width:87px;
	height:174px;
}
#redbar {
	width:703px;
	height:174px;
	background:#660000 url(/images/red_bg.jpg) repeat-y top center;
	color:#FFFFFF;
	font-size:11pt;
	font-weight:bold;
	/* text-align:right; */
	text-transform:uppercase;
	padding-right:17px;
}
#menu {
	width:679px;
	height:28px;
	background:#FFFFFF url(/images/menu_bg.gif) repeat top left;
	border-left:17px solid #3a3732;
	border-right:17px solid #3a3732;
	text-align:center;
	padding:6px 0px 0px 7px;
}
#main_tile {
	width:686px;
	background:#9ab54a;
	border-left:17px solid #3a3732;
	border-right:17px solid #3a3732;
	border-top:2px solid #3A3732;
	border-bottom:2px solid #3A3732;
	overflow:hidden;
	font-size:24pt;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}
#content {
	width:666px;
	padding:10px;
	background:#e0dfdd url(/images/content-left_bg.gif) repeat-x top left;
	border:17px solid #3a3732;
	border-top:none;
	text-align:left;
	font-size:12px;
}
#content-left {
	width:250px;
}
#content-right {
	width:428px;
	border-left:1px dashed #9b9b9b;
	background:#FFFFFF;
}
#footer {
	width:720px;
	text-align:right;
	color:000000;
	font-weight:bold;
	font-size:11px;
}
.divider {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #9b9b9b;
}

