body {
	background-image: url('../images/background.gif');
	background-repeat: no-repeat;
	background-color: #FBFABD;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.bodybox {
	width:1020px;
	background-image: url('../images/leftbackground.gif');
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.topspacingbox {
	width: 1020px;
	height: 187px;
}
.leftmenu {
	float: left;
	width:170px;
	height: 500px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
	/*border-width: 10 px;
	border-style: solid;
	border-color: #ffffff;*/
}
.leftmenutext {
	color: #102030;
	font-family: arial;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
}
ul.leftmenutextlist {
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
.topnotes {
	position:absolute;
	left: 700px;
	top: 44px;
	min-width: 320px;
}
.topnotesbig {
	color: #EDE449;
	font-family: arial;
	font-size: 24px;
	line-height: 150%;
	font-weight: bold;
}
.topnotessmall {
	color: #EDE449;
	font-family: arial;
	font-size: 14px;
	line-height: 170%;
	font-weight: bold;
}
.maincontent {
	float: left;
	/* border-width: 1px;
	border-style: solid;
	border-color: red; */
	width: 500px;
	min-width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 30px;
	color: #102030;
	font-family: arial;
	font-size: 14px;
	line-height: 140%;
}
.maincontentspacer {
	height: 60px;
}
.imagecontent {
	float: left;
	width: 260px;
	min-width: 260px;
	margin: 20px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
}
.quotecontent {
	float: left;
	width: 260px;
	min-width: 260px;
	margin: 40px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
	color: #102030;
	font-family: arial;
	font-size: 14px;
	line-height: 140%;
}
.quotecontentbig {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.quotecontentattribute {
	padding: 30px 0px 0px 0px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.copyright {
	padding: 10px 0px 10px 0px;
	color: #102030;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	clear:both;
}
a:link {color: #102030; text-decoration: none}
a:visited {color: #102030; text-decoration: none}
a:hover {color: #102030; text-decoration: underline}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}