body {
	background: url(/images/bg.jpg) repeat-x #e6f5f8;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #3c8a88;
	margin: 0;
}

a, a:link, a:visited, a:active {
	color: #ff5a1b;
	text-decoration: underline;
	font-weight: 800;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: 800;
}

p {
	font-size: 0.9em;
}

h1 {
	font-size: 1.5em;
	font-weight: 800;
}

h2 {
	font-size: 1.3em;
	font-weight: 800;
}

h3 {
	font-size: 1em;
	text-decoration: underline;
	text-align: center;
}

img {
	border: 0;
}

.leftForm {
	text-align: right;
}

.rightForm {
	text-align: left;
}

#bearPic {
	width: 200px;
	height: 200px;
	border: 0px;
}

#preload {
	display: none;
}

#copyright {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.6em;
}

#top {
	width: 900px;
	height: 173px;
	margin: 0 auto 0 auto;
	padding: 0px;
}

#menu {
	width: 708px;
	height: 93px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#menu_be, #menu_sfs, #menu_kfb, #menu_gb, #menu_plane {
	display: inline;
	padding: 0;
	margin: 0;
}

#content {
	width: 790px;
	margin: 0 auto 50px auto;
	min-height: 475px;
	background: url(/images/cbg.jpg) repeat-x #e6f5f8;

	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
}

#content p {
	text-align: justify;
}

#content table #textColumn {
	font-size: 1.1em;
}

#content table {
	width: 100%;
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
}

#content td {
	padding: 10px;
	margin: 0px;
	vertical-align: top;
}

#content table #infoColumn {
	width: 220px;
}