﻿body {
	font-family: "Georgia", Times, Serif; /* we will use serif fonts for this one */
	line-height: 140%; /* try this line height for all.  following same as styles1 */
	background-color: #F1F1F4;
}
#top {
	position: relative;
}
#masthead {
	width: 110%;
	height: 61px;
	background-image: url('articletemplategraphics/header_bg.jpg');
	position: relative;
	background-repeat: repeat-x;
	top: -14px;
	left: -12px;
}
#container {
	min-width: 820px;
}
#sidebar {
	position: relative;
	border: 4px solid #F1F1F4;
	width: 106px;
	padding: 14px 3px 3px 3px;
	text-align: center;
	color: #808000;
	font-size: .8em;
	background-color: #DDE2F0;
	top: 8px;
}
#sidebar a {
	color: #003FCF;
}
#sidebar a:hover {
	color: #408;
	background-color: #CCFFCC;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #999966;
}
#sidebar img {
	border: 1px solid #dbd;
}
#source {
	background-color: #D1F0E1;
	color: #993366;
	border: 1px solid #F2F2F3;
	width: 104px;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#source a {
	color: #003FCF;
	text-decoration: none;
}
#source a:hover {
	color: #5C2929;
	text-decoration: none;
	background-color: #CCFFCC;
}
#navigation {
	width: 106px;
	font-size: .8em;
	background-color: #F1F1F4;
	position: relative;
	padding-top: 8px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	width: 100px;
}
#navigation a {
	margin: 0 7px;
	padding: 5px;
	display: block;
	border: 1px solid #DCDBE0;
	text-decoration: none;
	color: #800000;
	font-size: small;
}
#navigation a:hover {
	background-color: #CCFFCC;
	border: 1px solid #DCDBE0;
}
#content {
	border-style: outset;
	border-width: 1px;
	border-color: #CCFFFF #C0D8DA #C0D8DA #CCFFFF;
	padding: 40px 60px 40px 60px;
	width: 600px;
	margin-left: 200px;
	top: 80px;
	position: absolute;
	left: -50px;
	background-color: #FFFFFF;
	clear: both;
	height: auto;
	line-height: 145%;
}
#content img {
	max-width: 600px;
	height: auto;
}
#bottom {
	clear: both;
	background-image: url('articletemplategraphics/footer_files/footer_bg.jpg');
	height: 46px;
	background-repeat: repeat-x;
}
/* Content and Sidebar Styles */
h6 {
	color: #060;
	padding-bottom:2pt;
}
h5 {
	color: #060;
	padding-bottom:3pt;
}
h4 {
	color: #060;
	padding-bottom:4pt;
}
h3 {
	color: #060;
	padding-bottom:6pt;
}
h2 {
	color: #060;
	padding-bottom:8pt;

}
h1 {
	color: #060;
	padding-bottom:10pt;
}
.hanging-indent {
	text-indent: -25px;
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}
.indented {
	text-indent: 25px;
	margin-top: 0;
	margin-bottom: 0;
}
.no-indent {
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.indented-hanging-indent {
	text-indent: -25px;
	padding-left: 50px;
	margin-top: 0;
	margin-bottom: 0;
}
.centered-line {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.large-cap {
	font-size: 24.0pt
}

