@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}


body {
	font-family:tahoma;
	font-size:12px;
	background:#dde2e9;
}
td, p, div, th, h {
	font-size:12px;
	font-family:tahoma;
	
}

.wrapper {width:800px; margin:0 auto;}

.header {width:100%; height:164px; background: url(../images/NewBanner.png) no-repeat 0 0 ;}

.top_bar {width:100%; height:27px; background:#5c7191; text-align:right;padding-top:8px;}
.top_bar table {float:right;margin-right:7px;}

.miidle {width:100%;}

#left { width: 150px; float:left ;background: #891718;}

#center {float:left; width:620px; background:#dbdada; padding:0 15px ;}

#center_home {float:left; width:420px; background:#dbdada;padding:0 15px ;}

#right {float:right; width:200px; background:#ffffff;}

.bottom_bar {width:100%; height:17px; background:#5c7191; text-align:right; clear:both;}

.bottom { width 100%;}

.bottom p {padding-top:7px;}

.componentheading, .contentheading {font-size:14px; font-weight:bold; margin-left:-10px; margin-top:8px;}