body 
{
    font-family:'Arial';
    /* font-size:12px; */
    color:#666;
    text-align: center;
	min-width: 1000px;
	margin-top: 0px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#fff;

}

#wrapper
{
   	margin:0 auto;
	width:1000px;
	height:auto;
	text-align: center;
	border:solid 0px #ffcc00;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:182px;
    background:url(headerBack.gif) repeat-x;
    text-align:center;
    z-index:10;
}

#header p, td
{
    font-size:12px;
    color:#666;
}

#header a:link
{
    font-family:'Arial' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:none;
    font-weight:bold;
}

#header a:visited
{
    font-family:'Arial' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:none;
    font-weight:bold;
}

#header a:hover
{
    font-family:'Arial' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:underline;
    font-weight:bold;
}

.Top
{
    font-family:'Arial' Sans-Serif;
    font-size:11px;
    color:#666;
}

.menusystem
{
    padding-top:0px;
    padding-left:10px;
    background:url(menuBack.gif) repeat-x;
}

.headerRight
{
    padding-top:14px;
    background:url(topBack.gif) repeat-x;
}

/* ==========================
    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:8px;
	width: 100%;
	height: 30px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding-left:5px;
	padding-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: #e54141;
	background-color: transparent;
	padding-bottom:10px;
	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: #e54141;
	background-color: transparent;
	padding-bottom:10px;
	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: #e54141;
	background-color: transparent;
	padding-bottom:10px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background-color: transparent;
	padding-bottom:10px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:active {
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background-color: transparent;
	padding-bottom:10px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li ul { /* second-level lists */
	width: 150px; /* 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: -2px 0 0 0;
	background:transparent;
	height: auto;
}

#HouseMenuNav li li { /* all items under the top level */
	width: 150px;
	height: auto;
	background:transparent;
	padding-left:0px;
	padding-right:0px;
	color:#000;
	
}


#HouseMenuNav li li a:link { /* all item links under the top level */
	padding: 5px;
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	/*background-color: #e54141;*/
	background-color:#fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	font-weight:normal;
	text-decoration:none;
	width: 150px;
	height: 20px;
	
}



#HouseMenuNav li li a:visited { /* all item links under the top level */
	padding: 5px;
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#000;
	background-color: #fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	font-weight:normal;
	text-decoration:none;
	width: 150px;
	height: 20px;
	
}

#HouseMenuNav li li a:hover {
	padding: 5px;
	font-family: 'Arial' Sans-Serif;
	font-size: 11px;
	color:#e54141;
	background-color: #fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	font-weight:normal;
	text-decoration:none;
	width: 150px;
	height: 20px;
	
}


#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 150px;
	border: solid 0px #000;
	line-height: 12px;
	background-color: transparent;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

#HouseMenuNavCurrentItem a:link {
    color:#666;
    text-decoration:none;	
    }

#HouseMenuNavParentItem a:link
{ /* all links under the parent item (li) */
	color: #666; 
	text-decoration: none;	
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	color: #666; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	color: #000; 
	text-decoration: none;
}
    
/* continue with divs */

#contentArea
{
    position:relative;
    top:5px;
    left:0px;
    width:1000px;
    background:url(contentback.gif) repeat-y;
}





.contentLeft
{
    padding:10px;
    padding-left:0px;
    background:transparent;
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.contentLeft p, td, li
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.contentLeft a:link
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#666;
    text-decoration:underline;
}

.contentLeft a:visited
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;    
    color:#666;
    text-decoration:underline;
}

.contentLeft a:hover
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#e54141;
    text-decoration:underline;
}

.contentMid
{
    padding:10px;
    background:transparent;
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.contentMid p, td, li
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.contentMid a:link
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#666;
    text-decoration:underline;
}

.contentMid a:visited
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#666;
    text-decoration:underline;
}

.contentMid a:hover
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#e54141;
    text-decoration:underline;
}

.contentRight
{
    padding:10px;
    background:transparent;
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.contentRight p
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.Normal
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.contentRight td
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.contentRight li
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.contentRight a:link
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#666;
    text-decoration:underline;
}

.contentRight a:visited
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#666;
    text-decoration:underline;
}

.contentRight a:hover
{
    font-family:'Arial' Sans-Serif;
    font-size:12px;
    color:#e54141;
    text-decoration:underline;
}

.adRight
{
    padding:0;
}

#footerWrapper
{
    clear:both;
    position:relative;
    top:10px;
    left:0px;
    text-align:center;
    width:100%;
    height:197px;
}

#footer
{
    position:relative;
    top:0px;
    height:197px;
    margin:0 auto;
    width:1000px;
    color:#afc554;
}

#footer p, td
{
    color:#666;
}

#footer a, a:visited
{
    color:#666;
    text-decoration:none;
}

#footer a:hover
{
    color:#666;
    text-decoration:underline;
}

.footertext 
{
    font-family:'Arial' sans-serif;
    font-size:11px;
    color:#666;
}

#footnote
{
    font-style:italic;
    color:#e54141;
}

#footnote a, a:visited
{
    color:#e54141;
    text-decoration:none;
}

#footnote a:hover
{
    color:#e54141;
    text-decoration:underline;
}

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;
	}
	
.button
{
	font-size:12px;
	color:#e54141;
	font-weight:bold;
	text-decoration:none;
}

a:link.button 
{
	font-size:12px;
	color:#e54141;
	font-weight:bold;
	text-decoration:none;
}

a:visited.button 
{
	font-size:12px;
	color:#e54141;
	font-weight:bold;
	text-decoration:none;
}

a:hover.button 
{
	font-size:12px;
	color:#e54141;
	font-weight:bold;
	text-decoration:none;
}

