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

body {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#printOrClose {
	font-size: 0.95em;
	float: right;
	width: 200px;
	padding-top: 10px;
}
#printOrClose a:hover {
	text-decoration: none;
}

body a {
text-decoration: none;
}

body a:hover {
text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	
}

#header {
	background-color: #FFFFFF;
	font-size: .8em;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#footer {
	background-color: #FFFFFF;
	font-size: 0.85em;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-bottom: 20px;
}

.articleBy {
	font-size: 0.85em;
}

.articleDate {
	font-size: .8em;
}

.articleBio {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	visibility: hidden;
	font-size: 0.85em;
	font-style: italic;
	margin-top: 10px;
}

#mainArticle {
	color: #000000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 1.1em;
}
.italicTextsmall {
	font-size: .8em;
	font-style: italic;
}

#sideBar {
	font-size: .85em;
	border: 1px solid #999999;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}
.subHeadline {
	font-size: 0.7em;
}
.boldText {
	font-weight: bold;
}

