/* CSS Document */

body {
	line-height: 1;
	color: #000;
	background: #FFF;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#282828;
}

h1 { font-size:13px ;
	 color:#FF9900;
}


ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
#outerwrapper {
	width:911px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
#innerwrapper,#bottomleft,#bottomright,#centerwrapper {
	float:left;
	width:911px;
	background:url(../images/body-tile.jpg) repeat-y;
}
#bottomleft {
	background:url(../images/bottom-left.jpg) no-repeat bottom left;
}
#bottomright {
	background:url(../images/bottom-right.jpg) no-repeat bottom right;	
}
#content {
	margin-bottom:	10px;
}
#topblock{
	float:left;
	width:911px;
	height:187px;
	background:#FFF url(../images/top-banner.jpg) no-repeat bottom;
}
.topimage{
	float:left;
	margin:15px 0 0 -35px;
	position:relative;
}
#topmenu{
	float:right;
	width:730px;
	font:bold 11px arial;
	list-style:none;
	margin-top:13px;
}
#topmenu li {
	float:left;
	width:115px;
	height:18px;
	padding:5px 20px 0 0;
	text-align:right;
	background:url(../images/menubg.jpg) no-repeat;
	margin-right:5px;
}
#topmenu li a{
	color:#06294D;
	text-decoration:none;
}
#centerwrapper {
	min-height: 580px;	
	background:url(../images/top-left.jpg) no-repeat 2px 0;
}
#leftwrapper{
	float:left;
	width:165px;
	padding-left:2px;s
}
#leftmenu{
	float:left;
	width:165px;
	font:bold 11px arial;
	margin-top:60px;
}
#leftmenu a{
	float:left;
	width:150px;
	height:24px;
	padding:7px 15px 0 0;
	color:#FFF;
	text-decoration:none;
	text-align:right;
	background:url(../images/sidemenu-bg.jpg) no-repeat;
}
#contentpanel{
float:left; display:inline;
width:680px;
margin:20px 0 0 30px;
}

