@charset "UTF-8";
/* CSS Document */

body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
}

a, a:link, a:visited {
  color: #666666;
}

a:hover, a:active {
	text-decoration: none;
}

#top {
	background: #F2F2F2 none repeat scroll 0%;
	height: 30px;
	position: relative;
	
}

#top ul {
	padding: 5px;
	margin: 0px;
	text-align: center;
}

.top-ul-style {
	font-size: 20px;
}

#top li {
	color: #000000;
	padding-right: 20px;
	list-style: none;
	display: inline;
}

#top li a {color: #000000; text-decoration: none;}
#top li a:link {color: #000000; text-decoration: none;}
#top li a:visited {color: #000000;}
/*#top li a:hover {color: #FFFFFF; background: #BFBFBF;}*/
#top li a:hover {color: #66ccff;}
#top li a:active {color: #66ccff;}

#container {
	width: 850px;
	height: 620px;
	margin: auto;
}

#banner {
	margin: auto;
	padding-top: 15px;
	width: 728px;
}

#header {
	width: 850px;
	margin: 10px auto;
}

.header-text {
	padding-top: 35px;
	font-size: 24px;
	text-align: right;
	line-height: 2px;
}

#left {
	width: 500px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#right {
	color: #666666;
	width: 300px;
	float: right;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 0px;
}

#middle {
	width: 850px;
	margin: 10px auto;
}

#left-form {
	width: 500px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}

.button {
	float: left;
	width: 50px;
	padding-left: 10px;
}

.label {
	color: #000000;
	float: none;
	width: 300px;
	margin-left: 82px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 18px;
}

.formed {
	float: none;
	padding-left: 80px;
	width: 300px;
}

.status {
	float: none;
	padding-top: 30px;
	padding-left: 80px;
	width: 300px;
	text-align: center;
	font-size: 19px;
}

input#submit, input#file, input#text {
	font-size: 19px;
	background:#F4F4F4 none repeat scroll 0%;
}

select#carrier {
	font-size: 19px;
	background:#F4F4F4 none repeat scroll 0%;
	width: 85%;
}

#left-text {
	width: 500px;
	float: left;
	margin-top: 7px;
	margin-bottom: 20px;
	text-align: left;
}

#left-text h2 {
	color: #006699;
	font-size: 24px;
}

#right-ad {
	width: 300px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}

#footer {
	/*background:#F2F2F2 none repeat scroll 0%;*/
	background-image: url('footer2.gif'); 
	background-repeat: repeat-x;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom: none;
	clear: both;
	margin: 50px 0pt 0pt;
	padding: 20px 0pt 30px 0pt;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #000000;
}

#footer li a {color: #000000; text-decoration: none;}
#footer li a:link {color: #000000; text-decoration: none;}
#footer li a:visited {color: #000000;}
#footer li a:hover {background: #cccccc; color: #000000;}
#footer li a:active {color: #006699;}

#footer-left {
	float: left;
	width: 260px;
}

#footer-left-ul {
	list-style: none;
	text-align: center;
	margin: 0px 0 10px 0;
}

#footer-left-ul li {
	padding-bottom: 8px;
}

#footer-middle {
	float: left;
	width: 260px;
	margin: 0px 15px;
}

#footer-middle-ul {
	list-style: none;
	text-align: center;
	margin: 0px 0 10px 0;
}

#footer-middle-ul li {
	padding-bottom: 8px;
}

#footer-right {
	float: left;
	width: 260px;
}

#footer-right-ul {
	list-style: none;
	text-align: center;
	margin: 0px 0 10px 0;
}

#footer-right-ul li {
	padding-bottom: 8px;
}

#footer-text {
	padding: 14px 0px 14px 0px;
	text-align: center;
}

.search {
	margin-top: 10px;
	padding-bottom: 10px;
	font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	font-size: 14px;
}

.search-text {
	font-size: 14px;
}