html,body {
	background: url(images/pageBG.jpg) repeat-y 50%;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 14px Helvetica, Arial, Verdana, sans-serif;
}

h1 {
	color: #006dce;
	font-style: italic;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

li {
	color: #006dce;
	padding-bottom: 5px;
}

li span {
	color: #000000;
}

table {
	clear: both;
}

a {
	color: 006dce;
}

div {

}

/* IDs */


#contentTop {
	background: no-repeat url(images/contentTop.jpg) center top;
	width: 876px;
	height: 170px;
	margin: 0;
	padding: 0;
}

#contentTopFlash {
	width: 876px;
	height: 170px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

#contentBottom {
	clear: left;
	background: no-repeat  bottom url(images/bottom.jpg);
	width: 876px;
	height: 89px;

}

#content {
	background: repeat-y url(images/contentBG.gif);
	width: 876px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: 100%;
}

#main {
	margin-top: -25px;
	padding-right: 30px;
	padding-left: 30px;
}

#legal {
	font-size: 10px;
}

#legal p {
	padding-right: 30px;
	padding-left: 30px;
}

#legal img {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* CLASSes */

.pdf {
	font-size: 13px;
}

.logo {
	padding-top: 18px;
}

.bloc {
	display: block;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clear {
	clear: left;
}

.rightPush {
	margin-right: 60px;
}

.bottomPush {
	margin-bottom: 30px;
}

.halfWidth {
	width: 300px;
}

.white {
	color: #FFFFFF;
}

/* round corners */

#dosing {
	background: url(images/cornerMid.gif) repeat;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	width: 90%;
}

.rbtop div {
	background: url(images/cornerTR.gif) no-repeat top left;
}

.rbtop {
	background: url(images/cornerTL.gif) no-repeat top right;
}

.rbbot div {
	background: url(images/cornerBL.gif) no-repeat bottom left;
}

.rbbot {
	background: url(images/cornerBr.gif) no-repeat bottom right;
}

.rbtop div, .rbtop, .rbbot div, .rbbot {
	height: 20px;
	font-size: 1px;
}

.rbcontent {
}

#dosing {
	margin: 1em auto;
}

/* dosing box */

#dosing ul {
	text-align: left;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

#dosing li {
	color: #FFFFFF;
	margin-left: 20px; /* Fix disppearing bullets in IE */
}

#dosing p {
}

/* nav  */

#contentTopFlash a, #contentTop a {
	display: block;
	width: 150px;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 30px;
	margin-left: 730px;
	z-index: 10;
}

#contentTopFlash .head, #contentTop .head {
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	text-transform: uppercase;
}

#contentTopFlash a:hover, #contentTop a:hover {
	color: #e2e6f2;
}

#contentTopFlash a.active, #contentTop a.active {
	color: #e2e6f2;
}

/* form */

form {
	width: 620px;
	padding: 0px 0px 50px 0px;
	text-align: left;
}

form p {
	clear: left;
}

legend {
	color: #006dce;
	font-weight: bold;
}

#stack {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#stack label, #stack input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#stack label {
	text-align: right;
	width: 75px;
	padding-top: 3px;
	padding-right: 20px;
}

#stack #state {
	width: 30px;
}

#stack #zip {
	width: 45px;
}

#stack br {
	clear: left;
}

#bottom {
	clear: both;
	margin-bottom: 10px;
}
