@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	color: #000000;
}
body {
	background: #ffffff;
	color: #000000;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	list-style-position: inside;
	text-align: left;
}
#header {
	font-family: "Century Gothic", Arial;
	font-weight: bold;
	text-align: center;
}
#header a {
	font-size: small;
	font-weight: normal;
}
#header table {
	width:41em;
	text-align: right;
}
#container {
	width: 57em;
	margin: auto;
}
table {
	margin: auto;
	padding-left: 3px;
}

#mainContent {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainContent table {
	background-color: #FFFFFF;
	padding-bottom: 1px;
	text-align: left;
}

.indexH1small {
	font-size: large;
}
h1 {
	font-size: 36px;
	font-weight: bolder;
	font-size: x-large;
}
h2 {
	font-size: large;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	font-size: medium;
}
h4 {
	font-weight: normal;
	font-size: x-small;
}
#footer {
	background:#ffffff;
	text-align: center; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
}
#footer p {
	color: #3d3d3d;
	text-decoration: none;
	text-align: center;
}
#footer a {
	color: #3d3d3d;
	text-decoration: none;
	text-align: center;
}
#footer H4 {
	text-align: center;
}
.HomeList {
	font-size: 18px;
	font-weight: bolder;
	text-decoration:none;
	clip: rect(auto,auto,auto,auto);
}
ul {
	list-style-position: inside;
	list-style-type: disc;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}
.faxnumber {
	background-color: #CECECE;
}
.TableMiddleHome {
	background-color:#CCCCCC;
	border-top-width: medium;
	border-top-style: solid;
	border-top-width:1px;
	border-top-color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: "Century Gothic", Arial;
}
.HomeHeadingTwo {
	font-size: 18px;
	color: #FF6600;
}
.bodytext {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
}
html {
	overflow-y: scroll;
}
iframe {
	margin: 0px;
	padding: 0px;
}

