body 
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px; 
    color:#000;
    text-align: center;
	min-width: 100%;
	margin-top: 20px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#edf9d5 url(pageback.gif) repeat-x;
}

#wrapper
{
   	margin:0 auto;
	width:100%;
	height:auto;
	text-align: center;
	background:#fff;
    z-index:0;
}

p
{
    padding:0;
    margin:0;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	margin: 0;
	padding: 0;
	border: 0px;
	list-style: none;
	float: left;
	background: transparent;
}

#HouseMenuNav li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 170px;
	
	line-height : 18px;
	z-index:100;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	width: 170px;
	
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}

#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:hover
{
	background-position: 0 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin-top: -23px;
	border: 0px;
	z-index: 999;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	
	left: -9999px;
	z-index: 999;
}

#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;
}

#loginarea 
{
    text-transform:uppercase;
    color:#000;
    font-size:12px;
    font-weight:bold;
    padding-top:5px;
}

#loginarea a:link
{
	color:#000;
    font-size:12px;
    font-weight:bold;
  text-decoration:none;
	}

#loginarea a:visited
{
	color:#000;
    font-size:12px;
    font-weight:bold;
  text-decoration:none;
	}

#loginarea a:hover
{
	color:#000;
    font-size:12px;
    font-weight:bold;
  text-decoration:underline;
	}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	width: auto;
	height: auto;
	text-align:left;
	background:transparent;
}

#HouseMenuNav li  /* all list items */
{    
	width:auto;
	height:28px;
	background:transparent;
}

#HouseMenuNav li a
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:13px;
    color:#18601f;
    height:26px;
    padding-left:28px;
    text-decoration:none;
	background:transparent url(menuup.gif) no-repeat;
	  
}

#HouseMenuNav li a:hover {
	font-family: 'Century Gothic', Sans-Serif;
    font-size:13px;
    color:#18601f;
    height:26px;
    padding-left:28px;
    text-decoration:none;
	background:transparent url(menuover.gif) no-repeat;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 160px; /* 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 */
	margin: -28px 0 0 196px ;
	border:solid 1px #000;
}
    

#HouseMenuNav li li { /* all items under the top level */
	width: 150px;
	height: auto;
	border:none;
	background:transparent;
	padding: 0px;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	width: 150px;
	height: auto;
	font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
	color:#000;	
	background: #cedca3;
    font-weight:normal;
    text-transform:none;
    padding:5px;
}



#HouseMenuNav li li a:hover {
	width: 150px;
	height: auto;
	font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
	color:#cedca3;	
	background: #fff;
    font-weight:normal;
    text-transform:none;
    padding:5px;
	
}



#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 170px;
	width:inherit;
	height:inherit;
	background:inherit;
	padding:inherit;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself
	color:#fff;
	background:#7a1098; */
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself */
	background:url(menuover.gif);
}
    
/* continue with divs */

.clear
{
    clear:both;
}

#contentArea
{
    position:relative;
    margin:0 auto;
    text-align:center;
    width:848px;
    height:auto;
    background:transparent url(contentback.gif) repeat-y;
    z-index:10;
    border-left:solid 1px #d2e2b9;
    border-right:solid 1px #d2e2b9;
    
}

#left
{
    position:relative;
    width:378px;
    height:auto;
    background:transparent;
    float:left;
    z-index:100;
	padding-top:60px;
}

#left1
{
    position:relative;
    width:178px;
    height:auto;
    background:transparent;
    float:left;
    z-index:0;
}

#left2
{
    position:relative;
    width:200px;
    height:auto;
    background:transparent;
    float:left;
    z-index:0;
}

#logo
{
    position:relative;
    width:200px;
    height:138px;
    background:transparent;
}

#menuHolder
{
    position:relative;
    width:200px;
    height:240px;
    padding:0px;
    background:transparent;
    z-index:100;
    
}

#left3
{
    clear:both;
    position:relative;
    width:378px;
    height:auto;
    z-index:0;
    
}

#left3 p
{
    font-size: 10px;
	font-family: 'Century Gothic', Sans-Serif;
	color: #c4dd85;
	text-align:left;
	padding-left:35px;
	padding-bottom:10px;
}



#right
{
    position:relative;
    left:0px;
    width:450px;
    height:auto;
    background:transparent;
    float:left;
    padding-top:50px;
    z-index:0;
    text-align:left;
    padding-bottom:20px;
}


#rightContent
{
    position:relative;
    left:45px;
    width:400px;
    height:auto;
    background:transparent;
}



#rightContent p
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    color:#666;
    text-align:left;
	padding-bottom:10px;
}

#rightContent li
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    color:#666;
    text-align:left;
}

#rightContent td
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    color:#666;
}

#rightContent a, a:visited
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    color:#000;
    text-decoration:none;
}

#rightContent a:hover
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:12px;
    color:#000;
    text-decoration:underline;
}



#rightContent h1
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:16px;
    color:#000;
    font-weight:bold;
}


#footerWrapper
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    text-align:center;
    width:100%;
    height:auto;
    z-index:0;
    background:#cedca3;
}


#footer
{
    position:relative;
    margin:0 auto;
	height:auto;
    width:848px;
    color:#000;
    z-index:0;
    text-align:center;
}

#footer p, td
{
    color:#000;
}

#footer a, a:visited
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:10px;
    color:#000;
    text-decoration:none;
}

#footer a:hover
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:10px;
    color:#000;
    text-decoration:underline;
}

.footertext 
{
    font-family: 'Century Gothic', Sans-Serif;
    font-size:10px;
    color:#000;
}

#footnote
{
    font-style:italic;
    color:#000;
}

#footnote a, a:visited
{
    color:#000;
    text-decoration:none;
}

#footnote a:hover
{
    color:#000;
    text-decoration:underline;
}

hr
{
    color:#c8c7c7;
}
	
.Head
{
	font-family:'Arial';
	font-size:14px;
	font-weight:bold;
	}
	
.SubHead
{
	font-size:12px;
	color:#ccc;
}

.SubHead a, a:visited
{
	font-size:12px;
	color:#ccff00;
	text-decoration:underline;
}

.title
{
	font-family:'Arial';
	font-size:14px;
	font-weight:bold;
	text-align:right;
	border-bottom: solid 1px #d3d2d2;
	padding-bottom:3px;
	color:#49484b;
	text-transform:uppercase;
	}
	
.content
	{color:#49484b;
	}
	


