@charset "UTF-8";
/* CSS Document */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDE0D4;
	padding-bottom: 10px;
}
#logo_banner {
	height: 230px;
	width: 900px;
	background-image: url(../images/stars.gif);
	background-repeat: no-repeat;
	background-color: #FDE0D4;
	background-position: center;
}
body {
	background-color: #3F1C4F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#latest_news {
	width: 662px;
	border: 1px solid #CF1F75;
	height: 1059px;
	background-image: url(../images/latestnews.jpg);
	background-repeat: repeat-x;
	margin-left: 220px;
	padding-top: 30px;
	margin-top: 22px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #CF1F75;
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
.heading {
	font-size: 18pt;
	color: #3F1C4F;
	line-height: 30px;
}
.subhead {
	font-size: 14pt;
	color: #CF1F75;
	line-height: 25px;
}
.text {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
#main_content {
	width: 662px;
	border: 1px solid #CF1F75;
	height: 1059px;
	margin-left: 220px;
	padding-top: 30px;
	margin-top: 22px;
	padding-left: 10px;
	background-image: url(../images/maj_bar.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.call_out_heading {
	font-size: 20px;
	color: #FFFFFF;
}
.call_out_text {
	font-size: 14px;
	line-height: 20px;
}


a:link {
	color: #3F1C4F;
	text-decoration: underline;
}
a:active {
	color: #FBE0D5;
	text-decoration: underline;
}
a:hover {
	color: #FBE0D5;
	text-decoration: underline;
}
a:visited {
	color: #F5A1B2;
	text-decoration: underline;
}
.highlight {
	color: #E395A5;
}
#facebook_container {
	background-color: #CA2075;
	height: 27px;
	width: 900px;
	padding-top: 8px;
}
#facebook_icon_container {
	height: 20px;
	width: 35px;
	float: left;
	padding-left: 300px;
}
#facebook_link {
	height: 18px;
	width: 300px;
	float: left;
	padding-top: 2px;
}
.facebook_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
