body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5a5d61 url(../images/bg-body.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 943px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bg-container.png) no-repeat bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 22px 0 !important;
	padding: 0 0 0 0;
	behavior: url(../scripts/iepngfix.htc) 
} 
#header { 
	background: #05107d url(../images/bg-header.gif); 
	height: 106px;
	margin: 0 22px 0 22px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0;
	padding: 0;
	}
#header h1 a {
	margin:0;
	padding: 77px 0 0;
    overflow: hidden;
	width: 274px;
    background: url(../images/logo.gif) no-repeat 0 30px;
    height: 0px !important;
    height /**/:77px;
	border: none;
	float: left;
}
#header h2 {
	margin: 34px 0 0 50px;
	padding: 0;
	float: left;
	width: 471px;
	font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#header h2 span {
	font-weight: bold;
	display: block;
	}
#nav {
	clear: both;
	background: #323639;
	text-align: right;
	color: #fff;
	padding: 0 20px 5px 0;
	margin: 0 22px 0 22px;
	}
#nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#nav a {
	color: #fff;
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
	font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	}
#nav li.last a {
	border: none;
	}
#sidebar1 {
	float: right;
	width: 244px;
	padding: 0 10px;
	margin: 22px 22px 0 0;
	background: #fbfbf6 url(../images/bg-sidebar.gif) no-repeat;
}
#sidebar1 h3 {
	width: 210px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	}
#sidebar1 ul {
	color: #686f73;
	font-size: 11px;
	margin-bottom: 40px;
	}
#sidebar1 ul li {
	margin: 0;
	padding:0;
	}
#sidebar1 ul a {
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #021091;
	}
#mainContent { 
	margin: 0 310px 0 22px;
	padding: 0 20px;
	font: normal 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #686f73;
	background: #fbfbf6;
}
#mainContent p { 
	margin: 20px 0 20px 0;
	padding: 0;
	}
#mainContent ul li {
	line-height: 18px;
	}
#footer { 
	padding: 0;
	background:#07116e; 
	text-align: center;
	margin: 0 22px 0 22px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer p a {
	color: #fff;
	}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}