body {
	margin: 15px 0px;
	background-color: #F4F4E9;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #A21916;
}
a:hover {
	color: black;
}

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

input.text, textarea, select {
	border: solid #4F4F4F 1px;
	color: #4F4F4F;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: solid #4F4F4F 1px;
	background-color: #DFDFDF;
	font-weight: bold;
	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: bold;
	padding-bottom: 10px;
	color: #C6A077;
	padding: 10px 0px;
}
div#BREADCRUMBS a {
	color: #C6A077;
}
div#BREADCRUMBS a:hover {
	color: #A21916;
}



h1 {
	font-size: 18px; 
	color: #A21916;
	font-variant: small-caps;
}
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: #cccccc;
	background: #cccccc;
}


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

div#main {
	width: 763px;
}

#pagecontent {
	line-height: 22px;
}


#innermenu {
	font-weight: bold;
}

#innermenu a {
	color: #973F1C;
}

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



#footer, #footer a {
	text-align: center;
	color: #A88B7D;
	font-size: 11px;
	font-weight: normal;
}
#footer a:hover {
	color: #A21916;
}

.subscriberow, .subscriberow a {
	color: #86624E;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.subscriberow a:hover {
	color: #A21916;
	text-decoration: underline;
}

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

#mainmenu {
	background: none;
	width:100%;
	border-collapse: collapse;
	border: solid #888887 1px;
	border-width: 0px 0px 1px 0px;
}

#mainmenu td {
	white-space: nowrap;
	text-align: center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 6px 4px 6px;
	text-transform: uppercase;
}

#mainmenu a {
	text-decoration: none;
	color: #5B5B5B;
}
#mainmenu a:hover {
	text-decoration: underline;
	color: #A21916;
}

div.submenu {
	position: absolute;
	display: none;
	text-align:left;
	width:150px;
	padding: 1px;
	background: #D6C4B6;
	border: solid #A21916;
	border-width: 1px 0px;


	opacity: 0.85;
	filter: alpha(opacity = 85);

}
div.submenu table {
	border-collapse: collapse;
	width:100%;

}

div.submenu td {
	padding: 3px 7px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;
	border: solid white;
	border-width: 1px 0px;
	text-transform: uppercase;
}

div.submenu td a {
	color: #464646;
	font-weight: bold;
	text-decoration: none;

}

div.submenu td.hover {
}

div.submenu td.hover a {

	color: #A21916;
	text-decoration: none;
}


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


