@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #f6e9c4;
	background-image: url(parchment.jpg);
	background-repeat: repeat;
}
a {color:#990000; font-weight:bold; font-size:16px}
p { text-indent:20px; text-align:left;}

.p1 { text-indent:20px; text-align:center;}
.topnav A:link, .topnav A:visited   {
	color: black;
	font-size: 16px;
	font-family: "Arial Narrow", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none
}
.a1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#990000;
	font-style:italic;
	text-decoration:underline;
}

.topnav A:hover                     { color: black; text-decoration: underline }
.botnav                             { color: black }
.botnav A:link, .botnav A:visited   { color: black; font-size: 12px; font-family: Arial, helvetica, sans-serif; font-weight:bold; text-decoration: none; line-height:20px; }
.botnav A:hover                     { color: black; text-decoration: underline }

.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
 font-size:12px; font-weight:bold;
}
h1{
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-top:5px;
}

h2{
	margin-bottom: 5px;
	margin-top: 12px;
}
h3{
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 12px;
	margin-right:12px;
	color:#ab2e26;
	font-style:italic;
}
h4{
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	margin-top: 5px;
}
h5{
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:5px;
}
h6{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#990000;
	font-style:italic;
}
.oneColFixCtr #mainConten texti {
	font-size: 17px;
	font-style: italic;
	color: #990000;
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(bg_content.gif);
	background-repeat: repeat;
	margin:0px;
}
.texti {
	font-size: 17px;
	font-weight: bold;	
	font-style: italic;
	color: #990000;
}
.hr1 {
	color: #990000;
	width: 98%;
	line-height: 3px;
	height: 3px;
	background-color: #990000;
}
.img1 { border:#990000 solid 2px; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footer h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.dots {background-image:url(dot.gif); background-repeat:repeat-x; background-position:100% 95%; margin-bottom:2px;margin-right:10px;}
.left {font-family: "Times New Roman", Times, serif; font-weight: bold; background-color:#f6e9c4; float:left;}
.right {font-family: "Times New Roman", Times, serif; font-weight: bold; background-color:#f6e9c4; float:right;}
