@charset "utf-8";
/* CSS Document */

body  {
	font-family:"Trebuchet MS", Georgia;
	background: #FFFFFF url(../images/bg.gif) repeat-x top;
	margin: 0; 
	padding: 0;
	text-align:center;
}

#container { width: 900px; background: #FFFFFF url(../images/bg_container.gif) repeat-y top left; margin: 0; }

#header { margin: 0; }

#banner { margin:0; border-bottom: 9px solid #2e486c; }

#sidebar1 { float: left; width: 223px; padding: 10px 30px 10px 30px; text-align:left}
#sidebar1 h1 {font-family:Georgia; font-size: 18px; color:#4e9bd9; line-height:30px; background:url(../images/hr_h1.gif) repeat-x bottom left; font-weight:normal; margin:0} 
#sidebar1 h2 {font-family:Georgia; font-size:14px; color:#363636; background:url(../images/bullet.gif) no-repeat top left; font-weight:normal; margin:13px 0; padding-left:18px; background-position: 0 5px;}
#sidebar1 h3 {font-size:14px; color:#363636; background:url(../images/bullet.gif) no-repeat top left; font-weight:normal; margin:13px 0; padding-left:18px; background-position: 0 5px;}
#sidebar1 p { color:#6b6c6d; font-size: 12px; line-height: 18px; margin:3px 0; text-align:justify }
#sidebar1 a { color:#509cd9; text-decoration: underline}
#sidebar1 a:hover { color:#5eb7ff; text-decoration:none;} 
#sidebar1 .divHR { background:url(../images/bg_hr2.gif) repeat-x top left; height:1px;}
#sidebar1 .div1, #mainContent .div1 { background:#FFFFFF; border-top:1px solid #e6e8ec; border-left:1px solid #e6e8ec; border-right:1px solid #d1d4d7; border-bottom:1px solid #d1d4d7; padding:2px;}

#mainContent {margin: 0 0 0 284px; padding: 0; text-align:left } 
#mainContent .content1 { background: #dde2ea; padding: 0 30px; }
#mainContent .content2 { padding: 0 30px; }
#mainContent .wellcomeTitle { height: 30px; background:#cddceb; font-family:Georgia; font-size: 18px; color:#4e9bd9; font-weight:normal; padding: 10px 0 0 30px; }
#mainContent p { color:#363636; font-size: 12px; line-height: 18px; margin:10px 0; text-align:justify }
#mainContent h1 {font-family:Georgia; font-size: 18px; color:#4e9bd9; line-height:30px; background:url(../images/hr_h1.gif) repeat-x bottom left; font-weight:normal; margin:0} 
#mainContent h2 {font-family:Georgia; font-size:16px; color:#363636; background:url(../images/bullet.gif) no-repeat top left; font-weight:normal; margin:7px 0; padding-left:18px; background-position: 0 5px;}
#mainContent h3 {font-size:14px; color:#363636; background:url(../images/bullet.gif) no-repeat top left; font-weight:normal; margin:7px 0; padding-left:18px; background-position: 0 5px;}
#mainContent a { color:#509cd9; text-decoration: underline}
#mainContent a:hover { color:#5eb7ff; text-decoration:none;} 
#mainContent .verticalHR { background:url(../images/vhr.gif) repeat-y center; }
#mainContent .imgBorder { border: 5px solid #eef1f5; margin:10px 0 10px 10px; } 
#mainContent .imgBorder2 { border: 5px solid #eef1f5; }   
#mainContent .divHR { background:url(../images/bg_hr2.gif) repeat-x top left; height:1px;}

#mainContent input, textarea { color:#363636; font-size: 12px; border:#dcdee2 1px solid }

#mainContent ul { margin:0; padding:0 }
#mainContent li { color:#363636; font-size: 12px; line-height: 18px; margin:3px 0; background:url(../images/bullet2.gif) no-repeat top left; background-position: 3px 6px; list-style:none; padding-left:15px;}
#mainContent .l1_1 { background-color:#eef1f5 }

#footer { height:39px; background:url(../images/bg_footer.gif) repeat-x top; margin-top:1px; padding: 0 30px }
#footer p { color:#f3f6fa; font-size:11px; line-height: 39px; margin:0; text-align:right }
#footer a { color:#f3f6fa; text-decoration:none }
#footer a:hover {color: #5eb7ff }
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

