body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006699;
}
.mainContent {
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
	background-color: #FFFFFF;
	background-image: url(../assets/main_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	text-align: left;
}
a:link {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #006699;
	text-decoration: none;
		text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #006699;
	text-decoration: none;
		text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #173419;;
		text-decoration: none;
	font-weight: bold;
}
.mainContentImgPadOnRight {
	padding-right: 15px;
}


.mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006699;
	line-height: 30px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #173419;
	padding-top: 38px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 300;
	margin: 0;
	width: 375px;
}
.mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006699;
	line-height: 22px;
	font-weight: normal;
	font-style: oblique;
	margin-top: 0;
	margin-right: 440px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.creditbox {
	padding: 0 10px;
	font-size: 10px;
	line-height: 16px;
}
.footer Table {
	font-size: 10px;
	line-height: 16px;
}

.dotteddivider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #173419;
}
