body 
{
    /* font-family:'Verdana';
    font-size:12px; */
    color:#000;
    text-align: center;
	min-width: 1000px;
	margin-top: 10px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#f8f5d4;

}

#wrapper
{
   	margin:0 auto;
	width:1000px;
	height:auto;
	text-align: center;
    background:#fff;
}

#headerArea
{
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:auto;
    background:#fff;
    z-index:10;
}

.menu
{
    background:#cc0002 url(menuback.gif) repeat-x;
    padding-left: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:2px;
	width: 100%;
	height: 23px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding-left:5px;
	padding-right:10px;
	height: 23px;
	
}


#HouseMenuNav li a { /* all links within the menu wrapper */
	font-family: 'Times News Roman' Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #f0df2c;
	background-color: transparent;
	width: auto;
	height: auto;
	padding-bottom:6px;
	
}

#HouseMenuNav li a:link { /* all links within the menu wrapper */
	font-family: 'Times News Roman' Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #f0df2c;
	background-color: transparent;
	width: auto;
	height: auto;
	padding-bottom:6px;
	
}

#HouseMenuNav li a:visited { /* all links within the menu wrapper */
	font-family: 'Times News Roman' Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #f0df2c;
	background-color: transparent;
	width: auto;
	height: auto;
	padding-bottom:6px;
	
}

#HouseMenuNav li a:hover {
	font-family: 'Times News Roman' Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	width: auto;
	height: auto;
	padding-bottom:6px;
	
}

#HouseMenuNav li a:active {
	font-family: 'Times News Roman' Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #f0df2c;
	background-color: transparent;
	width: auto;
	height: auto;
	padding-bottom:6px;
	
}

#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: 'Times News Roman' Serif;
	font-size: 13px;
	color:#000;
	/*background-color: #e54141;*/
	background-color:#f0df2c;
	/*filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8; */
	font-weight:bold;
	text-decoration:none;
	width: 150px;
	height: 20px;
	
}



#HouseMenuNav li li a:visited { /* all item links under the top level */
	padding: 5px;
	font-family: 'Times News Roman' Serif;
	font-size: 13px;
	color:#000;
	background-color: #f0df2c;
	/*filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8; */
	font-weight:bold;
	text-decoration:none;
	width: 150px;
	height: 20px;
	
}

#HouseMenuNav li li a:hover {
	padding: 5px;
	font-family: 'Times News Roman' Serif;
	font-size: 13px;
	color:#000;
	background-color: #f0df2c;
	/*filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8; */
	font-weight:bold;
	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. */

#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself */
	color:#fff;
	font-weight:bold;
	
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself */
	color:#fff;
	
}
    

#contentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    min-height:400px;
    background:#fff;
}

#contentLeft
{
    position:relative;
    top:0px;
    left:0px;
    width:269px;
    height:auto;
    background:#fff;
    float:left;
}

#logo
{
    position:relative;
    top:0px;
    left:0px;
}

#leftPane
{
    position:relative;
    top:0px;
    left:0px;
}

.leftContent
{
    width:249px;
    padding:10px;
}

.leftContent p
{
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#49484b;
    padding:5px;
    
}

.leftContent h1
{
    font-family:'Verdana' Sans-Serif;
    font-size:14px;
    font-weight:bold;
    color:#49484b;
    padding:0px;
    padding-right:0px;
    padding-left:5px;
}

.leftContent a:link
{
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#cc0002;
    text-decoration:underline;
}

.leftContent a:visited
{
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#cc0002;
    text-decoration:underline;
}

.leftContent a:hover
{
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#000;
    text-decoration:underline;
}

#contentRight
{
    position:relative;
    top:0px;
    right:0px;
    width:700px;
    height:auto;
    min-height:400px;
    background:#fff url(contentback.gif) no-repeat bottom right;
    float:right;
}

.rightContent
{
    background:transparent;
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#49484b;
    width:auto;
}

.rightContent p
{
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#49484b;
    padding:5px;
    padding-right:10px;
}

.rightContent h1
{
    font-family:'Verdana' Sans-Serif;
    font-size:14px;
    font-weight:bold;
    color:#49484b;
    padding:5px;
    padding-right:10px;
    text-align:left;
}

.rightContent td, li
{
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#49484b;
}

.rightContent a:link
{
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#cc0002;
    text-decoration:underline;
}

.rightContent a:visited
{
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#cc0002;
    text-decoration:underline;
}

.rightContent a:hover
{
    font-family:'Verdana' Sans-Serif;
    font-size:12px;
    color:#e54141;
    text-decoration:underline;
}


#footerArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    height:auto;
    width:1000px;
    background:transparent;
}

#footerArea a
{
    padding-left:10px;
    padding-right:10px;
}

#footerArea a:link
{
    color:#CC0002;
    font-family:Verdana;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
}

#footerArea a:visited
{
    color:#CC0002;
    font-family:Verdana;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
}

#footerArea a:hover
{
    color:#CC0002;
    font-family:Verdana;
    font-size:11px;
    text-decoration:underline;
    font-weight:bold;
}

.footertext
{
    color:#CC0002;
    font-family:Verdana;
    font-size:10px;
}

.footertext.a:link
{
    color:#CC0002;
    font-family:Verdana;
    font-size:10px;
    text-decoration:none;
    font-weight:bold;
}

.footertext.a:visited
{
    color:#CC0002;
    font-family:Verdana;
    font-size:10px;
    text-decoration:none;
    font-weight:bold;
}

.footertext.a:hover
{
    color:#CC0002;
    font-family:Verdana;
    font-size:10px;
    text-decoration:underline;
    font-weight:bold;
}



hr
{
    color:#c8c7c7;
}
	
.Head
{
	font-family:'Verdana';
	font-size:12px;
	font-weight:bold;
	color:#fff;
	}
	
.SubHead
{
	font-size:12px;
	color:#000;
}

.SubHead a, a:visited
{
	font-size:12px;
	text-decoration:underline;
}

.title
{
	font-family:'Verdana';
	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;
	}
	
.Normal 
{
    font-family:Verdana;
    font-size:11px;
}

.NormalBold
{
    font-family:Verdana;
    font-size:11px;
}

.RSSHeader
{
    color:#f1862d; 
    font-weight:bold;
}

.RSSDate
{
    color:#000; 
    font-weight:bold;
    font-size:10px;
}

.RSSNormal
{
    color:#000; 
    font-weight:normal;
    font-size:10px;
}
