@charset "utf-8";
body {
	background-image: url(../stripes.jpg);
	background-repeat: repeat;
}


/* CSS Document */

#container {
	background-color: #E1E1E1;
	width: 750px;
	border: 1px solid #999999;
}
#header {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	height: 80px;
	width: 736px;
	position: relative;
	top: 5px;
}
#mainMenu {
	height: 20px;
	width: 740px;
	position: relative;
	top: 5px;
}
#subMenu {
	height: 20px;
	width: 740px;
	position: relative;
	top: 5px;
}
.menuBorders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#topicCover {
	background-color: #FFFFFF;
	height: 150px;
	width: 736px;
	position: relative;
	top: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

#content {
	background-color: #FFFFFF;
	width: 736px;
	border: 1px solid #999999;
	position: relative;
	top: 5px;
}
.articleBorders {
	padding-right: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.articleTitle {
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 24px;
}
.articleSubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 100;
}

.articleDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom: 25px;
}
.articleByLine {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.writersAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom: 30px;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 20px;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 1px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: -5px;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	margin-bottom: -5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	display: inline;
	font-style: italic;
}
.h5Body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	display: inline;
}
.h5Separator {
	font-family: "Times New Roman", Times, serif;
	margin-top: -4px;
	margin-bottom: -4px;
}




.figureNumber {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline;
}
.figureBody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: -10px;
}
.footnoteRef {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	text-decoration: none;
}

.footnotesHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 4px;
}
.linkTofootnoteRef {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
}

.footnoteCite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
}



#footerMenu {
	height: 20px;
	width: 740px;
	position: relative;
	top: 5px;
}

#footer {
	background-color: #E1E1E1;
	height: 55px;
	width: 740px;
	position: relative;
}

