/* CSS Document */
body {
	background-color:#7E9ABF;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
#content {
	width:900px;
	margin-right:5px;
	text-align:left;
	}
#centercol {
	background-color:#FFFFFF;
	width:880px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	}

.center {
	background-color:#FFFFFF;
	
	}
#rightcol {
	width:350px;
	background-color:#CCCCFF;
	text-align:left;
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	}
.right {
	background-color:#ccccff;
	text-align:left;
	}
h2 {
	color:#e31e30;
	
	}
h3.white {
	color: #FFFFFF;
	font-style:italic;
	}
#bluebox {
	background-color:#ccccFF;
	width:50%;
	padding:5px;
	text-align:left;
	border: 2px solid #333333;
	margin-top:50px;
	}

h2.red {
	color:E31E30;
	}
.pink {
	color:#E31E30;
	}
.blue {
	color:#17366C;
	text-align:center;
	}
.blue2 {
	color:#17366C;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.aligncenter {
	text-align:center;
	}
.thankyou {
	background-color:#ccccFF;
	text-align:center;
	}