body 
{
    /* font-family:'Arial';
    font-size:12px; */
    color:#666;
    text-align: center;
	margin-top: 10px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#ffffff;

}

#wrapper
{
   	margin:0 auto;
	width:973px;
	height:auto;
	text-align: center;
	border:solid 1px #a19f9f;
	padding:0;
}


/* ==========================
    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: 37px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding-left:5px;
	padding-right:10px;
	height: 37px;
	
}

#HouseMenuNav li a { /* all links within the menu wrapper */
	font-family:Century Gothic, Sans-Serif;
    font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
	background: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:link { /* all links within the menu wrapper */
	font-family:Century Gothic, Sans-Serif;
    font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
	background: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:visited { /* all links within the menu wrapper */
	font-family:Century Gothic, Sans-Serif;
    font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
	background: transparent;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:hover {
	font-family:Century Gothic, Sans-Serif;
    font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: transparent;
	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:#fff;
	background:#003f85;
	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:#fff;
	background:#003f85;
	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:#fff;
	background:#003f85;
	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:#000;
	background:#fff;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;*/
	font-weight:normal;
	text-decoration:none;
	height:20px;
	padding:4px;
	width:auto;
	
}



/* continue with divs */

.clear
{
    clear:both;
}

#contentArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:973px;
    height:633px;
    background:transparent;
    text-align:center;
    padding:0px;
}

#left
{
    position:relative;
    top:0px;
    left:0px;
    float:left;
    width:372px;
    height:504px;
    padding:0;
}

#right
{
    position:relative;
    top:0px;
    left:0px;
    float:right;
    width:601px;
    height:504px;
    padding:0;
    z-index:10;
}

#top
{
    position:relative;
    top:0px;
    left:0px;
    width:601px;
    height:251px;
    padding:0;
    background:#fff url(top.gif) no-repeat;  
    text-align:right;  
}

.topContent
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    text-align:right;
    padding-top:22px;
    padding-left:200px;
}

.topContent p
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    text-align:right;
    padding-right:22px;
}

.topContent a:link
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    color:#000;
    text-decoration:none;
}

.topContent a:visited
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    color:#000;
    text-decoration:none;
}

.topContent a:hover
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    color:#ff0000;
    text-decoration:underline;
}

#menu
{
    position:relative;
    top:0px;
    right:21px;
    width:auto;
    height:37px;
    padding:0;
    text-align:right;
    float:right;
    z-index:10;
}

#logo
{
    clear:right;
    position:relative;
    top:0px;
    left:0px;
    width:601px;
    height:67px;
    padding:0;
    z-index:0;
    
}

#content
{
    position:relative;
    top:0px;
    left:0px;
    width:601px;
    height:149px;
    padding:0;
    z-index:0;
}
    
#bottom
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    float:left;
    width:973px;
    height:129px;
    padding:0;  
    z-index:0;
}



.mainContent
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    padding:0px;
}

.mainContent p
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    padding-left:3px;
    padding:0;
    padding-right:22px;
}

.mainContent td, li
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
}

.mainContent a:link
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    color:#ff0000;
    text-decoration:none;
}

.mainContent a:visited
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    color:#ff0000;
    text-decoration:none;
}

.mainContent a:hover
{
    font-family:Century Gothic, Sans-Serif;
    font-size:13px;
    color:#000;
    text-decoration:underline;
}



#footerWrapper
{
    clear:both;
    margin:0 auto;
    text-align:center;
    width:973px;
    height:30px;
    background:transparent;
    padding-top:15px;
}



#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;
	}

