/*------------------- GENERAL --------------------*/
body {
	margin:0; padding:0; color:#666666; 
	background:#E4E6E3 url(../images/main-bg.gif) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
div, p, img, a, ul, h2, h3 {
	margin:0; padding:0;
}
a {
	text-decoration:none; outline:none;
}
ul {
	list-style:none;
}
img {
	border:none;
}
.spacer {
	font-size:0; line-height:0; clear:both;
}

/*--------- HEADER ----------*/
#header {
	width:778px; height:266px; margin:0 auto; padding:40px 0 0;
	background:url(../images/header-bg.jpg) 0 0 no-repeat;
}
#header a.logo {
	margin:0 0 0 493px; display:block; width:239px; height:56px; color:#FFFFFF; font-size:36px; 
}
#header ul {
	font-size:12px; line-height:22px; font-weight:bold;
	padding:96px 0 0 315px;
}
#header ul li, div.bottomMenu ul li {
	padding:0 5px 0 6px; float:left;
}
#header ul li a, div.bottomMenu ul li a {
	color:#5A5858; background-color:inherit;
}
#header ul li a:hover, #header ul li span, div.bottomMenu ul li a:hover, div.bottomMenu ul li span {
	color:#067597; background-color:inherit;
}

/*---------- BODY ------------*/
#body {
	width:647px; margin:0 auto 1px auto; border-bottom:#F6F6F6 2px solid;
	padding:0 15px 0 16px; background:#fff; color:#666666;
}
#body h2 {
	color:#067597; font-size:16px; line-height:16px; font-weight:bold;
	background-color:#ffffff; padding:0 0 22px;
}
#leftPanel {
	width:146px; float:left; border-right:#989998 1px dashed;
}
#leftPanel p {
	width:138px; border-bottom:#DDDDE7 1px solid; padding:0 0 7px 2px;
	font-size:12px; margin-bottom:6px; height:20px;
}
#leftPanel p a{
	display:block; float:left; text-align:center;
	font-weight:bold; color:#067597; background-color:#fff; margin-top:4px;
}

#leftPanel p a:hover {
	color:#094557; background-color:#fff;
} 

/*---------- RIGHT PANEL --------------*/
#rightPanel {
	width:386px; float:left; padding:6px 0 20px 14px; position:relative;
}
#rightPanel p {
	font-size:12px; line-height:14px; padding:0 0 18px; text-align:justify;
}


/* Fit and Fine */
#rightPanel div.midLinks {
	background:#E7F7FB; border:#85A7AF 1px solid; padding:7px 0 15px;
	color:#467A95;
}
#rightPanel  ul {
	font-size:12px; line-height:14px; float:left; padding:0 0 0 15px; text-align:justify;
}
#rightPanel  ul li {
	padding:10px 0 0 10px; text-align:justify; list-style-type:circle;
}
#rightPanel  ul li  a, a{
	color:#094557;
}

#rightPanel  ul li a:hover, a:hover{
	color:#067597;
}
#rightPanel td{
	font-size:12px;
}
#rightPanel td#right{
	text-align:right;
}
#rightPanel td#left{
	text-align:left;
}
/*---------- FOOTER ------------*/
#footer {
	background:#01A8DC url(../images/footer-bg.jpg) 0 0 no-repeat;
	width:778px; margin:0 auto; line-height:22px;
	color:#E9E9E9; font-size:12px; font-weight:bold; text-align:center;
	padding-top:10px;
}
#footer p.powered {
	font-size:11px; padding-bottom:18px;
}
#footer p.powered a {
	color:#E9E9E9; background:#01A8DC; text-decoration:underline;
}
#footer p.powered a:hover {
	text-decoration:none;
}
/*---------- MISCLENIOUS ------------*/
.noBg {
	background:none !important;
}







