*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background:url("images/bg_body.gif") repeat-x scroll left top #9BC3D5; color: #444; }

a {COLOR: #6587E0; text-decoration: none;}
a:visited {COLOR: #002a74; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 {
 /*padding-left: 10px; color: #fff; background: #054ca6 url(images/bg.png) repeat-x; font-size: 1em; height: 24px; line-height: 24px; */
  background: url("images/bg.png") repeat-x scroll 0 0 #054CA6;
    color: #FFFFFF;
    font-family: trebuchet MS;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5em;
    
 }
h6 { padding-left: 10px; color: #fff; background: #999999 url(images/bg1.png) repeat-x; font-size: 1em; height: 24px; line-height: 24px; }
h4 { padding-left: 10px; color: #fff; background: #fff repeat-x;  font-size: 1em; height: 24px; line-height: 24px; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: bullet;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
background: #ffffff url(images/head.png) ;
height: 200px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap { padding: 10px 10px 3px 10px; width: 760px; margin:20px auto; background: #fff;}
#left { float: left; width: 180px; background: #fff; margin-bottom: 10px; margin-top: 20px;}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }

#right1 { float: right; width: 180px; background: #fff; margin-bottom: 10px; margin-top: 20px;}
#right ul { padding: 5px 10px 10px 10px; margin: 0; }

#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 2px 10px 10px; margin-top: 10px;}
#left1 { margin-bottom: 10px; float: left; width: 550px; padding: 0 2px 10px 10px; margin-top: 10px;}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }
