body {
   margin: 0px;
}
/* border: 10px solid #993300;*/
div#mainbox {
   width: auto;
   margin-top: 5px;
   margin-right: auto;
   margin-left: auto;
}
div#header {
   height:172px;
   width: auto;
   font-size: 14px;
   background-color: #ffffcc;
   border: 2px solid #993300;
   border-bottom:none;
}
div#headerright {
   float: right;
   padding: 3px;
   height: 165px;
   width: 135px;
   font-family: "Times New Roman", Times, serif;
   background-color: #ffffcc;
   color: #993300;
   font-weight: bold;
   border: none;
}
div#headerleft {
   float: left;
   padding: 3px;
   height: 165px;
   width: 260px;
   font-family: "Times New Roman", Times, serif;
   background-color: #ffffcc;
   color: #993300;
   font-weight: bold;
   border: none;
}
div#navbar {
   height:auto;
   width: auto;
   background-color: #fff7d7;
   border: 2px solid #993300;
   border-bottom: none;
}
div#content {
   background-color: #fff7d7;
   width: auto;
   padding: 8px;
   border: 2px solid #993300;
}
#footer {
	background-color: #fff7d7;
	width: auto;
	margin: 0 auto;
	padding-top: 10px;
}
#footer p {
	text-align: center;
	padding: 0;
	font-family: "Arial",sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
}
div#inter {
   background-color: #FFFFCC;
   padding: 2px;
}
div#inter ul {
   list-style-type: none;
   margin: 1px;
   font-size: 14px;
   font-weight: bold;
   font-family: Arial;
   display:inline;
}
div#inter li {
   display: inline;
   padding: 2px;
   margin-right: 2px;
}
div#inter a {
   color: #993300;
   text-decoration: none;
   padding-right: 2px;
   padding-left: 2px;
   padding-bottom: 2px;
   text-decoration: underline;
   display: inline;
}
div#inter a:hover {
   color: #CCCC33;
   text-decoration: underline;
   background-color: #993300;
   display: inline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #993300;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #993300;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #993300;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #993300;
}
#header h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #993300;
	margin: 0px 0 0 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 14px;
	margin-right:30px;
	margin-left:30px;
}
ol{list-style-type: decimal;
   list-style-position:outside;
   margin: 0;
   padding: 0;
   margin-left: 4em;
   font-size: 14px;
   font-family: Arial;
   color:#993300;
}