* {
	margin: 0;
	padding: 0;
}
html {
  height: 100%;
}
a {
	color: #887152;
}
a:hover {
	color: #861f1f;
}
body {
        background: #fcfdeb;
	color: #453f1b;
	font-weight: normal;
	font-size: 11px;
	font-family: "Verdana", sans-serif;
}
.body_page_bg {
        background: url(../images/bgpattern.jpg);
}
input {
	color: #000;
 	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 12px;
}
p,cite,code,ul {
	font-size: 100%;
	padding-bottom: 1.2em;
}
ul {
	margin-left: 1.5em;
}
li {
	list-style-image: url(../images/li.gif);
}
h1 {
	font-size: 1.2em;
}
blockquote {
	background: #fcfdeb;
	border-bottom: 1px solid #E16E19;
	border-top: 1px solid #E16E19;
	color: #E16E19;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {
	padding: 3px 0;
}
h1,h2,h3 {
	color: #453f1b;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../images/topbar.jpg);
	margin: 0 auto;
	width: 980px;
}

/* top */
#sitename {
	width: 980px;
	height: 60px;
        top-margin: 10px;
        left-margin: 20px;
      }
#sitename p {
        text-align: left;
	font-family: "Verdana", Times, serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	white-space: nowrap;
        color: #690503;
        padding: 5px;
}
.top {
	background: transparent url(../images/bg1.jpg) scroll repeat top left;
	font-family: Verdana, sans-serif;
	font-size: 30px;
	height: 60px;
	width: 980px;
}
.top a {
	text-decoration: none;
}

/* header */
.header {
	background: url(../images/header.jpg) top left no-repeat;
	height: 340px;
	width: 980px;
        color: #8b9982;
        float: center;
        padding-left: 12px;

}

/* item */
.item {
	clear: both;
}
.item .date div {
	padding-top: 4px;
}
.item .date span {
	font: normal 1.6em serif;
}
.item .content {
	float: left;
	width: 720px;
}
.contentheading,
.componentheading {
	font-size:1.3em;
	color: #E16E19;
	padding-bottom:5px;
}
.componentheading {
font-size:1.4em;
}
.contentpaneopen {
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}
.small, .createdate, .modifydate {
color:#8b9982;
font-size:90%;
}
.item .body {
	padding: 0 0 0 18px;
        
}
.body .moduletable {
	margin: 20px 0 20px 0;
}
.moduletablepoll{
        padding-top: 10px;
	text-align: left;
        line-height: 1.7em;
}
.back_button {
	margin: 0 0 220px 0;
}
/* main */
.main {
	float: left;
	margin-left: 5px;
}

/* navigation */
.navigation {
	float: right;
	left-margin: 20px 0 0 10px;
	width: 180px;
        padding: 10px;
        bottom-margin: 10px;
}
.navigation .moduletable {
	margin-bottom: 15px;
}

.navigation .moduletable form {
	text-align: left;
}
.navigation .moduletable-menu {
	padding: 0;
	margin-bottom: 0;
}
.navigation .moduletable h3,
.navigation .moduletable-menu h3 {
        text-align: center
	background: #8b9982;
	color: #E16E19;
	font-size: 16px;
	line-height: 40px;
	padding-left: 12px;
        padding-bottom: 5px;
	width: 180px;
}
.navigation .moduletable-menu h3 {
	margin: 5px;
}
.navigation ul {
	margin: 5px; 
	padding: 2px;
}
.navigation li {
	border-bottom: 1px solid #E16E19;
	list-style: none;
	list-style-image: none;
        padding: 5px;
}
.navigation .mainlevel li {
	list-style: none;
	list-style-image: none;
}
.navigation li a {	
	color: #8b9982;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: transparent;
	color: #553;
}
.button {
	margin: 5px 0 0 0;
	background: #fcfdeb;
	color: #582304;
}

.moduletablebottommenu {
font-size: 1.2em;
font-weight: bold;
}


/* footer */
#footer {
	text-align: center;
	background: transparent url(../images/bg2.jpg) scroll repeat top left;
	color: #8b9982;
	font-size: 12px;
	width: 980px;
	line-height: 40px;
}
a.sgfooter:link, a.sgfooter:visited {
	color: #E16E19;
	font-size: 12px;
	font-weight: normal; 
	font-family: "Lucida Sans Unicode", sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	text-decoration: none;
}
#sgf {
	margin:0;
	color: #fcfdeb;
	font-size: 10px;
	font-family: "Georgia", Arial, serif;
}
.sgf {
	text-align: right;
	text-decoration: none;
}
.sgf1 {
	text-align: left;
}
a.sglink:link, a.sglink:visited {
	color: #666;
	font-family: Tahoma, "Courier New", Courier, monospace;
	text-decoration: none;
}
a.sglink:hover {
	text-decoration: none;
}
/* floats */
.left {
	float: left;
}
.right {
	float: right;
}
form {
  color: 000;
  top-margin: 5px;
}
.msgtext {
        overflow: auto;
}
#fireboard {
        width: 940px;
        overflow: auto;
}

#mod_login_logoutform button {
       	background: #E16E19;
	color: #fcfdeb;
}
#cbUserTable td {
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        border-bottom: solid thin gray;
}