@charset "utf-8";
/* Simplified Interiors */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #efe6df;
	background-image: url(images/page_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

td.bodybg {
	background-color: #FAF6F3;
	background: url(images/formatnew_04.jpg);
	background-repeat: no-repeat;
}
td.bodybgpurple {
	background-color: #f4eeee;
	background: url(images/formatpurple_04.jpg);
	background-repeat: no-repeat;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
body,td,th {
	color: #333333;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #363638;
}
a:active {
	color: #CC0000;
}

.footernav a:link {text-decoration: none; color: #FFFFFF}
.footernav a:visited {text-decoration: none; color: #FFFFFF}
.footernav a:active {text-decoration: none; color: #FFFFFF}
.footernav a:hover {text-decoration: underline; color: #CC0000;}

.mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
.calNum {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #71662E;
	font-size: 12px;
	font-weight: bold;
}
.calText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px

}
.HeadText {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 20px; }

.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #eeeeee;
	font-weight: bold;
}

.mainMenuO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
margin: 0;
padding: 0;
list-style: none;
position: relative;
}

ul.tabs li
{
margin: 0;
padding: 0;
list-style: none;
float: left;
position: relative;
}

ul.tabs a
{
position: relative;
display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	width: 200px;
	top: 0;
	display: none;
	left: 184px;
	/* for IE */
  	filter:alpha(opacity=95);
  	/* CSS3 standard */
  	opacity:0.95;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 17px;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	background-color: #a9733f;
	border: 1px solid #a0652c;
	border-top-color: #be8851;
	border-left-color: #be8851;
}

ul.dropdown li:hover
{
	background-color: #bd4316;
}

ul.dropdown li a
{
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

ul.dropdown li a:hover
{
	color: #CCC;
}

.subscribe {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 130px;
	padding: 4px;
	color: 666;
	border: 1px solid #ab6f3a;
  	background-color: #f4ede7;
}
