@import url("header.css");
@import url("leftbar.css");
@import url("mainbody.css");
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
   }
a:link{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
        color:#000;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
        color:#000;
}
a:hover {
	color: #DC760A;
}
img{ border:0px;}
#Container {
	width:1004px;
	margin:0 auto;
    
}
#PG{width:1004px;
	margin:0 auto;background: url(../images/bg_pagebody.gif) repeat-y;}
#pagebody{
	width:1004px;
	margin:0 auto;
	background: url(../images/bg_left.gif) repeat-y left bottom;overflow:hidden;
    min-height:800px;
}
#main{
       margin-top:5px;
       font-family: Arial;
       font-size: 16px;
       font-weight: bold;
       text-decoration: none;
       padding: 0px;
       line-height: 5px;
       text-align: center;    
}
#detail{
        font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #01185C;
	text-align: center;
}
.feedback{
	width:80%;
	margin:10px 0 auto 130px;
}
#footer{
    width:1004px;
	margin:auto;clear:both;
}	
#keywords{
	background:#b72122;
	text-align:center;
	line-height:25px;
	color: #fff;
	text-decoration: none;
}
#keywords a{
        color: #fff;
}
#keywords a:hover{
       color:#adaeb0;
}
#copyright{background:#eb2d2d;
    height:32px;
	text-align:center;
	line-height:28px;
	color: #fff;
	text-decoration: none;
}
#copyright a{
        color: #fff;
}
#copyright a:hover{
       color:#adaeb0;
}