body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}
#right_content {
	margin-right: 40px;
	margin-left: 20px;
	margin-top: 20px;
}
#left_column p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
#left_column h2 {
	font-size: 14px;
	font-weight: bold;
}
#right_content h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
}
#right_content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
	line-height: 16px;
}
#right_content p {
	margin-top: 0px;
	line-height: 150%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#navigation {
	font-weight: bold;
	text-align: center;
}

#copyright {
	font-size: 9px;
	color: #333333;
	text-align: center;
}
a:hover {
	color: #0000FF;
}
a:visited {

	color: #000099;
}
#left_column {
	margin-left: 30px;
	margin-right: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#left_column h1 {
	font-size: 16px;
	font-weight: bold;
}
.layout_table {
	background-image: url(images/bottom_right_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
