body { font-family:Arial, Helvetica, sans-serif; font-size:12px;text-align:center;}

.scroll-pane {
	width: 800px;
	height: 150px;
	overflow: auto;	
	float: left;
}

.scroll-pane-terms {
	width: 800px;
	height: 240px;
	overflow: auto;
	padding-left:50px;
	float: left;
}


#copyright { font-size: 9px; }

li { font-weight:bold; }

#supportListItem { font-weight:normal; }

#peopleCopy { margin:0; padding-bottom:10px; }
#ceoCopy { margin:0; padding-bottom:0px; font-size:11px; }


#newslink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	
	text-decoration: none;
}
#newslink a:visited {
	color: #666;
	text-decoration: none;
}
#newslink a:hover {
	color: #E26413;
	text-decoration: none;
}
#newslink a:active {
	color: #999;
	text-decoration: none;
}

#aboutText { font-size:9px; text-align:center;font-weight:bold; }
#aboutText a { color:#000; text-decoration:none; }
#aboutText a:hover {color:#F60;}

img { border: none; }

#mainContainer {
	width: 900px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

h1 { color:#F63; font-family:Arial, Helvetica, sans-serif; font-size:18px; margin:0; }
h2 { color:#000; font-family:Arial, Helvetica, sans-serif; font-size:16px; margin:0; }
h3 { color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0; }

.fRight {
	float:right;	
}

#navMenu { width: 900px; font-size:16px; clear:left;}
#midNav1 { background: url(images/mid_nav_1.png) no-repeat; height:24px; width:130px; text-align:center;line-height:200%;}
#midNav2 { background: url(images/mid_nav_2.png) no-repeat; height:24px; width:130px; text-align:center;line-height:200%;}

#midNav1 a { color:#333; text-decoration:none; font-weight:bold;padding-top:20px;}
#midNav2 a { color:#333; text-decoration:none; font-weight:bold;padding-top:20px;}

#midNav1 a:hover {color:#F60;}
#midNav2 a:hover {color:#F60;}

#topContent { width: 900px; height:320px;}
#bottomContent { 
	clear: right;
	background:#CCC;
	width: 900px; 
	height: 232px;
	background:url(images/bottom_bg.png) repeat-x;
}

#bottomContentPeople { 
	clear: right;
	background:#CCC;
	width: 900px; 
	height: 232px;
	background:url(images/bottom_bg_people.png) repeat-x;
}


#footer {
	width:900px;
	background-color:#ccc;
	
}





/* bottom menu below here */


ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.8em;
font-family:Verdana,Helvetica,Arial,sans-serif;
margin:0 auto;
padding:0;
width:675px;

}


ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#333;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#F60;
text-decoration:none;
}

ul.menu .current a {
color:#666;
font-weight:700;
}

/*BLUE*/
ul.menu {
background-color:#ccc;
}
ul.menu li a:hover, .menu.blue li.current {
background-color:#ccc;
}