body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #2b2004;
	font: 12px/1.6 Arial, Helvetica, sans-serif;
}
/*
body.home, body.level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 145%;
}
*/
.print, .hide {
	display: none;
}

h1 {
	color: #4f3203;
	font-size: 14px;
}
h2 {
	color: #4f3203;
	font-size: 13px;
	margin-bottom: 0px;
}
h3,h4,h5,h6 {
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 0px;
}


a {
	color: #883101;
	font-weight: bold;
}
a:visited {
	color: #976f59;
}


p {
	margin-top: 0px;
}
form {
	margin: 0;
	padding: 0;
}

h1#logo {
	margin: 0;
}

.sml {
	font-size: 80%;
}

/* for IE */
input.btn,input.forumbutton {
	color:#000;
	border: 1px solid #8e8a7e;
	height: 22px;
	background: #f9f7f5 url(/images/buttonbg.gif) bottom left repeat-x;
}

/* to cover buttons in all forms. IE6 doesn't support this. */
input[type="submit"],input[type="button"],input[type="reset"] {
	color:#000;
	border: 1px solid #8e8a7e;
	height: 22px;
	background: #f9f7f5 url(/images/buttonbg.gif) bottom left repeat-x;
}

input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover {
	color:#000;
	border: 1px solid #564f3e;
	height: 22px;
	background: #dad3c1 url(/images/buttonbg_on.gif) bottom left repeat-x;
	cursor: pointer;
}
h2.latest {
	padding-bottom: 4px;
	margin-bottom: 10px;
	background: transparent url(/images/dottedunderline.gif) bottom left repeat-x;
}

ul#topnav {
	margin: 0;
	padding: 0;
	background-color: #dad3c1;
	border-top: 1px solid #f2edde;
}
ul#topnav li {
	margin: 0;
	list-style: none;
	display: inline;
	line-height: 26px;
}
ul#topnav li a {
	font-size: 11px;
	color: #41330f;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	margin-left: 1px;
}
ul#topnav li.first a {
	padding: 6px 12px 6px 18px;
}
ul#topnav li a:hover {
	color: #883101;
	font-weight: bold;
	text-decoration: none;
	background-color: #f0ede5;
}
ul#topnav li a.topnavselected {
	background-color: #f0ede5;
}

#shadowbot {	
	height: 11px;
	overflow: hidden;
	background: transparent url(/images/shadowbot.gif) top left repeat-x;
}
	
#shadowtop {
	width: 11px;
	background: transparent url(/images/shadowtop.gif) top left no-repeat;
}

#shadowmid {
	background: transparent url(/images/shadowmid.gif) top left repeat-y;
}

#shadowbotcnr {
	background: transparent url(/images/shadowbotcnr.gif) bottom left no-repeat;
}

#shadowleftbot {
	background: transparent url(/images/shadowleftbot.gif) top left no-repeat;
	height: 11px;
	overflow: hidden;
}

#toprow {	
	border-width: 7px 7px 5px 7px;
	border-color: #f8f5ee;
	border-style: solid;
	background-color: #901306;
}

#searchkeywords {
	width: 124px;
	border: 1px solid #000;
	background-color: #f0ede5;
}

.embshadow {
	background: #efece4 url(/images/embshadow.gif) top left repeat-x;
	height: 5px;
	overflow: hidden;
}

#footer {
	line-height: 38px;
	background-color: #dad3c1;
	border-top: 4px solid #f8f5ee;
	padding-left: 36px; 
	font-size: 11px;
}

#footer ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer li {
	display: inline;
	padding: 0px 6px 0px 6px;
}
#footer li.delimited {
	border-right: 1px solid #41330f;
}


#footer p.copyright {
	display: inline;
	padding-left: 10px;
}
.imageborder {
	border: 1px solid #000;
}

.largefont {
	font-size: 14px;
}

.smallfont {
	font-size: 11px;
}