html, body { 
margin:0; 
padding:0; 
text-align:center; 
background:url(images/home2-body-bg.jpg) top left repeat-x #fff;
font-family:Arial, Helvetica, sans-serif;
color:#333;
} 

img {
border:none;
}

p, h2, h3, h4, h5 {
margin:0px;
}

h2 {
font-size:20px;
font-weight:normal;
font-family:Trebuchet MS, sans-serif;
}

h3 {
font-size:15px;
font-weight:bold;
}

#pagewidth { 
width:960px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 

#header {
position:relative; 
height:110px; 
background-color:#FFFFFF; 
width:100%;
} 

#navcontainer {
background:url(images/menu-bg.jpg) top left no-repeat;
width:960px;
height:28px;
}

#navlist-left {
float:left;
margin:0;
padding:2px 0 0 0;
}

#navlist-right {
float:right;
margin:0;
padding:2px 0 0 0;
}

#navlist-left li, #navlist-right li {
list-style-type:none;
display:inline;
margin:0 20px;
}

#navlist-left a, #navlist-right a {
font-size:14px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}

#navlist-left a:hover, #navlist-right a:hover {
color:#000;
}

#navlist-left #current, #navlist-right #current {
color:#000;
}

#user-nav {
margin:0;
padding:0;
}

#user-nav li {
list-style-type:none;
display:block;
padding:4px 10px;
background:#fff;
color:#333;
border-bottom:1px dotted #666;
}

#user-nav a {
font-size:12px;
color:#333;
text-decoration:none
}

#user-nav a:hover {
color:#ff9900;
}

#billboard {
margin:0px;
padding:0px;
}

#maincol {  
float:right;
text-align:left;
position: relative; 
width:960px;
margin-bottom:30px; 
}

#leftcol {
width:160px;
float:left;
padding-right:20px;
border-right:1px solid #ccc;
}

#rightcol {
width:759px;
float:left;
padding-left:20px;
}

#footer {
background-color:#efefef; 
clear:both;
text-align:center;
padding:20px;
margin-bottom:0px;
font-size:11px;
color:#858585;
width:920px;
border-top:1px solid #e1e1e1;
}

#about-box {
width:960px;
height:269px;
background:url(images/about-box.jpg) top left no-repeat;
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#about-box p {
line-height:150%;
}

#about-box .cell {
width:280px;
float:left;
padding:40px 20px 10px 20px;
text-align:center;
}

.promo-box {
width:319px;
border-right:1px solid #ccc;
float:left;
margin:30px 0 0 0;
}

.promo-box-left {
width:181px;
float:left;
margin-right:5px;
}

.promo-box-right {
width:112px;
padding-right:9px;
float:right;
}

.promo-title {
font-size:17px;
font-weight:normal;
font-family:Trebuchet MS, sans-serif;
margin-bottom:20px;
}

.promo-text {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:20px;
}

.promo-link {
color:#FF9900;
font-size:12px;
text-decoration:none;
}

.promo-link:hover {
text-decoration:underline;
}

.text-small {
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

.text-medium {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:150%;
}

.link-orange {
color:#FF9900;
text-decoration:none;
}

.link-orange:hover {
text-decoration:underline;
}

.input-blue {
background-color:#cbf4fa;
padding:2px;
font-family:Trebuchet MS, sans-serif;
font-size:12px;
color:#333;
border:1px dotted #ccc;
}

.submit-gray {
width:50px;
background-color:#ccc;
color:#666;
font-family:Trebuchet MS, sans-serif;
border:1px solid #999;
padding:0;
font-weight:bold;
}

.submit-gray:hover {
background-color:#999;
color:#000;
}

.red {
color:#FF0000;
font-weight:bold;
}

.dashboard-item {
padding:10px;
border:1px solid #e6e6e6;
margin:0 0 30px 0;
}

.dashboard-item-header {
background-color:#e6e6e6;
padding:2px 4px;
margin:0;
}

.table {
width:737px;
}

.table td {
padding:4px 2px;
border-bottom:1px dotted #ccc;
}

.question {
font-style:italic;
color:#ff9900;
font-weight:bold;
font-size:14px;
margin-bottom:10px;
margin-top:30px;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

