body {
	margin: 15px;
	background: url('/assets/images/main-bg.jpg') #953E22;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #D17A2D;
	text-decoration: none;
}

a:hover {
	color: #9B4217;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea.text, select {
	border: solid #963E27 1px;
	color: #807F7F;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: solid black 1px;
	background-color: #963E27;
	font-weight: bold;
	color: white;
	padding: 0px 4px;
}

input.sbutton {
	font-size: 11px;
	border: solid black 1px;
	background-color: #963E27;
	font-weight: bold;
	color: white;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: normal;
}


div#main {
	width: 824px;
}

table#maincontent {
	background:url('/assets/images/paper.gif') #ECEBBF;
 }

div#footer {
	color: #E3A34C;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}



.pagecontent {
	line-height: 20px;
}


#innermenu {
	font-weight: bold;
}

#innermenu a {
	color: #973F1C;
}

#innermenu a:hover {
	color: #D17A2D;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }


hr {
	height: 1px;
	border: none;
	color: #D17A2D;
	background: #D17A2D;
}


/***************** mainmenu styles *********************/

#mainmenu {
	width:100%;
}

#mainmenu td {
	white-space: nowrap;
	text-align: center;
}

#mainmenu a {

}


div.submenu {
	width:150px;
	padding: 3px;
	position: absolute;
	display: none;
	background: url('/assets/images/mainmenu-bg.png') no-repeat;
	
/*
	opacity: 0.80;
	filter: alpha(opacity = 80);
*/
}

div.submenu td {
	padding: 3px 5px;
	cursor:pointer;
	text-align: left;
}

div.submenu td a {
	color: #7E2C1B;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div.submenu td.hover {


}

div.submenu td.hover a {
	color: #000000;
	text-decoration: underline;
}


/****************************************/
