body 
{
    font-family:Arial;
    font-size:12px;
    color:#000;
    text-align: center;
	min-width: 780px;
	margin-top: 0px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;

}

#wrapper
{
   	margin:0 auto;
	width:780px;
	height:auto;
	text-align: center;
	border:solid 0px #ffcc00;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    width:780px;
    text-align:left;
}

#header p, td
{
    font-size:12px;
}

.menusystem
{
    padding-top:0px;
    padding-left:0px;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: -5px;
	border: 0;
	list-style:none;
	white-space: nowrap;
	z-index: 99999;
	position: relative;
	padding-top:0px;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav 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
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	width: 100%;
	height: 21px;
	_height: 21px;
	line-height: 12px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	background:url(pageicon.gif) no-repeat;
	padding-left:5px;
	padding-right:0px;
	height: 21px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li { /* all items under the top level */
	width: 160px;
	height: auto;
	border:solid 1px transparent;
	border-top:0px;
	background:transparent;
	padding-left:0px;
	padding-right:0px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform:none;
	letter-spacing: 1px;
	color: #000;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	font-size: 12px;
	width: 148px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	padding: 5px;
	color: #999;
	background-color: transparent;
	text-decoration:none; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	color: #000;
	background-color: #fff; 
	text-decoration:none;
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	width: 144px; /* 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 0px #000;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #f3e16e;
	height: auto;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 0px #000;
	line-height: 12px;
	background-color: #f3e16e;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

#HouseMenuNavCurrentItem a {
    color:#000;
    text-decoration:underline;
    }

#HouseMenuNavParentItem a
{ /* all links under the parent item (li) */
	color: #000; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: #FF0099; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 0px;
	color: #000; 
	background-color: #fff; 
	text-decoration: none;
}
    
/* continue with divs */

#contentArea
{
    clear:both;
    width:780px;
}

#contentArea p, td
{
    font-family:Arial;
    font-size:12px;
}

#contentAreaLeft
{
    position:relative;
    top:5px;
    left:0px;
    padding:0px;
    width:780px;
}

#contentAreaRight
{
    position:relative;
    top:-28px;
    left:180px;
    padding:0px;
    width:200px;
    float:right;
    background:#cecece;
    padding-right:5px;
    border-right: dashed 1px #ccc;
}

#footer
{
    clear:both;
    text-align:center;
    width:800px;
}
