@charset "UTF-8";
html {
	min-height: 100%;
	margin-bottom: 1px; 
}body  { 
	margin: 0;
	padding: 0;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #C9D1E2;
	background-image: url(images/background-stars.jpg);
	background-repeat: repeat;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 160%;
	color: #DDF6F8;
	margin-top: 0;
	width: 885px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background_strip.jpg);
	background-repeat: repeat-y;
} 
#header {
	height: 43px;
	width: 885px;
	float: right;
	background-repeat: no-repeat;
	padding-top: 116px;
	background-image: url(images/logo-wide2.jpg);
} 
#purple_stripe {
	height: 57px;
	width: 885px;
	background-repeat: no-repeat;
	background-image: url(images/purple_stripe.jpg);
}
#banner_image {
	width: 885px;
	background-image: url(images/banner_image2.jpg);
	background-repeat: no-repeat;
	height: 192px;
	float: left;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 170%;
	color: #FFF;
	border-top-width: medium;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #99C;
	border-bottom-width: medium;
	border-bottom-color: #99C;
	padding: 5px;
}
#sidebar1 {
	float: left;
	width: 27%;
	background-position: left;
	padding-right: 20px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#sidebar2 {
	float: right;
	width: 28%;
	background-position: right;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}
.small-invisible { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1px;
	color: #306D7D;
	line-height: 1px;
}
#mainContent {
	width: 28%;
	margin-right: 295px;
	margin-left: 295px;
	padding: 0 10px;
	text-align: left;
	margin-top: 0px;
} 
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #C9F;
	margin-bottom: -5px;
}
#footer {
	background-image: url(images/footer_stripe.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 885px;
} 
#footer p {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5D528A;
	padding-right: 20px;
	padding-left: 20px;
	width: 885px;
	height: 42px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	text-decoration: underline;
	color: #CF9;
}
a:hover {
	color: #C9F;
	text-decoration: none;
}
a:active {
	color: #C3C;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quoteLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	font-style: normal;
	line-height: 160%;
	color: #FFF;
	text-align: center;
	padding: 10px;
	background-color: #715EA5;
	border: medium dashed #C9F;
}
img
{  border-style: none;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #C9F;
	margin-bottom: -5px;
}

