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


#container{
	width: 900px;
	border-style: solid;
	background-color:#fbf7ec;
	border-color:#000;
	border-width:1px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
}
#header{background-color:#1C2966; border-bottom:thin; border-bottom-style:solid; border-top:thin; border-top-style:solid;}
.header_text {
text-align: center;
font-size: large;
font-family: Garamond;
color: #DADADA;
margin-bottom: 0.5em;
margin-top: 0.67em;
}
#menu{
	background-color:#1C2966;
	display: table;
}
#article{padding-left:50px; padding-right:50px;}
#footer{background-color:#1C2966;}

.credits{color: black;
text-align: center;
font-size: 8pt;
font-family: Arial, Helvetica, sans-serif;}
body{
	background-color:#E6E7F8;
	font-family: Garamond, "Times New Roman", Serif;
	font-size:14pt;
	}

	
.banner_text {
	text-align: center;
	font-size: 18px;
	font-family: Garamond;
	color: #DADADA;
	border: 0 solid #FFFFFF;
	background-color: #1C2966;
}

a {
	color: #1C2966;
}
a:visited {
	color: #1C2966;
}
a:active {
	color: #1C2966;
}
a:hover {
	color: #800000;
}

#nav li a {
	color: #DADADA;
}
#nav li a:hover {
	color: #000000;
}


.footer{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #DADADA;
	line-height: 36px;
	}
.seo_text{
	color:#1C2966;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	}
	
	


p{
	margin:1em 0;
	text-align: left;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{margin-bottom:0.5em; color:#1C2966; }

h1{ font-size:22pt;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}
li {
	text-align: left;
}


em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

.centered{text-align:center}
