body 
{
     font-family:'Arial';
    /*font-size:12px; */
    color:#666;
    text-align: center;
	margin-top: 4px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#fff url(pageback.gif) repeat-x;

}

#wrapper
{
   	margin:0 auto;
	width:900px;
	height:auto;
	text-align: center;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    width:900px;
    height:286px;
    text-align:center;
    z-index:10;
}

#header p, td
{
    font-size:11px;
    color:#000;
}

#header a:link
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#000;
    text-decoration:none;
    font-weight:normal;
}

#header a:visited
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#000;
    text-decoration:none;
    font-weight:normal;
}

#header a:hover
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#000;
    text-decoration:underline;
    font-weight:normal;
}



.SearchTextBox
{
    border:solid 1px #ff9900;
    background:#fff;
    color:#000;
    height:21px;
    width:180px;
    padding-left:4px;
}

.topRight
{
    padding-bottom:4px;
    color:#000;
    font-size:11px;
    font-family:'verdana';
}

.menu
{
    padding-left:0px;
    padding-top:0px;
    height:30px;
    background:transparent url(menutile.jpg) repeat-x;
}

.Top
{
    font-size:10px;
}

a:link.Top
{
    font-size:10px;
}

/* ==========================
    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: 145px;
	padding-left:0px;
	margin-right:5px;
	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(navup.png) no-repeat;
	padding-bottom:11px;
	padding-top:7px;
	padding-left:20px;
	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(navup.png) no-repeat;
	padding-bottom:11px;
	padding-top:7px;
	padding-left:20px;
	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(navup.png) no-repeat;
	padding-bottom:11px;
	padding-top:7px;
	padding-left:20px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: transparent url(navover.png) no-repeat;
	padding-bottom:11px;
	padding-top:7px;
	padding-left:20px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:active {
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	padding-bottom:11px;
	padding-top:7px;
	padding-left:20px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li ul { /* second-level lists */
	width: 137px; /* 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:20px;
	padding:0px;
	margin: -2px 0 0 4px;
}

#HouseMenuNav li li { /* all items under the top level */
	width:137px;
	background:transparent;
	height:20px;
	padding:0px;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}


#HouseMenuNav li li a:link { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}



#HouseMenuNav li li a:visited { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}

#HouseMenuNav li li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#fff;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}


/*#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:20px;
	padding:0px;
	margin: -22px 0 0 137px;
}

#HouseMenuNav li li li { /* all items under the top level */
	width:160px;
	background:transparent;
	height:20px;
	padding:0px;
	
}

#HouseMenuNav li li li a { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}


#HouseMenuNav li li li a:link { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}



#HouseMenuNav li li li a:visited { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}

#HouseMenuNav li li li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#fff;
	background:#f2a640;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}

/* 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 */

#contentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:900px;
    height:auto;
    background:url(contentback.gif) repeat-y;
}

#breadcrumb
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-align:right;
    padding-left:8px;
    padding-right:8px;
    padding-top:8px;
    padding-bottom:0px;
    
}

#breadcrumb a:link
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#breadcrumb a:visited
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#breadcrumb a:hover
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:underline;
    font-weight:normal;
}

#contentLeft
{
    position:relative;
    top:0px;
    left:0px;
    height:auto;
    width:250px;
    float:left;
    color:#000;
    padding-top:6px;
}

#contentLeft p
{
    font-family:'verdana' sans-serif;
    font-size:11px;
    color:#000;
}

#contentLeft td
{
    font-family:'verdana' sans-serif;
    font-size:11px;
    color:#000;
}

#contentLeft H1
{
    font-family:'verdana' sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#ff9900;
    padding-left:10px;
}

#contentLeft a:link
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#contentLeft a:visited
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#contentLeft a:hover
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:underline;
    font-weight:normal;
}



#contentRight
{
    position:relative;
    top:0px;
    right:0px;
    height:auto;
    width:620px;
    float:right;
    padding-top:0px;
}

#contentRight p
{
    font-family:'verdana' sans-serif;
    font-size:11px;
    color:#000;
    
}

#contentRight td
{
    font-family:'verdana' sans-serif;
    font-size:11px;
    color:#000;
}

#contentRight H1
{
    font-family:'verdana' sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#ff9900;
    padding-left:10px;
}
    
#contentRight a:link
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#contentRight a:visited
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#contentRight a:hover
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:underline;
    font-weight:normal;
}

.rightContent
{
    padding:0px;
    background:transparent;
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#000;
    width:auto;
    padding-top:5px;
}

.rightContent p
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#000;
    padding:5px;
    padding-right:10px;
}

.rightContent td, li
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#000;
}

.rightContent a:link
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
}

.rightContent a:visited
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
}

.rightContent a:hover
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:underline;
}

#contentBottom
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:900px;
    min-height:10px;
    background:transparent;
}

#contentBottom p
{
    font-family:'verdana' sans-serif;
    font-size:11px;
    color:#000;
    
}

#contentBottom td
{
    font-family:'Arial' sans-serif;
    font-size:11px;
    color:#fff;
}

#contentBottom a:link
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#contentBottom a:visited
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#contentBottom a:hover
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:underline;
    font-weight:normal;
}


#footerWrapper
{
    clear:both;
    margin:0 auto;
    text-align:center;
    width:100%;
    height:180px;
    background:#fff url(footerback.jpg) repeat-x;
    padding-top:15px;
}

#footerWrapper2
{
    margin:0 auto;
    width:900px;
    height:auto;
    color:#333;
    background:transparent;
    text-align:center;
}

#footerTop
{
    position:relative;
    top:0px;
    left:0px;
    height:auto;
    width:900px;
    float:left;
    color:#000;
}

#footerTop p
{
    font-family:'verdana' sans-serif;
    font-size:11px;
    color:#000;
}

#footerTop a:link
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#footerTop a:visited
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:none;
    font-weight:normal;
}

#footerTop a:hover
{
    font-family:'verdana' Sans-Serif;
    font-size:11px;
    color:#ff9900;
    text-decoration:underline;
    font-weight:normal;
}

#footerLeft
{
    position:relative;
    top:0px;
    left:0px;
    height:auto;
    width:250px;
    float:left;
    color:#000;
}

#footerLeft p
{
    font-family:'verdana' sans-serif;
    font-size:11px;
    color:#000;
}

#footerLeft td
{
    font-family:'verdana' sans-serif;
    font-size:11px;
    color:#000;
}

#footerRight
{
    position:relative;
    top:0px;
    right:0px;
    height:auto;
    width:620px;
    float:right;
}

#footerRight p
{
    font-family:'verdana' sans-serif;
    font-size:11px;
    color:#000;
    
}

#footerRight td
{
    font-family:'Arial' sans-serif;
    font-size:11px;
    color:#fff;
}

#links
{
    clear:both;
    width:auto;
    color:#333;
    background-color:transparent;
    font-family:'verdana' sans-serif;
    font-size:11px;
    
}

#links p, td
{
    color:#333;
}

#links a
{
    padding-left:3px;
    padding-right:3px;
}

#links a, a:visited
{
    color:#333;
    text-decoration:none;
    font-family:'verdana' sans-serif;
    font-size:11px;
}

#links a:hover
{
    color:#333;
    text-decoration:underline;
    font-family:'verdana' sans-serif;
    font-size:11px;
}



#footer
{
    width:auto;
    background-color:transparent;
    font-family:'verdana' sans-serif;
    font-size:10px;
    color:#333;
    
}

#footer p, td
{
    color:#333;
}

#footer a, a:visited
{
    color:#333;
    text-decoration:none;
    font-family:'verdana' sans-serif;
    font-size:10px;
}

#footer a:hover
{
    color:#333;
    text-decoration:underline;
    font-family:'verdana' sans-serif;
    font-size:10px;
}

.footnote 
{
    font-family:'verdana' sans-serif;
    font-size:10px;
    color:#333;
}



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;
	}