#mainContainer {
	height: auto;
	width: 772px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#mainTable {
	height: auto;
	width: 98%;
}
.headingTextBlue24 {
	font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
	color:#003366;
}
.headingTextBlue22 {
	font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
	color:#003366;
}
.rightheadingTextBlue22 {
	font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
	color:#ffffff;
}
.subHeadingRed {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
	color: rgb(148, 17, 0);
}
.rightSubHeadingRed {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom:0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
	color: #FFFFFF;
}

.standardText {
	color: rgb(0, 0, 0);
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 12px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.style {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.leftAlign {
	text-align:left;
}
.testimonial_style {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-stretch: normal;
    font-weight: 700;
	font-style:italic;
}
.highlight {
	font-weight:bold;
}
.quoteStlye {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 12px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.tickList {
	list-style-image: url(../images/tick.gif);
	list-style-type: none;
}
.noBullet {
	list-style-type: none;
}


#leftContainer {
	float: left;
	height: auto;
	width: 550px;
	padding-left: 10px;
}
#rightContainer {
	float: right;
	height: auto;
	width: 200px;
}
#headerContainer {
	background-image: url(../images/Alchemy-Web-Header.jpg);
	height:140px;
	background-repeat: no-repeat;
}
#strapline {
	color:#FFFFFF;
	background-color:#FF9900;
	font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	font-size:18px;
	font-weight:700;
	line-height:23px;
	text-align:center;
	margin:3px 0px 15px 0px;
	padding:5px;
}
.testimonials {
    color: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

#blueBoxMain {
	background-color:#ebf0f5;
	padding:0px 10px;
}
.orangeBox {
	background-color:#FF9900;
	background-image:url(../images/orangeBox.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px 15px;
	text-align:center;
	color:#FFFFFF;
}
.greenBox {
	background-color:#8cc63f;
	background-image:url(../images/greenBox.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px 15px;
	text-align:center;
	color:#FFFFFF;
}
.redBox {
	background-image:url(../images/redBox.png);
	background-repeat: no-repeat;
	padding:1px 10px;
	text-align:center;
}
.redBox a {
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:#999999;
}
.redBox a:hover {
	color:#EEEEEE;
	text-decoration:none;
	text-shadow:#999999;
}
.blueBox {
	background-color:#6699e6;
	background-image:url(../images/blueBox.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px 15px;
	text-align:center;
	color:#FFFFFF;
}
.v-shadow {
	background-image:url(../images/Vshadow.png);
	background-repeat:repeat-y;
}
.h-shadow {
	background-image:url(../images/Hshadow.png);
	background-repeat:repeat-x;
	height:6px;
}
.c-shadow {
	background-image:url(../images/Cshadow.png);
	height:6px;
}
.footer {
    color: rgb(0, 30, 87);
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.listHeight li {
	line-height:.5em;
	margin-top: 0;
	margin-bottom: 0;
}
