#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 1000px;
  text-align: left;
  background: #FFFFFF url('../images/content_bg.gif') top left repeat-y;
}

#header {
  height: 179px;
  width: 998px;
  background: #FFFFFF url('../images/header.jpg') bottom left no-repeat;
  clear: both;
  border: 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#header #logo {
  width: 184px;
  height: 150px;
  background: url('../images/logo.gif') bottom right no-repeat;
  padding-left: 50px;
  padding-top: 15px;
}

#header #logo:hover {
	cursor: pointer;
}

#menu_bar {
  border:0px dashed #cccccc;
  height:26px;
  clear:both;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #C86000;
  padding:0;margin:0;
  color: #fff;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#menu_bar ul {
  margin: 0;
  padding: 0;
  background: #C86000 url('../images/bar.gif') top left no-repeat;
  color: #fff;
  float: left;
  width: 100%;
  height: 26px;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a {
  padding: 3px 10px 0 10px;
  height: 22px;
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  float: left;
  border-right: 1px solid #BD620E;
}

#menu_bar ul li a:hover {
  background-color: #DE6B02;
  background: url('../images/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;      
  border:0px dashed #FFFFFF;  
}
#content_wrapper ul {
  margin: 0;
  padding: 0;
  float: left;
}
#content_wrapper ul li { display: inline;float:left;}

#left {
  float: left;
  width: 156px;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  border: 0px dashed #cccccc;
  vertical-align: top;
}

#right {
  float: right;
  width: 158px;
  border: 0px dashed #cccccc;
  vertical-align: top;
  padding: 5px;
}

#center {
  float: left;
  margin-left: 10px;
  width: 645px;
  border: 1px dashed #cccccc;
  vertical-align: top;
  padding: 5px;
}

#page_footer {
  height: 25px;
  background: #425227;
  clear: both;
  text-align: center;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
  background: #FFF url('../images/bar.gif') top left no-repeat;
}


#leftmenu {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 155px;
}

#leftmenu li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:11px;
  width: 155px;
  border-right: #FAF8E9 solid 4px;
}

#leftmenu li:hover {
	cursor: pointer;
	background-color: #fff;
	border-right: black solid 4px;
}

#leftmenu li a {
	padding-left: 7px;
	text-decoration: none;
}

#leftmenu li a:hover {
	text-decoration: underline; 
}




/*Pagination style*/
#pagination{
padding-top: 15px;
width: 100%;
clear: both;
margin: 0 auto;
text-align: center;
}

#pagination ul{
padding: 0;
margin: 0 auto;
width: 100%;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

#pagination li{
list-style-type: none;
display: inline;
padding: 0 0 1px 0;
margin: 0 2px 0 2px;
}

#pagination ul li a, #pagination ul li a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

#pagination ul li a:hover, #pagination ul li a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

#pagination ul li a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

#pagination ul li a.disablelink, #pagination ul li a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

#pagination ul li a.prevnext{
font-weight: bold;
}