/* layout */

body {
	background: url(images/background.jpg) repeat-x #eaeaea;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
}
a {
	text-decoration: none;
}
.bluelink {
	color: #123b6d;
}
.bluelink:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #123b6d;
	font-weight: normal;
}
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.logo {
	width: 367px;
	height: 177px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.toppic {
	width: 433px;
	height: 339px;
	float: right;
	margin: 0px 0px 0px 0px;
	height: 0px 0px 0px 0px;
}
.navigation {
	width: 367px;
	height: 162px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/navbg.jpg) no-repeat;
	float: right;
	text-align: right;
	line-height: 18px;
	font-size: 10px;
}
.navon {
	color: #5a5a5a;
	font-weight: bold;
	padding: 0px 20px 0px 0px;
	background: url(images/bullet.gif) no-repeat right top;
}
.navoff {
	color: #8c8b8b;
	font-weight: bold;
	padding: 0px 20px 0px 0px;
}
.navoff:hover {
	background: url(images/bullet.gif) no-repeat right top;
}
.textcontainer {
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	background: url(images/textbg.jpg) no-repeat top left #eaeaea;
	clear: both;
}
.maintext {
	width: 450px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 70px;
	line-height: 18px;
	vertical-align: top;
}
.rightpics {
	width: 270px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer {
	width: 800px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	background: url(images/footerbg.jpg) no-repeat #eaeaea;
	text-align: center;
}
