body, html {
	padding-top: 10px;
	_padding-top: 7px;
	font-family: "Trebuchet MS", sans-serif;
	color: #d7d1c7;
	font-size: 12px;
}

table.intro {
margin-top: 0px;
}

body {
	background: url('images/bodybg2.jpg') repeat-x #776441; 
	_background: url('images/bodybg3.jpg') repeat-x #776441;

}

td.menu {
	display: block;
	height: 36px;
	width: 834px;
	background: url('images/menubg.jpg') no-repeat #d7d1c7;
	padding: 0px;
	margin: 0px;
}

td.content {
	background: url('images/contentbg.jpg') repeat-y #776441;
}

/* MENU */

#cssdropdown {
padding: 0;
margin-top: 0;
list-style: none;
}

#cssdropdown ul {
padding: 0;
_margin-top: 7px;
list-style: none;

}


#cssdropdown li {
float: left;
position: relative;
line-height:20px;
}

ul li.mainitems{

}

ul li.mainitems a:link,ul li.mainitems a:visited,ul li.mainitems a:hover{
padding-left: 6px;
padding-right: 8px;
text-decoration: none;
color:white;
font-weight:bold;

}

ul li.mainitems a:hover{
padding-left: 6px;
padding-right: 8px;
text-decoration: none;
color:#d8c907;
font-weight:bold;

}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: -40px;
background-color: lightyellow;
border-left: 1px solid #d7c908;
border-top: 1px solid #d7c908;
border-bottom: 1px solid #d7c908;
}

.subuls li.mainitems{
width: 100%;
border-right: 1px solid #d7c908;
}

.subuls li a{
text-decoration: underline;
display:block;
background-color:#1a1919;

}

.subuls li a:hover{
text-decoration: underline;
display:block;
background-color:#323232;
text-indent:5px;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

/* */

td.search {
	padding-right: 7px;
}

td.search input {
	background-color: #c5c0b9;
	border:1px solid #d06f1a;
	width:150px;
}

td.login input {
	background-color: #d06f1a;
	color:#d7d1c7;
	border:1px solid #d06f1a;
}

td.topcontent p {
	padding: 0 0 0 6px;
	margin:0px;
	background: url('images/contentbg.jpg') repeat-y #776441;
}

p.pagetitle {
	color:#d06f1a;
	text-transform: uppercase;
	font-weight: bold;
	padding-left:15px;
	font-size:16px;
}

div.maincontent {
	padding-left: 40px;
}