/* CSS Document */
html{
	margin:0;
	padding:0;
	background-color:#365062;
}
body {
	width:775px;
	margin: 0 auto;
	background-image:url(../images/bg-top.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #313131;
}
a{
	text-decoration:none;
	color:#cd7510;
}
a:hover{
	text-decoration:underline;
	color:#1687D2;
}
p{
	line-height:1.5em;
	text-align:justify;
}
ul,ol{
	line-height:1.5em;
}
ul li,ol li{
	padding-top:10px;
}
table{
	background-color:#DC7C0D;
}
table td{
	background-color:#FFFFFF;
}
table th{
	color:#FFFFFF;
}
#logo{
	height:97px;
	width:100%;
}
#logo img{
	float:left;
}
#logo .gad{
	border:0px solid #fda60e;
	margin:2px 0 0 50px;
	width:122px;
	height:92px;
	float:left;
}
.div-end{
	clear:both;
}
#menu{
	color:#fff;
	font-weight:bolder;
	font-size:13px;
	padding-top:6px;
	height:21px;
	margin-bottom:15px;
}
#menu a{
	color:#fff;
	text-decoration:none;
	margin:0 5px 0 16px;
}
#menu a:hover{
	color:#000;
	text-decoration:underline;
}
#content{
	width:560px;
	float:right;
	margin-right:1px;
}
#left{
	width:202px;
	float:left;
}
#mid{
	width:345px;
	float:left;
}
#right{
	width:202px;
	float:right;
}
#container .div-end{
	clear:both;
	height:10px;
}
#container .gad{
	border:0px solid #fda60e;
	margin:0;
}
.mid-gad{
	margin:10px 0 10px 0;
	width:99% auto;
	border:0px solid #fda60e;
}
#box{
	width:200px;
	border-bottom:1px solid #eab475;
}
#box h1{
	background-image:url(../images/hd-bg.gif);
	background-repeat:no-repeat;
	font-size:13px;
	color:#FFFFFF;
	padding:2px 2px 3px 28px;
	margin:0;
	border:0px;
}
#box ul{
	padding:0;
	margin:0px;
	font-size:10px;
}
#box ul li{
	padding:6px;
	margin:0;
	list-style:none;
	border-bottom:1px solid #eab475;
	border-right:1px solid #eab475;
}
#right a, #left a{
	text-decoration:none;
	color:#cd7510;
	font-weight:bolder;
}
h1{
	font-size:20px;
	margin:0;
	padding:0;
	color:#365062;
	border-bottom:1px solid #365062;
	font-family:"Trebuchet MS";
	font-weight:normal;
}
h2{
	font-size:18px;
	margin:0;
	padding:0;
	color:#DC7C0D;
	font-family:"Trebuchet MS";
	font-weight:normal;
}
h3{
	font-size:16px;
	margin:0;
	padding:0;
	color:#1687D2;
	font-weight:normal;
	font-family:"Trebuchet MS";
}
#footer{
	text-align:center;
	padding:10px 0;
}
#footer .links{
	background-color:#365062;
	padding:5px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bolder;
	margin-bottom:5px;
}
#footer .links a{
	color:#FFFFFF;
	text-decoration:none;
}