/* CSS Document */
body		{
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #21365F;
}
#container	{
	background-image: url(../images/left_tile.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#header		{
	background-image: url(../images/header_tile.jpg);
	background-repeat: repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	height: 138px;
	width: 100%;
	z-index: 0;
}
#header_1a	{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 800px;
	height: 100%;
	z-index: 1;
}
#header_nav		{
	position: relative;
	top: 106px;
	left: 267px;
}
#maincontent		{
	width: 100%;
}
#leftmenu	{
	background-color: #21365F;
	color: #F1ECC7;
	width: 115px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightcontainer	{
	position: relative;
	top: 0px;
	margin-left: 115px;
}
#leftcontent	{
	width: 80%;
	float: left;
}
#rightcontent	{
	width: 20%;
	float: right;
}
#contentmiddle	{
	width: 95%;
	float: right;
	margin-right: 1em;
}
#rightmenu	{
	width: 20%;
	float: right;
}
#footer		{
	width: 100%;
	height: 25px;
	padding: 5px 3em 5px 3em;
	text-align: center;
	font-size: 10px;
	font-style: italic;	
	background-color: #c18300;
	color: #21365F;
}

.pics {
	font-size: 12px;
	text-align: center;
	width: 460px;
	border: 1px solid #21365F;
	padding: 5px;
	margin: 5px;
}
.style_l		{
	text-align: left;
}
.style_li		{
	text-align: left;
	font-style: italic;
}
.style_lb		{
	text-align: left;
	font-weight: bold;
}
.style_lib	{
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
.style_c	{
	text-align: center;
}
.style_ci	{
	text-align: center;
	font-style: italic;
}
.style_cb	{
	text-align: center;
	font-weight: bold;
}
.style_cib	{
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.style_smcaps	{
	text-align: left;
	font-variant:small-caps;
	font-weight: bold;
}
.leftmenulinks	{
	text-align: left;
	padding-top: .5em;
	padding-left: .5em;
}
p.norm	{
	font-size: 14px;
	text-align: justify;
	text-indent: 3em;
}
p.subtitle	{
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
p.intro	{
	font-size: 12px;
	width: 90%;
}
p.left	{
	padding: 0.5em 15px 0.5em 15px;
}
p.doct	{
	font-size: 14px;
	text-align: justify;
}
span.firstletter	{
	font-size: 24px;
	font-weight: bold;
}
span.title			{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
h1	{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}
h2	{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
h3	{
	text-align: center;
	font-style: italic;
	padding-top: 5px;
	font-size: 18px;
}
h4	{
	text-align: left;
	font-style:italic;
}
h5	{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
sup	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: super;
	color:#FF0000;
}
ol.covenant	{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
span.references	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
span.inlinequote	{
	font-style: italic;
}
li	{
	text-align: left;
}
a:link, a:visited	{
	color: #c18300;
	text-decoration: none;
}
a:active, a:hover	{
	color: #97DDFF;
	text-decoration: none;
}
