@charset "UTF-8";
/* CSS Document */

body {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	background-color: #39545C;
}

#mainTable {
	margin-top: 40px;
	padding: 0px;
}

#wrapper {
	text-align: left;
 	width: 954px;
	 margin-left: auto;
  margin-right: auto;

}

.mainTableColor {
	
	background-color: #E5E5E5;	
}
.bodyText {
	margin-right: 45px;
	margin-left: 0px;
}
.smallerText {
	font-size: 10px;
}
.imageRightMargin {
	margin-right: 15px;
	border: thin solid #CBCBCB;
}

.imageBorder {
	border: thin solid #CBCBCB;
}


.imageLeftMargin {
	margin-left: 15px;
	border: thin solid #CBCBCB;
}



li {
	margin-right: 70px;
	margin-bottom:10px;
	margin-left: 35px;
}
.header {
	font-weight: bold;
	color: #202E32;
}
ul li {
	padding: 0px;
	margin: 10px;
}
.smallText {
	font-size: 12px;
}
.headerImage {
	margin-bottom: 0px;
	margin-top: 24px;
}
a {
	color: #3A545C;
	text-decoration: underline;
}
a:visited {
	color: #3A545C;
	text-decoration: underline;
}
a:active {
	color: #3A545C;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #3A545C;
	text-decoration: underline;
	font-weight:bold;
}
iframe {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
