@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 14px;
	background-attachment: fixed;
	background-color: #b297c8;
	background-image: url(images/purple-harlequin.gif);
}
.twoColFixLtHdr #container {
	width: 869px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/purple-bg.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 20px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	margin-left: 50px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 48px;
} 

	#mainContent h1 {
	background-color:#F0F0F0;
	color:#9A7DBA;
	font-size:22px;
	font-weight:bold;
	margin-top:20px;
	font-style:italic;
	font-family:"Trebuchet MS", Verdana, Arial, serif;
	text-align:left;
	padding-left: 15px;
	}
	
	#mainContent h2 {
	color:#9A7DBA;
	font-size:18px;
	font-weight:bold;
	margin:0;
	font-style:italic;
	font-family:"Trebuchet MS", Verdana, Arial, serif;
	text-align:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	}

	#mainContent p {
	font-family:"Trebuchet MS", Verdana, Arial, serif;
	line-height: 20px;
	font-size: 13px;
	}

	#mainContent a {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-weight : bold;
	font-style : normal;
	color : #4F2A75;
	text-decoration: none;
	}
	
	#mainContent a:visited  {
		font-family: "Trebuchet MS", Verdana, Arial, serif;
		font-weight : bold;
		font-style : normal;
		color : #669900;
	}
	
	#mainContent a:hover  {
		text-decoration : underline;
		color : #669900;
		font-weight : bold;
	}

	#mainContent a:active  {
		font-family: "Trebuchet MS", Verdana, Arial, serif;
		font-weight : bold;
		font-style : normal;
		color : #669900;	
	}


	#mainContent .imgbox {
	padding-right: 75px;
	padding-bottom: 50px;
	padding-left: 0px;
	}

	#mainContent .quote {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 16px;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
	}


.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
} 
.twoColFixLtHdr #footer p {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	color: #4f2a75;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
