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

body {
	background-image: url(../images/background.gif);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* Links */
	a {
		text-decoration: none;
		color: #360051;
	}
	a:hover {
		text-decoration: underline;
	}
/* Headers */
h1 {
	padding: 0;
	margin: 0;
	color: #690033;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
h1.secondary {
	margin-bottom: 15px;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #222;
}
h3.storytitle {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 18px;
	color: #360051;
	text-align: center;
}
	h3.storytitle a {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #360051;
}
h4 {
	font-size: 12px;
	color: #360051;
	margin: 0;
	padding: 0 0 10px 0;
}
.important {
	font-weight: bold;
	color: #066bab;
	font-size: 120%;
}

#smMain {
	margin: 0 auto;
	width: 843px;
	z-index: 200;
}
#socialMedia {
	width: 838px;
	text-align: right;
	position: absolute;
	top: 38px;
}
	#socialMedia img {
		border: 0;
	}
#main {
	width: 843px;
	margin: 50px auto 0 auto;
	background-image: url(../images/side.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f6e7b8;
	border: 5px solid #e9c863;
	font-size: 12px;
}
/* Logo */
#logo {
		position: absolute;
		text-align: right;
		width: 526px;
		top: 2px;
		z-index: 100;
}
/* Navigation */
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 25px;
	position: relative;
	width: 843px;
}
	#nav a {
		color: #000;
	}
	#nav img {
		border: none;
	}
#content {
	background-color: #360051;
	padding: 10px;
	margin: 0 28px;
}
	#learnMore {
		clear: both;
	}
/* Regions */
	div.fullTop {
		margin-bottom: 10px;
	}
	div.fullTopSecondary {
		margin-bottom: 10px;
		background-color: #edd27d;
		padding: 10px;
	}
	div.fullMidLTop {
		margin: 0 5px 10px 0;
		background-color: #FFF;
		float: left;
	}
	div.fullMidRTop {
		margin: 0 0 10px 5px;
		background-color: #FFF;
		float: right;
	}
	div.fullMidFullTop {
		margin: 0 0 10px 0;
	}
		#menu ul {
			padding: 0;
			margin: 0;
		}
		#menu li {
			list-style-type: none;
			padding-left: 10px;
		}
	div.fullBottom {
		margin-top: 10px;
	}
/* Blog */
.storycontent {
	font-size:11px;
}
/* Footer */
#footer {
	background-color: #e9c967;
	height: 10px;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 6px;
	clear: both;
}
	#footer a {
		color: #210300;
		text-decoration: none;
	}
	#footer a:hover {
		color: #690033;
	}
#footerlinks {
	float: left;
	width: 55%;
}
#copyright {
	float: right;
	text-align: right;
	width: 40%;
}
