body {
    background: #FFFFFF;
	font:14px Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
	text-align:center;
}
a {color:#4876FF; text-decoration:none;}
a:hover {text-decoration:underline; color:#4876FF;}
#top {
	height: 60px;
   	width:738px;
	padding-top:12px;
}

#logo {
	float:left;
	margin: 10px 0;
}
#logo img {
	border:0;
}
#topads {

}
#path {
	padding: 11px 15px 10px 15px;
	background-image:url(/images/hd_bot_bg.gif);
	background-repeat:repeat-x;
	background-color: #EAF0FA;
	margin-bottom:5px;
   	width:738px;
	text-align:left;
}
#path a {
	padding: 0 15px;
	text-decoration:none;
	color:#003366;
	font-weight:bold;
}
#path a:hover {
	color:#003366;
	text-decoration:underline;

}
#main {
   	width:738px;
	margin:0 auto;
	text-align:left;
}
#footer {
	background-image:url(/images/hd_bg.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	margin-top:30px;
	padding: 25px 0 25px 0;
	clear:both;
	width:768px;
}
h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}
h2 {
	font-size: 12pt;
	margin: 15px 0 5px 0;
}
#search-form{
    margin-top:5px;
    margin-bottom:50px;
}
.search-button button{
	background:url('../images/search_button_blue.png') center center no-repeat;
	width:110px;
	height:32px;
	border:none;
	cursor:pointer;
	padding:0 2px 2px 5px;
	color:#FFF;
}

.examples{
    margin-top:2px;
	float:left;
}
.examples a{
    color:#888;
}
#search{
	border:0px none;
	border-top:1px solid #666;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #CCC;
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	padding:6px 5px 4px;
	margin:0;
	width:460px;
}
#see{
    height:40px;
    line-height:40px;
    padding-left:40px;
	color:#FF0000;
}
.ture{
  	border:1px solid #FFFFFF;
}
.error{
	border:1px solid #000000;
}
