body 
{
     font-family:'Verdana';
    /* font-size:12px; */
    color:#666;
    text-align: center;
	min-width: 784px;
	margin-top: 0px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#f1862d;

}

#wrapper
{
   	margin:0 auto;
	width:784px;
	height:auto;
	text-align: center;
    background:url(contentback.jpg) repeat-y;
}

#menu
{
    position:relative;
    top:0px;
    left:0px;
    width:784px;
    height:22px;
    background:url(menuback.jpg) no-repeat;
    z-index:10;
    padding-top:6px;
    padding-left:20px;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    width:784px;
    height:149px;
    background:#fff;
    text-align:center;
    z-index:0;
}

#header p, td
{
    font-size:12px;
    color:#666;
}

#header a:link
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:none;
    font-weight:bold;
}

#header a:visited
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:none;
    font-weight:bold;
}

#header a:hover
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:underline;
    font-weight:bold;
}



.menusystem
{
    padding-top:0px;
    padding-left:10px;
    background:url(menuBack.gif) repeat-x;
}

.Search
{
		padding:10px;
		background :transparent;
}



/* ==========================
    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: 22px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding-left:10px;
	padding-right:10px;
	height: 22px;
	
}


#HouseMenuNav li a { /* all links within the menu wrapper */
	font-family: 'Verdana' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	padding-bottom:0px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:link { /* all links within the menu wrapper */
	font-family: 'Verdana' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	padding-bottom:0px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:visited { /* all links within the menu wrapper */
	font-family: 'Verdana' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	padding-bottom:0px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:hover {
	font-family: 'Verdana' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	padding-bottom:0px;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:active {
	font-family: 'Verdana' Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	padding-bottom:0px;
	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: 'Verdana' 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:bold;
	text-decoration:none;
	width: 150px;
	height: 20px;
	
}



#HouseMenuNav li li a:visited { /* all item links under the top level */
	padding: 5px;
	font-family: 'Verdana' Sans-Serif;
	font-size: 11px;
	color:#000;
	background-color: #fff;
	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: 'Verdana' Sans-Serif;
	font-size: 11px;
	color:#e54141;
	background-color: #fff;
	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:#ffcc00;
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current link itself */
	color:#ffcc00;
}
    
/* continue with divs */

#contentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:784px;
    height:auto;
}

#contentLeft
{
    position:relative;
    top:0px;
    left:0px;
    width:232px;
    min-height:596px;
    background:url(contentLeft.jpg) no-repeat;
    float:left;
}



#contentCenter
{
    position:relative;
    top:0px;
    left:0px;
    width:330px;
    min-height:117px;
    background:url(contentcenter.jpg) no-repeat;
    float:left;
    padding-top:30px;
}



#contentRight
{
    position:relative;
    top:0px;
    left:0px;
    width:222px;
    min-height:117px;
    background:url(contentright.jpg) no-repeat;
    float:right;
    padding-top:117px;
}

#bottomContent
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:754px;
    height:auto;
    background:transparent;
    padding-left:30px;
}

.leftContent
{
    background:transparent;
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#49484b;
    margin-left:18px;
    width:214px;
}

.leftContent p
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#49484b;
    padding:5px;
}

.leftContent td, li
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#49484b;
}

.leftContent a:link
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:underline;
}

.leftContent a:visited
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;    
    color:#666;
    text-decoration:underline;
}

.leftContent a:hover
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#e54141;
    text-decoration:underline;
}

.centerContent
{
    padding:0px;
    background:transparent;
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#49484b;
    width:auto;
}

.centerContent p
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#49484b;
    padding:20px;
}

.centerContent td, li
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#49484b;
}

.centerContent a:link
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:underline;
}

.centerContent a:visited
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:underline;
}

.centerContent a:hover
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#e54141;
    text-decoration:underline;
}

.rightContent
{
    padding:0px;
    background:transparent;
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#49484b;
    width:auto;
}

.rightContent p
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#49484b;
    padding:5px;
    padding-right:10px;
}

.rightContent td, li
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#49484b;
}

.rightContent a:link
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:underline;
}

.rightContent a:visited
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#666;
    text-decoration:underline;
}

.rightContent a:hover
{
    font-family:'Verdana' Sans-Serif;
    font-size:11px;
    color:#e54141;
    text-decoration:underline;
}


#footerArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    height:97px;
    width:784px;
    background:url(footerback.jpg) repeat-y;
}

#footerArea a
{
    padding-left:10px;
    padding-right:10px;
}

#footerArea a:link
{
    color:#fff;
    font-family:Verdana;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
}

#footerArea a:visited
{
    color:#fff;
    font-family:Verdana;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
}

#footerArea a:hover
{
    color:#ffcc00;
    font-family:Verdana;
    font-size:11px;
    text-decoration:underline;
    font-weight:bold;
}

.footertext
{
    color:#ffae6b;
    font-family:Verdana;
    font-size:10px;
}



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;
}
