@charset "UTF-8";
/* CSS Framework Import */




a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #D12D12;
}
a:active {
	text-decoration: none;
	color: #D12D12;
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	background-image: url(../images/sflBkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CB3C2B;
}



#wrapper {
	background-image: url(../images/sflBkg3.jpg);
	background-repeat: repeat;
	width: 960px;
	position: relative;
	text-align: center;
	float: none;
	top: 0px;
	right: 0px;
}
.sflTitle {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	color: #FDEAAF;
	text-align: left;
	font-style: italic;
	line-height: 30px;
}

#mainArea {
	background-image: url(../images/sflHeadb.png);
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: right;
	width: 192px;
	position: absolute;
	line-height: 18px;
	left: 13px;
	top: 127px;
}

#header {
	position: relative;
	padding: 0px;
	top: 15px;
	float: none;
	left: 475px;
	width: 450px;
	height: 70px;
}

#maincontent {
	width: 659px;
	position: absolute;
	left: 260px;
	top: 122px;
	height: 400px;
	text-align: left;
	font-weight: bold;
}
.contentStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	text-align: left;
	font-weight: normal;
	text-indent: 15px;
}
.SubTopic1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #666;
	font-style: italic;
	line-height: 24px;
}
.listHead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #000;
}
.subTopicHeader {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 42px;
	color: #333;
	font-weight: lighter;
	font-style: italic;
}
.subTopicHeader2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #333;
	font-weight: lighter;
	font-style: italic;
}
.tinyTopic {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
	line-height: -10px;
}
.fullList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	list-style-type: circle;
	list-style-position: outside;
}
.toclinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.subtoclinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 5px;
	padding-right: 10px;
}
.quoteBox {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #CB3D2A;
	width: 80%;
	border: thick solid #FAA516;
	padding: 20px;
	float: none;
	background-color: #FFF;
	margin-left: 30px;
}
.introLetter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 48px;
}
