body 
{
    font-family:'Arial';
    /* font-size:12px; */
    color:#fff;
    text-align: center;
	margin-top: 10px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	min-width:1000px;
	background:#000;
	/*overflow:hidden;*/


}

#wrapper
{
   	margin:0 auto;
	width:1000px;
	height:auto;
	text-align: center;
	border:solid 0px #00406c;
	padding:0px;
	background:#000;
}

#header
{
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:84px;
    text-align:center;
    z-index:10;
}




.menu
{
    padding-left:65px;
    height:34px;
    background:transparent url(menuback.jpg) no-repeat;
}



/* ==========================
    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: 27px;
	background-color: transparent;
	text-align:left;
}

#HouseMenuNav li { /* all list items */
	width: auto;
	padding-left:4px;
	padding-right:7px;
	height: 21px;
	padding-top:6px;
}


#HouseMenuNav li a { /* all links within the menu wrapper */
	font-family: 'Arial' Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:link { /* all links within the menu wrapper */
	font-family: 'Arial' Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:visited { /* all links within the menu wrapper */
	font-family: 'Arial' Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:hover {
	font-family: 'Arial' Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: auto;
	height: auto;
	
}

#HouseMenuNav li a:active {
	font-family: 'Arial' Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	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 */
	background:transparent;
	height:27px;
	padding:0px;
	margin: 0px 0 0 -10px;
}

#HouseMenuNav li li { /* all items under the top level */
	width:150px;
	background:transparent;
	height:20px;
	padding:0px;
	
}

#HouseMenuNav li li a { /* all item links under the top level */
	font-family: 'Arial' Sans-Serif;
	font-size: 12px;
	color:#fff;
	background:#2570b8;
	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: 12px;
	color:#fff;
	background:#2570b8;
	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: 12px;
	color:#fff;
	background:#2570b8;
	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: 12px;
	color:#2570b8;
	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;
	
}


/*#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. */

    

    
/* continue with divs */

.clear
{
    clear:both;
}

#contentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:606px;
    overflow:hidden;
    background:transparent;
    z-index:0;
}

#leftContentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:233px;
    height:510px;
    overflow:hidden;
    background:transparent;
    float:left;
    text-align:left;
}

#left
{
    position:relative;
    top:0px;
    left:0px;
    width:233px;
    height:510px;
    overflow:hidden;
    text-align:left;
}

#midContentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:529px;
    height:510px;
    overflow:hidden;
    background:transparent;
    float:left;
    text-align:left;
}

#mid
{
    position:relative;
    top:0px;
    left:0px;
    width:529px;
    height:529px;
    overflow:hidden;
    text-align:left;
}

#rightContentArea
{
    position:relative;
    top:0px;
    left:0px;
    width:238px;
    height:510px;
    overflow:hidden;
    background:transparent;
    float:right;
}

#right
{
    position:relative;
    top:0px;
    left:0px;
    width:238px;
    height:510px;
    overflow:hidden;
    background:transparent;
}

.rightContent
{
		font-family:arial, sans-serif;
		font-size:13px;
		color:#ffffff;
		text-align:left;
		padding:0px;
}

.rightContent p
{
		font-family:arial, sans-serif;
		font-size:13px;
		color:#ffffff;
		text-align:left;
}

.rightContent h1
{
		font-family:arial, sans-serif;
		font-size:15px;
		color:#ffffff;
		text-align:left;
		font-weight:bold;
}

.rightContent h2
{
		font-family:arial, sans-serif;
		font-size:14px;
		color:#ffffff;
		text-align:left;
		font-weight:bold;
}

.rightContent h3
{
		font-family:arial, sans-serif;
		font-size:13px;
		color:#ffffff;
		text-align:left;
		font-weight:bold;
}

.rightContent td
{
		font-family:arial, sans-serif;
		font-size:13px;
		color:#ffffff;
		text-align:left;
}

.rightContent li
{
		font-family:arial, sans-serif;
		font-size:13px;
		color:#ffffff;
		text-align:left;
}

#bottom
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:96px;
    background:#000 url(bottom.jpg) top center no-repeat;
}


#footer
{
    position:relative;
    top:0px;
    left:0px;
    width:1000px;
    height:auto;
    background:transparent;
    font-family:'arial' sans-serif;
    font-size:10px;
    color:#fff;
    padding-top:5px;
}

#footer p, td
{
    color:#fff;
}

#footer a, a:visited
{
    color:#fff;
    text-decoration:none;
    font-family:'verdana' sans-serif;
    font-size:10px;
}

#footer a:hover
{
    color:#fff;
    text-decoration:underline;
    font-family:'verdana' sans-serif;
    font-size:10px;
}

.footnote 
{
    font-family:'verdana' sans-serif;
    font-size:10px;
    color:#fff;
}



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;
	}

