@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-image: url(images/bg_body.png);
}
.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	background-image: url(images/bg_cont.png);
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContent table tr td p a strong {
	color: #333;
}
#mainContent table tr td p {
	padding-left: 95px;
}
#mainContent table tr td h7 {
	font-family: "Century Gothic", "Korolev Medium", Verdana;
	font-size: 16px;
	color: #00AB4F;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mainContent table tr td p a strong {
	color: #666;
}
table tr td h6 {
	font-family: "Century Gothic", "Korolev Medium", Verdana;
	font-size: 16px;
	color: #574E8B;
	font-weight: bold;
}

#mainContent h4 {
	font-family: "Century Gothic", "korolev Bold", verdana;
	font-size: 18px;
	color: #09F;
	padding-left: 50px;
}

.oneColFixCtrHdr #container1 #mainContent table tr td a {
	color: #666;
	text-decoration: underline;
}
#mainContent table tr td hr {
	color: #EAEAEA;
	vertical-align: top;
}

#container1 #mainContent a {
	color: #666;
	text-decoration: underline;
}

#navbar ul {
	margin: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Century Gothic", "korolev Bold", verdana;
	font-size: 18px;
}
#navbar ul li a {
	color: #333;
	font-family: "Century Gothic", "Korolev Medium", Verdana;
	text-decoration: none;
}
	#navbar ul li a:hover {
	color: #FF3E7C;
	}



.oneColFixCtrHdr #header {
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent iframe  {
	float: right;
	margin-right: 50px;
	border: medium none #000;
}
#navbar {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #ACACAC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right:5px;
	padding-left: 5px;
	padding-bottom: 15px;
}


.oneColFixCtrHdr #header h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #mainContent {
	display: block;
	width: 900px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent span1 img {
	float: left;
	padding-right: 40px;
	display: block;
}

#mainContent p {
	padding-left: 30px;
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	font-variant: normal;
	line-height: 20px;
	padding-right: 20px;
	margin-right: 40px;
	margin-left: 20px;
}
#mainContent table tr td h2 {
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	font-size: 20px;
	color: #666;
	font-variant: normal;
}
#mainContent table tr td strong {
	padding-top: 10px;
	margin-top: 10px;
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	font-size: 16px;
	color: #CCC;
	font-variant: normal;
}
#mainContent table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #999;
}
#container #mainContent a {
	color: #333;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
}
.oneColFixCtrHdr #container1 {width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	background-image: url(images/bg_cont1.png);
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}




.oneColFixCtrHdr #footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: 25px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #666;
}
#footer p a {
	color: #FF78A4;
}

#mainContent h1 img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
}
.oneColFixCtrHdr #container1 #mainContent span img {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 40px;
}
#mainContent #textbox1 {
	width: 500px;
}
#mainContent table {
	margin-right: 40px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#mainContent #textbox2 {
	width: 650px;
	float: none;
	margin-left: 200px;
	margin-right: 25px;
	display: block;
}
#mainContent h2 {
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	font-size: 14px;
	font-variant: small-caps;
	color: #999;
}
#mainContent h3 {
	font-family: "Century Gothic", "Trebuchet MS", verdana;
	font-size: 16px;
	color: #FF286F;
}
#container1 #mainContent p img {
	float: left;
	margin-right: 20px;
}
.oneColFixCtrHdr #container1 #header ul li {
	float: right;
}

#container1 #header a {
	float: right;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 10px;
}
#header ul {
	list-style-type: none;
	margin-right: 30px;
}
#container1 #mainContent p iframe {
	float: left;
}
.oneColFixCtrHdr #container1 #footer a img {
	margin-right: auto;
	margin-left: auto;
	padding-right: 350px;
	padding-left: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent table tr td h5 {
	font-family: "Century Gothic", "Korolev Medium", Verdana;
	font-size: 16px;
	color: #E5993D;
	padding-bottom: 10px;
	float: left;
	text-align: left;
}
#mainContent table {
	margin: 0px;
	padding: 0px;
}

#mainContent table tr td h4 {
	font-family: "Century Gothic", "Korolev Medium", Verdana;
	font-size: 16px;
	color: #00ABFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	float: left;
}
#mainContent table tr td img {
	float: left;
	padding: 5px;
	margin: 0px;
}
#mainContent table tr td img {
	float: left;
	padding: 5px;
	margin: 0px;
}
#container1 #mainContent h1 img {
	float: right;
	padding-right: 100px;
	padding-left: 25px;
}
