html {
	height: 100%;
}

body {
	background-color: #F9F6D5;
	margin:0;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

form, br {
	padding:0;
	margin:0;
}

hr  {
	background-color: #000000;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

a {
	font-size: 12px;
	color: #865703;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#container {
	width: 100%;
	text-align: center;
}

#header {
	width: 100%;
	height: 313px; /* old-height 252px */
	background-image: url("../images/header.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#content {
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#left-panel {
	float: left;
	width: 175px;
	min-height: 516px;
	background-color: #FFFFFF;
}

#middle-panel {
	float: left;
	width: 450px;
	min-height: 516px;
	background-color: #FFFFFF;
}

#right-panel {
	float: left;
	width: 175px;
	min-height: 516px;
	background-color: #FFFFFF;
}

#footer {
	float: left;
	margin-bottom: 0;
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
}

.menu {
	width: auto;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
}

.menu a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.language {
	font-weight: bold;
}

.language a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.language a:hover {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.ten-left {
	margin-left: 10px;
}

.ten-right {
	margin-right: 10px;
}

.ten-top {
	margin-top: 10px;
}

.ten-bottom {
	margin-bottom: 10px;
}

.justify {
	text-align: justify;
}

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	width: 155px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 1px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
}

.sidebarmenu ul li a:visited{
}

.sidebarmenu ul li a:hover{
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 220px; /*Sub Menu Items width */
background-color: #FFFFFF;
top: 0;
visibility: hidden;
border: 1px solid #111111;
}

.sidebarmenu a.subfolderstyle{
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

