body {
	width: 100%;
	background: #145081 url('../images/bg.gif') repeat-x;
}

div#full-container {
	width: 790px;
	margin: 0 auto;
	padding: 15px 35px 10px 35px;
	font: 12px/150% "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #333;
	background: #fff;
}

a {
	color: #3f89c4;
	font-weight: bold;
}

h1#logo {
	float: left;
	width: 330px;
	height: 33px;
	text-indent: -99999px;
	background-image: url('../images/logo.gif');
	margin-top:24px;*margin-top:27px;_margin-top:27px;
}

div#slogan {
	float: right;
	margin: 9px 0 20px 10px;
	width: 391px;
	height: 44px;
	font-size: 11px;
}
	div#slogan a {
		color: #3f89c4;
		font-weight: bold;
	}

ul#browse {
	width: 700px;
	height: 25px;
	margin-bottom: 20px;
	padding: 15px 0 15px 90px;
	background: url('../images/browse.gif') left center no-repeat;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	ul#browse li {
		float: left;
		height: 25px;
		line-height: 25px;
		margin-right: 2px;
		padding: 0 6px;
		text-align: center;
		background: #3f89c4;
	}
	
	ul#browse li:hover {
		background: #c50108;
	}
	
		ul#browse li a {
			display: block;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}

div#about {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
	
div#what {
	float: left;
	width: 350px;
	margin-right: 60px;
}

div#why {
	float: left;
	width: 380px;
}

div#why ul {
	list-style-type: disc;
	margin-left: 20px;
}

strong {
	color: #c50108;
}

div#left {
	float: left;
	width: 200px;
	margin-right: 30px;
	font-size: 11px;
}

	div#left strong {
		color: #206ca8;
	}

	div#left h1 {
		width: 190px;
		background: #3f89c4;
		padding: 2px 5px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	
	div#left div.section {
		width: 180px;
		padding: 5px 10px 10px 10px;
		margin-bottom: 15px;
		background: #c0dcf2;
	}
	
	div#left input.trans-id {
		font-family: Verdana;
		font-size: 11px;
		padding: 4px 3px;
		border: 1px solid #888;
	}
	
	div#left select.search-select {
		font-family: Verdana;
		font-size: 11px;
	}
	
	div#left select.search-select option {
		padding: 2px;
	}
	
	div#left input.submit {
		background: #3f89c4;
		padding: 4px;
		font-family: "Lucida Grande", Tahoma;
		font-weight: bold;
		font-size: 11px;
		color: #fff;
		border: none;
		cursor: pointer;
	}

div#right {
	float: left;
	width: 560px;
	background: #fff;
}

div#footer {
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	font-size: 11px;
	color: #888;
	text-align: center;
}
div#footer a {font-weight:normal;color:#888;text-decoration:none;}
div#footer a:hover {text-decoration:underline;}

p, ul, h1 {
	cursor: default;
}