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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtr #container {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 27px;
}
#container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageonright img {
	padding-top: 50px;
}
#footer h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
#menu a {
	text-align: center;
	color: #666666;
	text-decoration: none;
	letter-spacing: .1em;
}
#menu  h5  {
	font-size: 12px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 0px;
	line-height: 0px;
	margin-right: 20px;
}
#menu p {
	padding-top: 0px;
	margin-top: 0px;
	line-height: 0px;
	margin-right: 20px;
}
#menu {
	font-size: 12px;
	color: #666666;
	line-height: 0px;
	padding-top: 17px;
}
#menu .logo {
	margin-right: 0px;
	padding-right: 0px;
}
#menu a:hover {
	color: #EC008C;
}
#menu b {
	font-weight: normal;
	color: #ED1093;
}
#menu img {
	padding-right: 0px;
	margin-right: 0px;
}
#mainContent b {
	font-weight: normal;
	color: #ED1093;
}
#container .logo a {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent b a {
	color: #EC008C;
}
#mainContent b a:hover {
	color: #FF6600;
}
#mainContent a {
	color: #666666;
	text-decoration: none;
}
#mainContent a:hover {
	color: #EC008C;
}
h6  {
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#home {
	padding-left: 30px;
	background-color: transparent;
}
h6  a  {
	color: #999999;
	text-decoration: none;
	padding-top: 10px;
	font-weight: normal;
}
h6  a:hover  {
	color: #CC0066;
}
#mainContent p {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
