body 
{
    /* font-family:'Arial';
    font-size:12px; */
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	color:#666;
    text-align: center;
	margin-top: 4px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#565656;

}

#wrapper
{
   	margin:0 auto;
	width:970px;
	height:auto;
	text-align: center;
}

/* ==========================
    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: 0px;
	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 */
	padding-top:0px;
	width: 100%;
	height: 30px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding-left:10px;
	padding-right:10px;
	height: 30px;
	
}

#HouseMenuNav li a { /* all links within the menu wrapper */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent url(bullet.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:11px;
	padding-top:7px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:link { /* all links within the menu wrapper */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent url(bullet.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:11px;
	padding-top:7px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:visited { /* all links within the menu wrapper */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent url(bullet.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:11px;
	padding-top:7px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	background: transparent url(bullet.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:11px;
	padding-top:7px;
	width: auto;
	height: auto;
	
}


#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 */
	background:transparent;
	height:24px;
	padding:0px;
	margin: -2px 0 0 20px;
}

#HouseMenuNav li li { /* all items under the top level */
	width:160px;
	background:transparent;
	height:24px;
	padding:0px;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #2a2829 url(bullet2.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:7px;
	height: 24px;
	
}


#HouseMenuNav li li a:link { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #2a2829 url(bullet2.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:7px;
	height: 24px;
	
}



#HouseMenuNav li li a:visited { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #2a2829 url(bullet2.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:7px;
	height: 24px;
	
}

#HouseMenuNav li li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	background: #2a2829 url(bullet2.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:7px;
	height: 24px;
	
}


/*#HouseMenuNav li ul ul { /* third-and-above-level lists 
	margin: -22px 0 0 150px;
	border: solid 0px #000;
	line-height: 12px;
	background-color: transparent;
}*/

#HouseMenuNav li ul ul { /* third-level lists */
	width: 160px; /* width of submenu, must be set so third-level list can get shifted over properly */
	background:transparent;
	height:24px;
	padding:0px;
	margin: -34px 0 0 160px;
}

#HouseMenuNav li li li { /* all items under the top level */
	width:160px;
	background:transparent;
	height:24px;
	padding:0px;
	
}

#HouseMenuNav li li li a { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #2a2829 url(bullet2.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:7px;
	height: 24px;
	
}


#HouseMenuNav li li li a:link { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #2a2829 url(bullet2.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:7px;
	height: 24px;
	
}



#HouseMenuNav li li li a:visited { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #2a2829 url(bullet2.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:7px;
	height: 24px;
	
}

#HouseMenuNav li li li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	background: #2a2829 url(bullet2.jpg) no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	padding-top:7px;
	height: 24px;
	
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. 

    
#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself 
	color:#000;
	font-weight:bold;
	
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself 
	color:#000;
	
}
    */


/* continue with divs */

.clear
{
    clear:both;
}

#contentArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:970px;
    height:auto;
    background:#2a2829 url(contentback.jpg) repeat-x top;
    text-align:center;
    padding:0px;
}

#leftContentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:309px;
    height:auto;
    background:transparent;
    text-align:center;
    padding:0px;
    float:left;
    z-index:10;
}

#logo
{
    position:relative;
    top:0px;
    left:0px;
    width:309px;
    height:172px;
    padding:0px;
}

#left1
{
    position:relative;
    top:0px;
    left:0px;
    width:309px;
    height:214px;
    padding:0px;
    background:transparent;
}

#left2
{
    position:relative;
    top:0px;
    left:0px;
    width:309px;
    height:auto;
    padding:0px;
    background:transparent;
}

.menu
{
    padding-left:44px;
    padding-top:30px;
}

#rightContentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:661px;
    height:auto;
    background:transparent;
    text-align:left;
    padding:0px;
    float:right;
    z-index:0;
}

#right1
{
    position:relative;
    top:0px;
    left:0px;
    width:629px;
    height:96px;
    padding:0px;
    background:transparent;
	text-align:right;
}

.top
{
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	text-align:right;
    color:#fff;
}

#right1 p
{
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	text-align:right;
    color:#fff;
}

#right1 a
{
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	text-align:right;
    color:#fff;
    text-align:none;
}

#right2
{
    position:relative;
    top:0px;
    left:0px;
    width:629px;
    height:270px;
    padding:0px;
    background:transparent;
}

#rightspacer
{
    position:relative;
    top:0px;
    left:0px;
    width:629px;
    height:16px;
    padding:0px;
    background:transparent;
}

#right3
{
    position:relative;
    top:0px;
    left:0px;
    width:629px;
    height:auto;
    padding:0px;
    background:url(contentdisplay.jpg) repeat-y;
}

#rightbottom
{
    position:relative;
    top:0px;
    left:0px;
    width:629px;
    height:18px;
    padding:0px;
    background:transparent;
}

.rightContent
{
    background:transparent;
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	text-align:left;
    color:#000;
    width:auto;
}

.rightContent p
{
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	text-align:left;
    color:#000;
    padding-left:15px;
    padding-right:15px;
}

.rightContent td, li
{
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	text-align:left;
    color:#000;
    padding-left:15px;
    padding-right:15px;
}

.rightContent a:link
{
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	color:#03a2e0;
    text-decoration:none;
}

.rightContent a:visited
{
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	color:#03a2e0;
    text-decoration:none;
}

.rightContent a:hover
{
    font-family:century gothic, arial, sans serif;
	font-size:12px;
	color:#03a2e0;
    text-decoration:underline;
}

#contentBottom
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:970px;
    min-height:10px;
    background:transparent;
}




#footerWrapper
{
    clear:both;
    margin:0 auto;
    text-align:center;
    width:875px;
    height:180px;
    background:transparent;
    padding-top:15px;
}

#footer
{
    width:auto;
    background-color:transparent;
    font-family:'verdana' sans-serif;
    font-size:10px;
    color:#fff;
    
}

#footer p, td
{
    color:#fff;
}

#footer a, a:visited
{
    color:#fff;
    text-decoration:none;
    font-family:'verdana' sans-serif;
    font-size:10px;
}

#footer a:hover
{
    color:#fff;
    text-decoration:underline;
    font-family:'verdana' sans-serif;
    font-size:10px;
}

.footnote 
{
    font-family:'verdana' sans-serif;
    font-size:10px;
    color:#fff;
}



hr
{
    color:#c8c7c7;
}
	
.Head
{
	font-family:'Arial';
	font-size:14px;
	font-weight:bold;
	}
	
.SubHead
{
	font-size:12px;
	color:#000;
}

.SubHead a, a:visited
{
	font-size:12px;
	color:#000;
	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;
	}
