@charset "UTF-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999999;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
}
.oneColFixCtrHdr #container {
	width: 751px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(images/bottom_left_curve.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/top_right_curve.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent h1 {
	color: #F36A19;
	font-family: Helvetica;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#mainContent h2 {
	margin-top: 0px;
	color: #4d4d4d;
	font-family: Tahoma;
	font-size: 14px;
	margin-bottom: 2px;
}
#mainContent h3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #4d4d4d;
	margin-bottom: 2px;
}
#mainContent h4 {
	margin-bottom: 30px;
	margin-top: -5px;
}
#mainContent p {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 19px;
	color: #4d4d4d;
	width: 544px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer p {
	font-family: Tahoma;
	font-size: 7pt;
	color: #808080;
	text-align: right;
	margin-right: 20px;
}
a:link, a:hover, a:visited {
	color: #3E71B2;
	font-weight: normal;
	font-size: 13px;
}
.emphasis {
	font-family: Tahoma;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
}
.emphasis_bigger {
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	color: #4d4d4d;
}
#mainContent li {
	font-family: Tahoma;
	font-size: 13px;
	color: #4d4d4d;
	line-height: 19px;
	width: 544px;
	margin-top: 5px;
}
#mainContent ul {
	font-family: Tahoma;
	font-size: 13px;
	padding-left: 16px;
	padding-top: 0px;
	margin-top: -5px;
}
.style1 {color: #4d4d4d}
