BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu {
	width: 900px;
	margin: 0 auto;
}

#main {
	width: 860px;
	margin: 0 auto 20px auto;
	padding: 20px 20px 0px 20px;
	text-align: left;
	background: #FFFFFF;
	color: #000000;
}

#image_narrow {
	width: 258px;
	float: left;
}

#image_wide {
	width: 420px;
	float: left;
}

#image_widest {
	width: 640px;
	float: left;
}

#reasons {
	width: 162px;
	float: left;
	text-align: right;
}

#text {
	width: 420px;
	float: left;
	margin-left: 20px;
	text-align: left;
	/* text-align: justify; */
}

#text_narrow {
	width: 200px;
	float: left;
	margin-left: 20px;
	text-align: right;
}

#footer {
	clear: both;
	background: #FFFFFF;
	padding-top: 20px;
	text-align: right;
}

#footer_content {
	padding: 20px 0px 20px 0px;
	border-top: solid 1px #CCCCCC;
	text-align: right;
	font-weight: bold;
	color: #000000;
	height: 36px;
}

#footer_text
{
	float: right;
	padding-top: 6px;
}

#footer_image
{
	float: right;
}

HR {
	border-top: #000000 1px dotted;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

BODY a:link {
	color: #00612e;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

BODY a:visited {
	color: #00612e;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

BODY a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

BODY a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

#bg-red {
	background-color: #eef3da;
	background-image: url('images/bg-red.png');
}

TD {
	vertical-align: top;
}

.blue {
	border-bottom: #000099 solid 1px;
}

.blue-text {
	color: #000099;
}

.orange {
	font-weight: bold;
	/*color: #D4001B;*/
	color: #000000;
}

.orange-large {
	font-weight: normal;
	font-size: x-large;
	/*color: #D4001B;*/
	color: #000000;
}

H2, H1 {
	color: #D4001B;
	font-weight: normal;
}
