@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #36F;
}
a:visited {
	text-decoration: none;
	color: #39F;
}
a:hover {
	text-decoration: none;
	color: #39C;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #36F;
}
a:visited {
	text-decoration: none;
	color: #39F;
}
a:hover {
	text-decoration: none;
	color: #39C;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #00a3d3;
}
#container {
	text-align: center;
	margin: auto;
}
#header {
	background-color: #00a3d3;
	border-bottom-width: 5px;
	border-bottom-style: groove;
	text-align: right;
	border-bottom-color: #00a3d3;
}
.oneColElsCtrHdr #container #header #hat {
	margin: auto;
}
#hat {
	width: 960px;
	margin: auto;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#hat a    {
	font-size: 14px;
	color: #FFF;
	margin-right: 3px;
	letter-spacing: 2pt;
	padding-left: 15px;
}
hr {
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #FFF;
}
#mainContent {
	background-color: #FFF;
	padding-bottom: 15px;
}
#logo {
	width: 990px;
	margin: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#slide {
	width: 990px;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#article {
	width: 960px;
	text-align: left;
	padding-right: 20px;
	padding-left: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#article table tr td{
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: baseline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: groove;
}
#article table tr td h6 a {
	font-size: 16px;
	font-style: italic;
}
.oneColElsCtrHdr #container #mainContent #article table tr td table {
	text-align: justify;
}
.oneColElsCtrHdr #container #mainContent #article table tr td #contactUs table {
	color: #00a3d3;
}
.oneColElsCtrHdr #container #mainContent #article table tr td #contactUs table tr td b u {
	color: #00a3d3;
}
#footer {
	background-color: #00a3d3;
	border-top-width: 5px;
	border-top-style: groove;
	border-top-color: #00a3d3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#shoe {
	width: 960px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer #shoe table {
	text-align: center;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: 1pt;
}
#shoe table tr th h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	letter-spacing: 2pt;
	font-weight: bold;
}
#shoe table tr th h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 3px;
	letter-spacing: 2pt;
}
#copyright {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	color: #00a3d3;
}
#copyrightText {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #00a3d3;
}
.oneColElsCtrHdr #container #mainContent #article table tr td p #articleImage {
	padding-top: 10px;
	padding-bottom: 10px;
}
#slide img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#bannerBottom {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.oneColElsCtrHdr #container #footer #copyright #copyrightText table tr th a {
	color: #2C3381;
}

