body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	top: 0px;
}
#header {
	position: absolute;
	height: 135px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#navcontainer {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 135px;
	background-image: url(../images/bg_navcontainer.jpg);
}
#navcontainer ul {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	border: 0px none;
	line-height: 36px;
}
#navcontainer ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #53D5FF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	border: 0px none;
}
#banner {
	position: absolute;
	height: 280px;
	width: 900px;
	left: 0px;
	top: 171px;
}
#banner_sub {
	position: absolute;
	height: 150px;
	width: 900px;
	left: 0px;
	top: 171px;
}
#maincontent_home {
	width: 625px;
	padding-top: 25px;
	padding-right: 250px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 451px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_maincontent.jpg);
}
#maincontent_sub {
	width: 625px;
	padding-top: 25px;
	padding-right: 250px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 321px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_maincontent.jpg);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #003D7C;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#sidebar {
	position: absolute;
	width: 200px;
	left: 675px;
	top: 481px;
}
#sidebar_sub {
	position: absolute;
	width: 200px;
	left: 675px;
	top: 351px;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003B7A;
	font-weight: bold;
}
#sidebar_sub h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003B7A;
	font-weight: bold;
}
#imagepad {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003D7C;
	line-height: 22px;
}
.quotes_people {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003D7C;
	line-height: 22px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 50px;
	color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	text-align: center;
	height: 50px;
	width: 900px;
	position: absolute;
	left: 0px;
	bottom: -50px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}

.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003D7C;
}
.bold_blue {
	font-weight: bold;
	color: #003D7C;
}
a {
	color: #003D7C;
	text-decoration: underline;
}
#image_float {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
#image_float_left {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.indention {
	margin-left: 20px;
}
