body {
	background-image: url(images/background.gif);
	margin-top: 0px;
}


.bodyText a{text-decoration:none; color:#BA9266;}
.bodyText a:hover{text-decoration:underline;}

.mainTitle {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold; 
}

.bodyText {
padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.bodyTextnp {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.footer a{
	text-decoration:none;
	color:#FFFFFF
}

.footer a:hover{
	text-decoration:underline;
}

.footerSmall{
	font-size: 9px;
	}

.altum{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:9px;
	color:#CCCCCC;
}

a.altum{
	text-decoration:none;
	color:#CCCCCC;
}

a.altum:hover{
	text-decoration:underline;
	color:#CCCCCC;
}

.loginControl{padding: 0px 5px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:10px;}
input.loginControl{ padding: 0px 0px 0px 0px; }
a.loginControl{ color: #FFFFFF; }

.introduction{font-size:14px; font-weight:bold; color:#BA9266;
font-family: Arial, Helvetica, sans-serif;}

.required{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 9px;
	}

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: normal;
	position: relative;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: normal;
	z-index: 99999;
}

#houseMenuH ul li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH { /* menu wrapper div */
	width: 800px;
	height: auto;
	background-color: #ecd9d2;
}

#houseMenuH ul { /* all submenu lists */
	line-height: 14px;
}

#houseMenuH li { /* all list items */
	height: 30px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 100px;
        max-width:100px;
        min-width:100px;
        text-align:center;
        vertical-align:text-bottom;
        text-wrap:normal;
        word-wrap:break-word;
	background-image: url(images/off.jpg);
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 144px;
	height: 30px;
        line-height: 14px;
}

#houseMenuH li a { /* all items under the top level */
	height: 30px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 100px;
        max-width:100px;
        min-width:100px;
	white-space:normal;
        text-align:center;
        text-wrap:normal;
        word-wrap:break-word;
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight : normal;
	text-decoration : none;
	color : #776855;
	width: 100px;
	max-width:100px;
        min-width:100px;
	height: 30px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	width: 134px;
	height: 30px;
}

#houseMenuH li a:hover {
	height: 30px;
        max-width:100px;
	color: #6c4c26;
	background-image:url(images/on.jpg);
}

#houseMenuH li li a:hover {
	background-color: #cfae7b;
	color: #6c4c26;
	height: 30px;
}

#houseMenuH li ul { /* second-level lists */
	width: 100px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #000;
	margin: 0;
	line-height: 10px;
        background-color: #ecd9d2;
       
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	height: 30px;
	color: #000;
        width:100px;
        max-width:100px;
	background-image:url(images/on.jpg);
	text-decoration: none;
}

#houseMenuHCurrentLink
{
height: 30px;
	color: #6c4c26;
        width:100px;
        max-width:100px;
	background-image:url(images/on.jpg);
	text-decoration: none;

}

.faq
{
padding: 10px 10px 10px 10px;
}
	background-image:url(images/on.jpg);
	text-decoration: none;

}

.faq
{
padding: 10px 10px 10px 10px;
}

