body {
	padding:0px;
        margin:0px;
	background:#EBEEFD url('../images/body-bg.gif') center repeat;
	font-family: Verdana, sans-serif;
	font-size:11px;
}
#wrapper {
	width:1008px;
	background:url('../images/shadow8-bg.gif') right repeat-y;
	margin:0 auto;
}
#header {
	width:1000px;
	height:306px;
	font-size:12px;
	overflow:hidden;
}
#topmenu {
	height:20px;
	background:#4C270D url('../images/top-bg.gif') repeat;
	overflow:hidden;
}
#topmenu ul {
	list-style:none;
	float:right;
	margin:0px;
	margin-right:8px;
	padding:0px;
}
#topmenu ul li {
	float:left;
	margin-top:4px;
	line-height:10px;
	font-size:9px;
	text-transform:uppercase;
}
#topmenu ul li a {
	padding:8px;
	color: #FCF2E9;
}
#topmenu ul li a:hover {
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 5px #888;
	text-decoration:none;
}

#logo {
	height:228px;
	width:998px;
	overflow:hidden;
	border-top:1px solid #4F4545;
	border-right:1px solid #45464A;
	border-bottom:1px solid #49444A;
	border-left:1px solid #99989D;
}
#logo a {
	outline:0px;
}
#logo_link {
	width:998px;
	height:160px;
	display:block;
}
#logo_links {
	width:998px;
}
#menu {
	height:56px;
	background:#2B1508;
	border-top:1px solid #3C2618;
	border-right:0px;
	border-left:1px solid #99989D;
}
#submenu ul {
	list-style:none;
	text-align:center;
	margin:5px 10% 0px 10%;
	padding:0px;
	clear:both;
}
#submenu ul li {
	background:url('../images/top-bullet-inactive.gif') no-repeat;
	display:inline;
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	line-height:16px;
}
#submenu ul li.active, #submenu ul li:hover {
	background:url('../images/top-bullet-active.gif') no-repeat;
}
#submenu ul li a {
	padding:0 14px 0 18px;
	color: #A98457;
}
#submenu ul li.active a, #submenu ul li:hover a {
	text-shadow: 1px 1px 8px #A98457;
	color: #D8CAAF;
	text-decoration:none;
}

#tabmenu {
	margin:10px 0px 0px;
	margin-top:expression('11px');
	height:24px;
	overflow:hidden;
}
#tabmenu ul {
	white-space:nowrap;
	height:24px;
	list-style:none;
	text-align:center;
	margin:0px auto;
	padding:0px;
	clear:both;
}
#tabmenu ul li {
	float:left;
	margin:0px;
	padding:0px;
	background:url('../images/tab-inactive-bg.gif') repeat-x;
	text-transform:uppercase;
}
#tabmenu ul li span.left {
	width:12px;
	height:24px;
	display:block;
	float:left;
	background:url('../images/tab-inactive-left.gif') no-repeat;
}
#tabmenu ul li span.right {
	width:2px;
	height:24px;
	display:block;
	display:expression('none');
	float:right;
	background:url('../images/tab-inactive-right.gif') no-repeat;
}
#tabmenu ul li.active, #tabmenu ul li:hover {
	background:url('../images/tab-active-bg.gif') repeat-x;
}
#tabmenu ul li.active span.left, #tabmenu ul li:hover span.left {
	background:url('../images/tab-active-left.gif') no-repeat;
}
#tabmenu ul li.active span.right, #tabmenu ul li:hover span.right {
	background:url('../images/tab-active-right.gif') no-repeat;
}
#tabmenu ul li a {
	line-height:24px;
	padding:0px 10px 10px;
	margin:0px;
	color: #323232;
}
#tabmenu ul li.active a, #tabmenu ul li:hover a {
	color: #000000;
	text-shadow:1px 1px 1px #808080;
	text-decoration:none;
}

#main {
	width:998px;
	background:#EFEFEF;
	border-right:1px solid #99989D;
	border-bottom:1px solid #99989D;
	border-left:1px solid #99989D;
	font-size:11px;
	overflow:hidden;
}


#centerleft {
	width:750px;
	float:left;
}

#center {
	width:482px;
	float:right;
	background:#F7EBD3;
	border:1px solid #CEB185;
	margin:14px 0px;
	padding:9px;
}

#leftbar, #rightbar, #Sidebar {
	width:227px;
	width:expression('229px');
	overflow:hidden;
	margin:24px 10px 9px 9px;
}
#center div.content, #leftbar div, #rightbar div, #Sidebar div {
	border:1px solid #CDCDCD;
	background:#FFF;
	padding:9px;
	margin-bottom:10px;
	overflow:hidden;

}
#leftbar div div, #rightbar div div, #Sidebar div div {
	border:0px;
	padding:0px;
	margin:0px;
}

#center div.banner, #leftbar div.banner, #rightbar div.banner, #Sidebar div.banner {
	padding:0px;
}
#center div.noborder, #leftbar div.noborder, #rightbar div.noborder, #Sidebar div.noborder {
	padding:0px;
	border:0;
	background-color:#EFEFEF;
}

#center .leftcol, #center .rightcol {
	background:#F7EBD3;
	border:0px;
	padding:0 0 3em 0;
	margin:0;
}

#center .leftcol h1, #center .rightcol h1, .news h1 {
	text-shadow:1px 1px 0px #888;
	border-bottom:2px dotted #700005;
	border-shadow:1px 1px 0px #888;
	font-weight:normal;
	font-size:1.35em;
}

#center .leftcol {
	padding-right:10px;
	float:left;
}

#center .rightcol {
	padding-left:10px;
	border-left:1px solid #71583A;
	float:left;
}


#leftbar {
	float:right;
}

#rightbar, #Sidebar {
	float:left;
}


#footer {
	clear:both;
	width:1000px;
	height:84px;
	background:#391505 url('../images/bottom-bg.gif') repeat;
	color: #CFC9CD;
	font-size:11px;
/*	position:relative; */
}
#footer a {
	color: white;
}
#footer .center {
	padding:10px;
}
#footer .right {
	padding:10px;
	float:right;
/*	bottom:0px;
	right:0px;
	position:absolute;*/
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}

a img {
	border:0px;
}
a {
	color: #D26100;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #700005;
	font-weight:bold;
	margin:0.8em 0 0.4em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #700005;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.15em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:1em;
}
p {
	margin:0px;
	padding:0px;
	text-align:justify;
}
#center p {
	margin:1em 0 1em 0;
}
.more {
        background:url('../images/more-bullet.gif') right 70% no-repeat;
	white-space:nowrap;
}
img.left {
	margin-right:1.5em;
	float:left;
	text-align:left;
}
img[align=left] {
	margin-right:1.5em;
	float:left;
	text-align:left;
}
img.right {
	margin-left:1.5em;
	float:right;
	text-align:right;
}
img[align=right] {
	margin-left:1.5em;
	float:right;
	text-align:right;
}
dl {
	margin:0;
	padding:0;
}
dt {
	color: #69666D;
	font-size:0.9em;
	margin:1em 0 0 1em;
	text-decoration:underline;
}
dt a {
	color: #69666D;
	font-family:Verdana;
}
dd h4 {
	padding-left:1em;
	margin:0px;
	background:url('../images/item-bullet.gif') left 5px no-repeat;
}
dd {
	margin:0;
	padding:0;
	border-bottom: 2px dotted #A19680;
}
dd.last {
	border:0;
}
dd p {
	margin:0 0 1em 0 !important;
	text-align:left;
}

.clearfix {
	clear:both;
}

blockquote {
	margin-left:3em;
	font-style:italic;
}

.message {
	font-weight:bold;
}
.required {
	color:brown;
}

#Breadcrumbs {
	margin:15px 10px 0 10px;
	font-size:1.1em;
}

#SearchForm_SearchForm {
	float:right;
	clear:both;
}
#SearchForm_SearchForm fieldset {
	border:0px;
}
#SearchForm_SearchForm #Search {
	float:left;
}
.bigger {
	font-size:1.2em;
}
#PageComments {
	font-size:1.1em;
	list-style:none inside;
	padding-left:2em;
}
#PageComments .odd, #PageComments .even {
	border:1px solid darkgray;
	margin-bottom:1em;
	padding:1em;
}
.info, .actionLinks {
	color: darkgray;
	font-size:0.9em;
}