body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif; font-size: 13px;
background-color: #7D4800;
color: #7D4800;
}

#wrapper {
width: 667px;
background: #DAD188;
margin: 10px auto 10px auto;
text-align: center;
padding: 0px;
}

#header {
border-bottom: 1px solid #7D4800;
padding: 5px 0px 5px 0px;

}

#mainbody {
text-align: left;
padding: 0px 5px 5px 5px;
margin: 6px 0px 0px 0px;
}

#navbar {
text-align: left;
font-size: 13px;
border-right: 1px solid #7D4800;
padding: 5px;
line-height: 16px

}

#navbar ul {
list-style: none;
font-weight: bold;
margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 5px;
line-height: 20px;
}

#navbar ul ul {
list-style: inside circle;
font-weight: normal;
margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 5px;
}

#navbar a:link {
color: #7D4800;
text-decoration:none;
}

#navbar a:visited {
color: #7D4800;
text-decoration:none;
}

#navbar a:hover {
color: #F15D2F;
text-decoration:underline;
}

#navbar a:active {
color: #7D4800;
text-decoration:underline;
}


a:link {
color: #F15D2F;
text-decoration: underline;
}

a:visited {
color: #F15D2F;
text-decoration: underline;
}

a:hover {
color: #F15D2F;
text-decoration:none;
}

a:active {
color: #F15D2F;
text-decoration:none;
}



#sidebar {
text-align: left;
width: 190px;
margin: 3px;
padding: 3px;
float:right;
background-color: #D0C66A;
border: 1px dashed #7D4800;
}

#footer {
background-color:#D0C66A;
border-top: 1px solid #7D4800;
font-size: 10px;
padding: 2px;
margin: 0px;

}

h1 {font-size: 18px;}

h2 {
font-family:"Times New Roman", Times, serif;
font-size: 16px;
font-style:italic;
text-align: center;
}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}



.mainbold {
font-weight: bold;
color: #7D4800}

.orangetitle {
font-size: 18px;
color: #F15D2F;
}
.boldtitles {
font-size: 17px;
font-weight: bold;
color: #F15D2F;
}

.small_main_text {
font-size: 10px;
color: #7D4800;
}
.bold_hyper {
color: #F15D2F;
text-decoration: underline;
font-weight: bold;
}

.orange_15 {
font-size: 15px;
color: #F15D2F;
}

.brown_titles {
font-size: 16px;
font-weight: bold;
color: #7D4800;
}

.hyper {
	color: #F15D2F;
	font-size: 13px;
}
