/* Basic Settings */
* {
     padding: 0;
     margin: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #000;
    background-color: #6a2623;
    text-align: center;
}
img {
     border: 0;
}
ul, ol {
    margin: 5px 15px 15px 30px;
}
a:link, a:visited {
    text-decoration: underline;
    color: #009;
}
a:hover {
    text-decoration: none;
}
.float { 
     float: left; 
} 
.clear { 
    clear: both; 
} 
div.clr, p {
    padding: 5px 10px;
}
h1 {
    margin-top: 10px;
}
h2 {
    margin-top: 5px;
    color: #6A2623;
}
 h3 {
    margin-top: 5px;
    color: #A17B54;
}
th {
    padding-top: 5px;
}

/* 
/* Section Settings */
#wrapper {
    width:960px;
    margin: 20px auto;
    background: #9A734A url(../images/middle.jpg) 0 0 repeat-y;
    text-align: left;
}
#header {
    height: 172px;
    background: url(../images/header.jpg) 0 0 no-repeat;
}
.wrap0 {
    background-color: #6a2623;
    text-align: center;
}
.wrap1 {
    display: table;
    margin: 0 auto;
}
.wrap2 {
    display: table-cell;
}

.center { text-align: center;
}

table.contentpaneopen {
	width: 590px;
    	margin-right: 5px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

#user3 {
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
}
#user3 a.mainlevel, #user3 a.mainlevel-nav {
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid;
    border-color: #d57373 #000000 #000000 #d57373;
}
#user3 a:hover.mainlevel, #user3 a:hover.mainlevel-nav {
    color: #DEEC00;
    background-color: #7b2d2b;
    border-color: #fff #000 #000 #fff;
}
#user3 a:active.mainlevel, #user3 a:active.mainlevel-nav {
    color: #000;
    background-color: #7b2d2b;
    border-color: #000 #fff #fff #000;
}
#user3 ul {
    list-style: none;
    margin: 0;
}
#user3 li {
    float: left;
}
#box_top {
    height: 12px;
    background: url(../images/top.jpg) 0 0 no-repeat;
}
#top, #bottom, #breadcrumb, #syndicate {
    margin: 5px 15px;
    padding: 5px;
}
#user1, #user2, #user4, #user5 {
    margin: 5px 0;
}
#syndicate {
    text-align: center;
}
#syndicate a {
    text-decoration: none;
}
#left {
    margin-left: 10px;
    width: 160px;
    padding: 5px;
}
#content0 {
    margin-left: 15px;
    width: 930px;
}
#content1 {
    margin-left: 5px;
    width: 760px;
}
#content2 {
    margin-left: 15px;
    width: 760px;
}
#content3 {
    margin-left: 5px;
    width: 590px;
}
#component {
    margin: 5px 0 20px 0;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #fff #666 #666 #fff;
    padding: 5px;
}
div.componentheading {
    color: #fff;
    background: #6a2623 url(../images/bg_title.jpg) 0 0 repeat-x;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 28px;
    margin: -5px -5px 0 -5px;
}
.contentheading {
    color: #900;
    font-weight: bold;
    font-size: 1.4em;
    padding: 5px 0;
}
#right { 
    margin-left: 5px;
    width: 160px; 
    padding: 5px;
}
#box_bottom {
    height: 12px;
    background: url(../images/bottom.jpg) 0 100% no-repeat;
}
#valid-xhtml {
    float: left;
    height: 80px;
    margin: 10px 0 0 15px;
}
#valid-css {
    float: left;
    height: 80px;
    margin: 10px 0 0 0;
}
#flt-rt {
    float: right;
    text-align: right;
    width: 176px;
    height: 90px;
    margin: 0 15px 0 0;
}
#footer { 
    text-align:center;
    background-color: #6a2623;
    padding: 10px;
    font-size: 10px;
    color: #fff;
}
#footer a, #footer a:visited { 
    color: #fff;
}
span.article_separator {
    display: none;

}
.article_column {
    padding-right: 5px;
}
.column_separator {
    border-left: 1px solid #CD706B;
    padding-left: 5px;
    padding-right: 0;
}
div.moduletable_menu, div.moduletable {
    background-color: #EFE6BD;
    margin-bottom: 10px;
    border: 1px solid;
    border-color: #fff #666 #666 #fff;
    padding: 5px;
}
div.moduletable_menu {
    border-bottom: 0;
    padding: 0;
}
div.moduletable_menu h3, div.moduletable h3 {
    display: block;
    color: #fff;
    background: #6a2623 url(../images/bg_title.jpg) 0 0 repeat-x;
    line-height: 28px;
    text-align: center;
    margin: -5px -5px 5px -5px;
}
div.moduletable_menu h3 {
    margin: 0;
}
div.moduletable_menu ul {
    list-style: none;
    margin: 0;
}
div.moduletable ul, div.moduletable ol {
    margin: 5px 0 5px 15px;
}
div.moduletable li {
    margin: 0 0 5px 0;
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}



.search input, #form-login-username input, #form-login-password input {
    width: 139px;
}
/* Menu Highlighting */
ul.menu li a, ul.menu li a:link, ul.menu li a:visited,
#mainlevel li a, #mainlevel li a:link, #mainlevel li a:visited {
    display: block;
    line-height: 22px;
    padding: 0 12px;
    text-decoration: none;
    border-bottom: 1px solid #666;
    color: #000;
    font-weight: bold;
    font-size: 0.8em;
}
ul.menu li a:hover, #mainlevel li a:hover {
    background: #e5e6b8;
}
a.readon, a:link.readon {
    display: block;
    width: 120px;
    margin-top: 5px;
    line-height: 22px;
    text-decoration: none;
    color: #000;
    background: #7b2d2b;
    border: 1px solid;
    border-color: #fff #666 #666 #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.0em;
}
a:hover.readon {
    color: #fff;
    background-color: #6a2623;
}
a:active.readon {
    border: 1px solid;
    border-color: #666 #fff #fff #666;
}
#form-login ul li {
    font-size: 0.8em;
}

/* fieldset tag definitions */                  
fieldset.mod {                     
  border: 2px solid #ccc;     
  background-color: #EFE6BD;               
  padding: .6em 1.0em;                    
  text-align: left;                    
  width: 540px;                    
  }                    
fieldset.mod td.mod2 {                    
  text-align: left;                    
}                    
fieldset.mod li {                  
  list-style-type: none;                  
}                  
fieldset.edit {                     
  width: 500px;                    
  text-align: center;                    
}                    
fieldset.mod legend {                    
  border:none;                  
	color: #6a2623;                  
	font-size: 16px;                  
	font-weight: bold;                  
} 
#form-login .inputbox {
	width: 80%;
}