/********UTIL AREA*********/
#utl { text-align: right; color: #c49a45; font:12px Arial, Verdana, sans-serif; height:19px; background-color: #2f2219; }
#utl p { font:12px Arial, Verdana, sans-serif; color: #c49a45; }
#utl a { color:#c49a45; text-decoration:none; }
#utl a:hover { text-decoration:underline; }
	
/********CONTENT*********/	
#content { width:712px; font:12px Arial, Verdana, sans-serif; color:#424242; line-height:22px; }
#content h1 { font:24px Georgia, Times; color:#003d73; margin:0 0 15px 0; }
#content h2 { font:18px Georgia, Times; color:#003d73; margin:0 0 10px 0; border-bottom:1px solid #ccc; }
#content h3 { font:16px Georgia, Times; color:#003d73; margin:0 0 5px 0; }
#content p { font:12px Arial, Verdana, sans-serif; color:#424242; margin:0 0 15px 0; line-height:22px; }
#content a { color:#003d73; }
#content a:hover { text-decoration:none; }
	
/********SIDEBAR*********/
#sidebar { width:225px; font: 12px Arial; } 
#sidebar h1 { font:bold 24px Arial; line-height:36px; margin:0 0 5px 0; }
#sidebar p { font: 12px Arial; line-height:24px; margin:0 0 5px 0; }

/********FOOTER*******/
#footer { position:relative; width:960px; margin:0 auto; padding:20px 0; font:14px Arial; color:#666; text-align:left;  }
#footer p { font:14px Arial; color:#666; text-align:left; }
#footer ul { list-style:none; margin:0 0 75px 0; }
#footer li { display:inline; margin:0 8px; }
#footer a { color:#666; text-decoration:none; }

/********STYLES*******/
.box { background:url("/assets/wysiwyg/misc/background_box.jpg") top center no-repeat; width:660px; padding:25px; margin:25px 0; text-align: center; }
.box_white { background:#fff url("/assets/wysiwyg/misc/background_white_box.gif") center right no-repeat;  border:1px solid #ccc; padding:15px 45px 5px 15px; }
.pic { border:3px solid #003d73; }
a img.pic { padding:3px; background:#eee; border:1px solid #ccc; }
.float_right { float: right; }   
.float_left { float: left; }
.clear {
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
    }

