@charset "utf-8";
body {
	font-family: Garamond, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Times New Roman', serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
img {
	border: 0;
}
a {
	color: #6c5e8d;
	text-decoration: none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hRow {
	width: 875px;
	margin: 5px auto;
	background-color: #6d5f8e;
	height: 1px;
	border: 0px;
}
#success {
	color: #6d5f8e;
	width: 240px;
	text-align: center;
	margin: 50px auto 0 auto;
	font-size: 22px;
}
#error {
	color: #6d5f8e;
	width: 240px;
	text-align: center;
	margin: 50px auto 0 auto;
	font-size: 22px;
}
#topBorder, #bottomBorder {
	width: 100%;
	height: 20px;
	background-color: #3c2968;
}
#outerContainer {
	width: 960px;
	background: url('../images/border-shadow.gif') #fff repeat-y;
	margin: 0 auto;
	padding: 15px 0;
}
#container {
	width: 900px; 
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0 10px 0 20px;
	height: 90px;
}
#header #left {
	width: 244px;
	height: 80px;
	float: left;
}
#header #right {
	width: 244px;
	height: 80px;
	float: right;
}
#mainContent {
	padding: 0 40px;
}
#mainContent p {
	font-size: 15px;
}
#mainContent h1 {
	font-size: 19px;
	color: #3c2968;	
	font-weight: bold;
}
#boxes {
	width: 792px;
	height: 331px;
	margin: 35px auto;
}
#box1 {
	width: 264px;
	height: 331px;
	background: url('../images/boxBG.jpg') #fff no-repeat;
	float: left;
	text-align: center;
}
#box2 {
	width: 264px;
	height: 331px;
	background: url('../images/boxBG.jpg') #fff no-repeat;
	float: left;
	text-align: center;
}
#box3 {
	width: 264px;
	height: 331px;
	background: url('../images/boxBG.jpg') #fff no-repeat;
	float: left;
	text-align: center;
}
.title {
	width: 250px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#boxes #box1 .title p {
	font-size: 23px;
	color: #3c2968;
	margin: 25px 0 20px 0;
}
#box1 input {
	width: 200px;
	margin: 0 0 10px 0;
	color: #bab4c8;
	border: 1px solid #6c5e8d;
}
#box1 textarea {
	width: 200px;
	height: 90px;
	margin: 0 0 10px 0;
	color: #bab4c8;
	border: 1px solid #6c5e8d;
}
#box1 .submit {
	width: 117px !important;
	margin: 10px 0 0 0 !important;
	border: none !important;
}
#boxes #box2 .title p {
	font-size: 23px;
	color: #3c2968;
	margin: 25px 0 20px 0;
}
#boxes #box3 .title p {
	font-size: 23px;
	color: #3c2968;
	margin: 25px 0 20px 0;
}
h2 {
	color: #3c2968;
	font-weight: bold;
	font-size: 36px;
	margin: 0;
}
h3 {
	color: #3c2968;
	font-size: 15px;
	margin: 0;	
}
#bbbLogo {
	width: 68px;
	margin: 15px auto;
}
#footer { 
	padding: 0 10px;
	color: #75778a;
	font-size: 12px;
	text-align: center;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer a {
	color: #75778a;
}
