body {
	font-family: Verdana, Sans-Serif, Helvetica;
	font-size: 13px;
	color: #333;
	background: #FFF url(../images/pagebg.png) repeat-x;
}

a {
	color: #666633;
	text-decoration: underline;
	font-weight: bold;
}

p {
	margin: 7px 6px 15px 1px;
}

p+p {
	margin: 6px 6px 7px 1px;
	text-indent: 0px;
}
h3+p {
	margin-top: 1px;
}

h2 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 24px;
	font-weight: normal;
	color: #414219;
}

h3 {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #414219;
}

#header form {	
	margin: 0;
	padding: 0;
	display: inline;
}

/* Page width */
#header {
	background: #96932d url(../images/headerbg.png) repeat-x top right;
	height: 98px;
}
#headerwrap {
	background: #dbd7a6;
	width: 910px;
}

#logo h1 {
	margin-top: 3px;
	text-indent: -3000px;
	background: transparent url(../images/logo.png) no-repeat;
	height: 100%;
}

#logo {
	width: 360px;
	height: 90px;
	float: left;
}

#headerlinks{
	float: right;
	width: 370px;
	margin-top: 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
#headerlinks ul{
	list-style: none;
	display: inline;
}
#headerlinks ul li{
	display: inline;
	margin-right: 6px;
}
#headerlinks a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#search{
	display: inline;
	margin-right: 3px;
}

#search input {
	width: 100px;
	border: 1px solid #7a7724;
	border-color:  #666633 #bfae3f #bfae3f #666633;
	height: 16px;
	background: #7a7724 url(../images/searchbg.png) repeat-x;
/*background: transparent;*/
}

#content {
	margin-top: 14px;
}
#menuwraptop {
	margin: 18px 0 10px 0;
	background-color: #edead2;
}
#menuwrapbottom {
	background-color:transparent;
}
#menu {
	background-color:#dfdbaf;
	overflow: hidden;
	padding: 7px;
}
#menu ul {
	background-color:#efeed9;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	border: 1px solid #dad9ce;
	border-color: #faf9f2 #faf9f2 #dad9ce #dad9ce;
	border-width: 1px 0;
	padding: 3px 8px;
}
#menu li.last {
	border-width: 1px 0 0 0;
}
#menu li.first {
	border-width: 0 0 1px 0;
}
#menu li ul li{
	border: 1px solid transparent;
	padding: 3px 8px;
}

#menu li a{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#menu li a.current{
	font-weight: bold;
}

#footer {
	border: 1px solid #666;
	border-width: 1px 0 0 0;
	clear: both;
	margin: 5px 50px;
	background: #FFF;
	text-align: center;
	width: 810px;
}

#copyright a{
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#footer img {
	border: 1px solid green;
	padding: 1px 4px;
	display: inline-block;
}

#copyright {
	background: #FFF;
	margin-bottom: 5px;
}


a.morelink {
	margin: 4px;
}

ul.events {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.events li.event {
	margin-bottom: 12px;
}
li.event strong,span{
	float: none;
	display: block;
	margin-top: 3px;
}

.colmask {
	background: url(../images/headerbottombg.png) repeat-x top;
	padding-top: 9px;
}

/* Layout */
#layoutdims {
	clear:both;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
        width:910px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
}
.leftmenu .colright {
        float:left;
        width:200%;
	position:relative;
	left:185px;
/*        background:#fff;*/
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:185px;
	padding-bottom:1em;
}
.leftmenu .col1 {
        margin:0 15px 0 205px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:185px;
	position:relative;
	right:185px;
}