body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
    background-color: #FFFEC1;
	background-image: url(images/bg_horizontal_bar.gif);
	background-position: left top;
	background-repeat: repeat-x; 
    font-family: Calibri, "Trebuchet MS", Tahoma;
}
h1 {
    font-size: 38px;
    font-weight: bold;
    color: #065800;
    padding: 0px;
    margin: 0px;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_left_vertical_bar.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height: 100px;
	background-image: url(images/left_corner_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#menu {
	width: auto;
	height: 100px;
}
ul#topmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 50px;
	padding-top: 60px;
}
ul#topmenu li {
      float: left;
      height: 30px;
      width:15%;
      text-align: center;
}
ul#topmenu li a {
      display: block;
      height: 30px; 
      background: #3399FF;
      font-size: 24px;
      text-align: center;
}
ul#topmenu li a {
     background: #008000;
     color: #FFFEC1;
     text-decoration: none;
}
ul#topmenu li a:hover {
      background: #FFFEC1;
      color: #008000;
      text-decoration: none;
} 
#pagetitle {
	position: absolute;
	top: 15px;
	width: 100%;
	text-align: right;
}
#mid {
	height: auto;
	width: 100%;
	background-image: url(images/bg_left_vertical_bar.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#leftmid {
	position: absolute;
	
	left: 0;
	height: 410px;
	width: 152px;
	background-image: url(images/left_bottom_bgbanner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
}
#leftmid #dricombanner {
	width: 102px;
	height: 26px;
	margin-top: 415px;
	margin-left: 50px;
}
#rightmid {
	width: auto;
	height: auto;
	margin-left: 160px;
}

a, a:active, a:visited {
	color: #065800;
	text-decoration: underline;
}
a:hover {
	color: #065800;
	text-decoration: none;
}