body 
{
    font-family:'Arial';
    /* font-size:11px; */
    color:#fff;
    text-align: center;
	margin-top: 4px; 
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background:#000;

}



#wrapper
{
   	margin:0 auto;
	width:800px;
	height:auto;
	text-align: center;
	padding:0;
}

#headerArea
{
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:53px;
    text-align:center;
    padding:0;
    background:#1f1f1f;
}

#logo
{
    position:relative;
    top:0px;
    left:0px;
    width:284px;
    height:53px;
    float:left;
    padding:0;
}

#search
{
    position:relative;
    top:0px;
    left:0px;
    width:276px;
    height:53px;
    float:left;
    padding:0;
}

#search p, td
{
    font-size:10px;
    color:#666;
}

#search a:link
{
    font-family:'arial' Sans-Serif;
    font-size:10px;
    color:#666;
    text-decoration:none;
    font-weight:normal;
}

#search a:visited
{
    font-family:'arial' Sans-Serif;
    font-size:10px;
    color:#666;
    text-decoration:none;
    font-weight:normal;
}

#search a:hover
{
    font-family:'arial' Sans-Serif;
    font-size:10px;
    color:#666;
    text-decoration:underline;
    font-weight:normal;
}

#office
{
    position:relative;
    top:0px;
    left:0px;
    width:240px;
    height:53px;
    float:right;
    padding:0;
}

#office p, td
{
    font-size:10px;
    color:#666;
}

#office a:link
{
    font-family:'arial' Sans-Serif;
    font-size:10px;
    color:#666;
    text-decoration:none;
    font-weight:normal;
}

#office a:visited
{
    font-family:'arial' Sans-Serif;
    font-size:10px;
    color:#666;
    text-decoration:none;
    font-weight:normal;
}

#office a:hover
{
    font-family:'arial' Sans-Serif;
    font-size:10px;
    color:#666;
    text-decoration:underline;
    font-weight:normal;
}

#menuArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:27px;
    padding:0;
    z-index:10;
    background:url(menuback.jpg) repeat-x;
}

.menu
{
    padding-left:15px;
}







/* ==========================
    CSS STYLES FOR HouseMenu 1
   ==========================
*/

/*********************************************************************
 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:10px;
	padding-right:10px;
	padding-top:4px;
	height: 23px;
	
}

#HouseMenuNav li a { /* all links within the menu wrapper */
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent ;
	width: auto;
	padding-bottom:4px;
	
}

#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: #fff;
	background: transparent ;
	width: auto;
	padding-bottom:4px;
	
}

#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: #fff;
	background: transparent ;
	width: auto;
	padding-bottom:4px;
	
}

#HouseMenuNav li a:hover {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent ;
	width: auto;
	padding-bottom:4px;
	
}


#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;
	
}

/* ==========================
    CSS STYLES FOR HouseMenu 2
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav2, #HouseMenuNav2 ul { /* all submenu lists */
	margin: 0;
	padding: 0;
	border: 0px;
	list-style: none;
	float: left;
	background: transparent;
}

#HouseMenuNav2 li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 206px;
	
	line-height : 18px;
	z-index:100;
}

#HouseMenuNav2 li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav2 a { /* all links within the menu wrapper */
	display: block;
	width: 206px;
	
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}

#HouseMenuNav2 li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav2 li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav2 li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav2 li ul {
	position: absolute;
	margin-top: -21px;
	border: 0px;
	z-index: 999;
}

#HouseMenuNav2 li ul ul { /* third-and-above-level lists */
	
	left: -9999px;
	z-index: 999;
}

#HouseMenuNav2 li:hover ul ul, 
#HouseMenuNav2 li:hover ul ul ul, 
#HouseMenuNav2 li.sfhover ul ul, 
#HouseMenuNav2 li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav2 li:hover ul, 
#HouseMenuNav2 li li:hover ul, 
#HouseMenuNav2 li li li:hover ul, 
#HouseMenuNav2 li.sfhover ul, 
#HouseMenuNav2 li li.sfhover ul, 
#HouseMenuNav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav2, #HouseMenuNav2 ul { /* all submenu lists */
	width: 206px;
	height: 20px;
	text-align:left;
	background:transparent;
	padding-top:10px;
}

#HouseMenuNav2 li  /* all list items */
{    
	width:206px;
	padding-left:20px;
	padding-right:0px;
	height:20px;
	background:transparent;
}

#HouseMenuNav2 li a
{
    font-family: Arial, Sans-Serif;
    font-size:11px;
    color:#8acef1;
    padding-left:5px;
    text-decoration:none;
	background:transparent;
	font-weight:normal;
}

#HouseMenuNav2 li a:hover {
	font-family: Arial, Sans-Serif;
    font-size:11px;
    color:#fff;
    padding-left:5px;
    text-decoration:none;
	background:transparent;
	font-weight:normal;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */

#HouseMenuNav2 a#HouseMenuNav2ParentLink
{ /* parent link itself */
	color:#fff;
	font-weight:bold;
}

#HouseMenuNav2 a#HouseMenuNav2CurrentLink
{ /* current link itself */
	color:#fff;
	font-weight:bold;
}


/* continue with divs */

.clear
{
    clear:both;
}

#topContentArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:292px;
    background:#275caa;
    text-align:left;
    padding:0px;
}

#spacer1
{
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:13px;
}

#top1
{
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:164px;
    background:#204886;
}

#leftNav
{
    position:relative;
    top:0px;
    left:0px;
    width:230px;
    height:164px;
    float:left;
}

#topRight
{
    position:relative;
    top:0px;
    left:0px;
    width:566px;
    height:164px;
    float:right;
}

#topBottom1
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:38px;
}

#topBottom2
{
    position:relative;
    top:0px;
    right:0px;
    width:800px;
    height:76px;
}

.topContent
{
    font-family:arial, sans-serif;
    font-size:11px;
    color:#fff;
    padding:0px;
}

.topContent p
{
    font-family:arial, sans-serif;
    font-size:11px;
    color:#fff;
    margin:0px;
    padding:0px;
}

.topContent2
{
    font-family:arial, sans-serif;
    font-size:11px;
    color:#fff;
    padding:0px;
}

.topContent2 p
{
    font-family:arial, sans-serif;
    font-size:11px;
    color:#fff;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
}

#contentArea
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:806px;
    height:auto;
    background:transparent url(contentback.gif) repeat-y;
    text-align:left;
    padding:0px;
}


#left
{
    position:relative;
    top:0px;
    left:0px;
    width:334px;
    height:auto;
    background:transparent;
    text-align:left;
    padding:0px;
    float:left;
}

#left h1

{
    background:#1e3253;
    padding:0;
    width:334px;
    padding-top:5px;
    padding-bottom:5px;
    text-indent:20px;
    font-family:'arial' Sans-Serif;
    font-size:12px;
    font-weight:normal;
    color:#3b75c9;
    
}

.leftContent
{
    width:332px;
    background:transparent;
    font-family:'arial' Sans-Serif;
    font-size:11px;
    text-align:left;
    color:#ccc;
}

.leftContent p
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#ccc;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:0px;
}

.leftContent td, li
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#ccc;
}

.leftContent a:link
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#3b75c9;
    text-decoration:none;
}

.leftContent a:visited
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#3b75c9;
    text-decoration:none;
}

.leftContent a:hover
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#3b75c9;
    text-decoration:underline;
}

#middle
{
    position:relative;
    top:0px;
    left:1px;
    width:251px;
    height:auto;
    background:transparent;
    text-align:left;
    padding:0px;
    float:left;
}

#middle h1

{
    background:#1e3253;
    padding:0;
    width:251px;
    padding-top:5px;
    padding-bottom:5px;
    text-indent:20px;
    font-family:'arial' Sans-Serif;
    font-size:12px;
    font-weight:normal;
    color:#3b75c9;
    
}

.midContent
{
    width:249px;
    background:transparent;
    font-family:'arial' Sans-Serif;
    font-size:11px;
    text-align:left;
    color:#ccc;
}

.midContent p
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#ccc;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:0px;
}

.midContent td, li
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#ccc;
}

.midContent a:link
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#3b75c9;
    text-decoration:none;
}

.midContent a:visited
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#3b75c9;
    text-decoration:none;
}

.midContent a:hover
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#3b75c9;
    text-decoration:underline;
}

#right
{
    position:relative;
    top:0px;
    left:2px;
    width:213px;
    height:auto;
    background:transparent;
    text-align:left;
    padding:0px;
    float:left;
}

#right h1

{
    background:#1e3253;
    padding:0;
    width:213px;
    padding-top:5px;
    padding-bottom:5px;
    text-indent:15px;
    font-family:'arial' Sans-Serif;
    font-size:12px;
    font-weight:normal;
    color:#3b75c9;
    
}

.rightContent
{
    width:211px;
    background:transparent;
    font-family:'arial' Sans-Serif;
    font-size:11px;
    text-align:left;
    color:#ccc;
}

.rightContent p
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#ccc;
    padding-top:10px;
    padding-left:15px;
    padding-right:5px;
    padding-bottom:0px;
}

.rightContent td, li
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#ccc;
}

.rightContent a:link
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#3b75c9;
    text-decoration:none;
}

.rightContent a:visited
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#3b75c9;
    text-decoration:none;
}

.rightContent a:hover
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#3b75c9;
    text-decoration:underline;
}

#bottom
{
    clear:both;
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:auto;
    background:#24842d;
    text-align:center;
    padding:0px;
}

.bottomContent
{
    background:transparent;
    font-family:'arial' Sans-Serif;
    font-size:11px;
    text-align:center;
    color:#fff;
    padding:0px;
}

.bottomContent p
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#fff;
    margin:0;
    padding:0;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:10px;
    text-align:center;
}

.bottomContent td, li
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#fff;
}

.bottomContent a:link
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#fff;
    text-decoration:none;
}

.bottomContent a:visited
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#fff;
    text-decoration:none;
}

.bottomContent a:hover
{
    font-family:'arial' Sans-Serif;
    font-size:11px;
    color:#fff;
    text-decoration:underline;
}




#footerWrapper
{
    clear:both;
    margin:0 auto;
    text-align:right;
    width:800px;
    height:38px;
    background:#1f1f1f;
    padding-top:5px;
}




#footer
{
    width:auto;
    background-color:transparent;
    font-family:'arial' sans-serif;
    font-size:10px;
    color:#666;
    padding-right:20px;
    
}

#footer p, td
{
    color:#666;
}

#footer a, a:visited
{
    color:#666;
    text-decoration:none;
    font-family:'arial' sans-serif;
    font-size:10px;
}

#footer a:hover
{
    color:#666;
    text-decoration:underline;
    font-family:'arial' sans-serif;
    font-size:10px;
}

.footnote 
{
    font-family:'arial' sans-serif;
    font-size:10px;
    color:#666;
}



hr
{
    color:#c8c7c7;
}
	
.Head
{
	font-family:'Arial';
	font-size:13px;
	font-weight:bold;
	}
	
.SubHead
{
	font-size:11px;
	color:#000;
}

.SubHead a, a:visited
{
	font-size:11px;
	color:#000;
	text-decoration:underline;
}

h2

{
    padding:0px;
    font-family:'arial' Sans-Serif;
    font-size:11px;
    font-weight:bold;
    color:#3b75c9;
    
}
