h2 {font-family: "Trebuchet MS", Arial, Verdana; font-size: 12pt; background-image: url(/images/hback-neutral.jpg); background-repeat: repeat-y; margin-top: 22px; padding: 4px 4px 4px 6px; margin-bottom: 0px; font-weight: bold; color: #444444; letter-spacing: 0pt}
h3 {font-family: "Trebuchet MS", Arial, Verdana; font-size: 12pt; background-color: #ffff80; background-repeat: repeat-y; margin-top: 22px; padding: 4px 4px 4px 6px; margin-bottom: 0px; font-weight: bold; color: #444444; letter-spacing: 0pt}

A.white:link {text-decoration: none; color: #FFFFFF}
A.white:visited {text-decoration: none; color: #FFFFFF}
A.white:active {text-decoration: none; color: #FFFFFF}
A.white:hover {text-decoration: none; color: #CCCCCC}

A:link {text-decoration: none; font-weight: none; font-weight: none; color: #CC0004}
A:visited {text-decoration: none; font-weight: none; font-weight: none; color: #CC0004}
A:active {text-decoration: none; font-weight: none; font-weight: none; color: #CC0004}
A:hover {text-decoration: underline; font-weight: none; color: #CC0004}

.small {font-family: verdana; font-size: 8pt; color: #333333}
.smallwhite {font-family: verdana; font-size: 8pt; color: #ffffff}
.copy {"Trebuchet MS", arial,verdana; font-size: 11pt; color: #182629; letter-spacing: 0pt; line-height: 130%;}
.copy-large {"Trebuchet MS", arial,verdana; font-size: 12pt; color: #333333; letter-spacing: 0pt; line-height: 130%;}
.normal {font-family: verdana; font-size: 10pt; color: #333333}
.normalwhite {font-family: verdana; font-size: 10pt; color: #FFFFFF}
.large {font-family: verdana; font-size: 12pt}
.largewhite {font-family: verdana; font-size: 12pt; color: #FFFFFF}

html, body{ 
 background: #333333 url('/images/back-gray.gif') 50% 0 repeat-y;
 margin:0; 
 padding:0; 
} 

#pagewidth{ 
 width:910px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-image: url(/images/back.gif); 
} 
 
#leftcol{
 padding: 16px 0 0 0;
 width:234px; 
 float:left; 
 position:relative; 
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 }
 
#maincol{  
 float:right; 
 width:670px; 
 position:relative; 
 }

#copyright{
 width: 219px;
 padding: 10px 15px 20px 0px;
 text-align: left;
 font-family: "Trebuchet MS", arial,verdana; font-size: 9pt; color: #525D5F; letter-spacing: 0pt; line-height: 120%;
 }

#copybox{
 width: 610px;
 padding: 0px 0px 20px 0px;
 text-align: left;
 font-family: "Trebuchet MS", arial,verdana; font-size: 11pt; color: #333333; letter-spacing: 0pt; line-height: 140%;
 }
 
#footer{
 width: 910px;
 height: 50px;
 background-image: url(/images/back-footer-neutral.gif);
 background-repeat: no-repeat; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 font-family: "Trebuchet MS", arial,verdana; font-size: 10pt; color: #182629; letter-spacing: 0pt; line-height: 130%;     
 padding-bottom: 10px;
 } 

#footerleft {
 width: 204px;
 padding: 16px 15px 20px 15px;
 font-family: "Trebuchet MS", arial,verdana; font-size: 10pt; color: #cccccc; letter-spacing: 0pt;
 text-align: left;
 position: relative;
 float: left;
 }

#footerright{
 width: 670px;
 padding: 16px 0px 20px 0px;
 font-family: "Trebuchet MS", arial,verdana; font-size: 9pt; color: #ffffff; letter-spacing: 0pt; font-weight: bold;
 position: relative;
 float: right;
 }

.divider{
 font-family: arial,verdana; font-size: 9pt; color: #CC0004; letter-spacing: 0pt; font-weight: bold;
 }

/* Can fix a bug */
/*#maincol p{margin:0em;}*/

 
 /* *** 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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

