html, body { font-size:10pt; font-family:Verdana, Arial; line-height:1.7; color:#666 }
#pagewidth { width:850px; margin-top:30px; margin-left:auto; margin-right:auto; }
#header { height:85px; }
#header_logo { padding-left:20px }
#left { width:290px; float:left; background:#e1e1e1 }
.left_inner { padding:20px; min-height:180px }

.left_login { padding:20px; background:#f5f5f5 }

#title { height:263px; background:url(/images/BGorange.gif) repeat-x }
#title_left { float:left; width:290px; height:263px }
.title_left_inner { padding:20px; color:white; }
#title_image { margin-left:290px; width:560px; }

#main { margin-left:290px; }
#content { padding:20px; }
#footer { text-align:center; border-top:1px solid #ddd; margin-top:20px }

H1 { color:#f60; font-weight:normal; margin:0px; font-size:1.2em }
H2 { font-weight:normal; margin:0px; font-size:1.2em }
A { color:#f60 }
A:hover { color:#333 }
IMG { border:0 }
UL { list-style-type:square; margin:0; padding-left:20px }

#menu { height:20px; margin-bottom:10px }
#nav { float:right }
#nav A { text-decoration:none; height:20px; }
#nav ul { padding: 0; margin: 0; list-style: none; }
#nav li { float:left; position:relative; text-align:center; display:block; padding-left:20px; padding-right:20px; }


.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*/ 
}