body {
	background-color: #a9acb6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
a {
	color: #F30;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}

/* HEADER STYLES */
#header {
	position: relative;
}
#header #bluebar {
	position: relative;
	height: 31px;
	background-color: #25408f;
}
#header #bluebar #textgraphic {
	position: relative;
	width: 980px;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	height: 31px;
	text-align: right;
	padding: 7px 0px 0px 0px;
}
#header #menu {
	position: relative;
	width: 980px;
	height: 42px;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 0px 0px 0px;
}
#header #menu #about {
	position: absolute;
	right: 384px;
	top: 8px;
}
#header #menu #stories {
	position: absolute;
	right: 283px;
	top: 8px;
}
#header #menu #contributors {
	position: absolute;
	right: 130px;
	top: 8px;
}
#header #menu #contact {
	position: absolute;
	right: 20px;
	top: 8px;
}

/* HOME CONTENT STYLES */
#body {
	position: relative;
	width: 980px;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0px solid #C00;
}
#body #homewrap {
	position: relative;
	width: 980px;
	height: 595px;
	border: 0px solid #000;
}
#body #homewrap #left {
	position: absolute;
	left: 90px;
	top: 0px;
	width: 501px;
	height: 595px;
	border: 0px solid #000;
}
#body #homewrap #right {
	position: absolute;
	right: 90px;
	top: 0px;
	width: 299px;
	height: 595px;
	background-image: url(/images/home_right.png);
	border: 0px solid #000;
}
#body #homewrap #right .header {
	position: relative;
	padding: 18px 0px 5px 15px;
}
#body #homewrap #right .text {
	position: relative;
	padding: 0px 25px 0px 25px;
}

/* INTERIOR STYLES */
#body #header {
	position: relative;
}
#body #header #first {
	position: relative;
	display: inline;
	left: 110px;
	margin: 0px 15px 0px 0px;
	border: 0px solid #C00;
}
#body #header #second {
	position: relative;
	display: inline;
	left: 110px;
	margin: 0px 15px 0px 0px;
	border: 0px solid #000;
}
#body .story {
	position: relative;
	width: 800px;
	height: 152px;
	margin: 0px 0px 5px 85px;
	background-image: url(/images/story_bg.png);
	background-repeat: no-repeat;
}
#body .story .photo {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 110px;
	height: 110px;
	padding: 1px 1px 1px 1px;
	background-image: url(/images/story_photo_dropshadow.png);
	background-repeat: no-repeat;
}
#body .story .blurb {
	position: absolute;
	left: 140px;
	top: 25px;
	width: 635px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000;
}
#body .story .blurb .header {
	position: relative;
	margin: 0px 0px 10px 0px;
}
#body .story .blurb .header .name {
	position: relative;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #25408f;
}
#body .story .blurb .header .author {
	position: relative;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}
#body .story .blurb .header .author a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
#body .story .blurb .header .author a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#body .story .blurb .content {
	position: relative;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

#body .story .blurb .content a {
	position: relative;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #F30;
}
#body .story .pdf {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0px 0px 0px 0px;
}

#body .divider {
	position: relative;
	width: 800px;
	left: 85px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #888;
}

/* CONTACT STYLES */
#body #contactWrapper {
	position: relative;
	width: 800px;
	height: 560px;
	margin: 0px 0px 0px 85px;
	padding: 10px 0px 0px 0px;
	background-image: url(/images/contact_bg.png);
	background-repeat: no-repeat;
}


/* FOOTER STYLES */
#footer {
	position: relative;
}
#footer #wrapper {
	position: relative;
	width: 980px;
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 15px 0px 0px 0px;
}
#footer #wrapper #links {
	font-family: verdana, arial;
	font-size: 10px;
	padding: 0px 0px 10px 0px;
}
#footer #wrapper #links a {
	display: inline;
	padding: 0px 7px 0px 7px;
	color: 25408f;
	text-decoration: none;
}
#footer #wrapper #links a:hover {
	display: inline;
	padding: 0px 7px 0px 7px;
	color: 25408f;
	text-decoration: underline;
}
#footer #wrapper #links .sep {
	display: inline;
	padding: 0px 0px 0px 0px;
	color: #333;
}
#footer #wrapper .text {
	font-family: verdana, arial, _sans;
	font-size: 10px;
	color: #333;
	padding: 0px 0px 10px 0px;
}
.text_p {
	font-family: verdana, arial, _sans;
	font-size: 11px;
	color: #555;
	padding: 0px 0px 8px 0px;
}
