@charset "utf-8";
/* CSS Document */

body {
	background-image: url('images/body-back.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #632962;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 16px;
	color: #632962;
	text-align: left;
	margin-left: 15px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	color: #8d8b9e;
	text-align: left;
	margin: 5px 0px 10px 15px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px 15px;
}

p {
	text-align: left;
	margin: 0px 40px 15px 15px;
}

td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 15px;
}

img {
	border: 0px;
}

a {text-decoration: none;}
a:link {color: #90558e;}
a:active {color: #90558e;}
a:visited {color: #90558e;}
a:hover {color: #9786a6;}

a.white {text-decoration: none;}
a.white:link {color: #ffffff;}
a.white:active {color: #ffffff;}
a.white:visited {color: #ffffff;}
a.white:hover {color: #90558e;}

#mainContainer {
	width: 797px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url('images/content-back.gif');
	background-repeat: repeat-y;
}

#side {
	width: 161px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 636px;
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px;
}
	
#contentGrad {
	width: 636px;
	background-image: url('images/content-grad.jpg');
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 8px;
}

#footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	height: 48px;
	width: 797px;
	color: #ffffff;
}

#footerLeft {
	width: 300px;
	margin: 10px 0px 0px 15px;
	display: inline;
	float: left;
}

#footerRight {
	width: 300px;
	margin: 5px 40px 0px 0px;
	display: inline;
	float: right;
}

.callToAction {
	border: 2px solid #90558e;
	background-color: #bdbbcd;
	color: #ffffff;
	width: 550px;
	font-weight: bold;
	padding: 10px;
}