body {
    font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #65528B; }

#mainContainer {
    width: 800px;
	text-align: center;
	background-color: #ECD7FF; }


#header {
    background-color: #C280FF;
	width: 800px;
	height: 115px;
	padding-top: 10px;
	padding-bottom: 8px; }
	
#header h1 {
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: -5px;
	line-height: 60px; }
	
#header h2 {
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EDD9FF;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 18px; }
	
a {
    font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066; }
	
a:hover {
    color: #72418B; }
	
#leftGutter {
    width: 155px;
	background-color: #C280FF;
	display: block;
	float: left; }
	
#leftGutter h1 {
    font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #F8C4FF;
	width: 155px;
	height: 25px;
	padding-top: 4px;
	background-color: #5700A6;
	border-bottom: 2px solid #A6008D;
	vertical-align: bottom; }
	
#rightGutter {
    width: 155px;
	background-color: #C280FF;
	display: inline;
	float: right; }
	
#rightGutter h1 {
    font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #F8C4FF;
	width: 155px;
	height: 25px;
	padding-top: 4px;
	background-color: #5700A6;
	border-bottom: 2px solid #A6008D;
	vertical-align: bottom; }
	
#leftGutter img {
    border: 2px solid #EBD5FF; }
	
#leftGutter a:hover img {
    border: 2px solid #FF0FDB; }
	
#rightGutter img {
    border: 2px solid #EBD5FF; }
	
#rightGutter a:hover img {
    border: 2px solid #FF0FDB; }
	
#center {
    width: 490px;
	background-color: #ECD7FF;
	float: left; }
	
#center h1 {
    font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #F8C4FF;
	width: 95%;
	height: 25px;
	padding-top: 4px;
	background-color: #5700A6;
	border-bottom: 2px solid #A6008D;
	vertical-align: bottom; }
	
#center img {
    border: 2px solid #E6DAAA; }
	
#center a:hover img {
    border: 2px solid #B38F00; }
	
#highlight1 {
    background-color: #F1DBFF;
	width: 95%;
	text-align: left;
	padding: 5px; }
	
#highlight1 a {
    text-decoration: none;
	margin-left: 10px;
	margin-top: 10px; }
	
#highlight2 {
    background-color: #E6BFFF;
	width: 95%;
	text-align: left; 
	padding: 5px; }
	
#highlight2 a { 
    text-decoration: none;
	margin-left: 10px;
	margin-top: 10px; }
	
.highlightText {
    margin-left: 10px; }
