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

 a:link
{ text-decoration: none; color: #FF8C00;
  font-size: 1em;
  font-family: verdana, arial, sans-serif;
  }
a:visited
{ text-decoration: none; color: #FF8C00; 
  font-size: 1em;
  font-family: verdana, arial, sans-serif;
  }
a:active
{ text-decoration: underline; color: #BDB76B;
  cursor: pointer; font-size: 1em;
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
  font-family: verdana, arial, sans-serif;
  }
a:hover 
{ text-decoration: underline; color: red;
}

h1 
{
	font-family: papyrus, georgia, serif;
	font-size: 2em;
	font-weight: lighter;
	color: #2F4F4F;
	text-align: center;
} 

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #2F4F4F;
	text-align: center;
}

h3
{ font-family: papyrus, georgia, serif;
  font-size: 1.75em;
  color:#2F4F4F;
  font-weight: bold;
  text-align: center; 
  text-decoration: underline;
  line-height: 1.75em;
}

h4
{ font-family: georgia, times, serif;
  font-size: 1.5em;
  color: #2F4F4F;
  text-align: left;
  text-decoration: underline;
  margin-left: 5px;
  line-height: 1.5em;
}

h5
{ font-family: verdana, arial, sans-serif;
  font-size: 1.2em;
  color: #2F4F4F;
  text-align: left;
  text-decoration: underline;
  margin-left: 25px;
  line-height: 1.5em;
}

p 
{
	font-family: verdana, arial, sans-serif;
	color: #2F4F4F;
	font-size: 0.9em;
	text-align: left;
	margin-right: 20px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: lighter;
} 

.par2
{ font-family: verdana, arial, sans-serif;
  color:#2F4F4F; 
  font-size: .9em;
  text-align: left;
  margin-right: 10px;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
}

.par3
{ font-family: verdana, arial, sans-serif;
  color: #2F4F4F; 
  font-size: .75em;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.par4
{ font-family:Verdana, Arial, sans-serif;
  color:#2F4F4F; 
  font-size: .9em;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
}

.par5
{ font-family: georgia, times, serif;
  color: #2F4F4F;
  font-size: .75em;
  text-align: center;
  line-height: .9em;
}

.par6
{ font-family: verdana, arial, sans-serif;
  color: #2F4F4F; 
  font-size: .9em;
  text-align: left;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5em;
} 

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

textarea
{ font-family: georgia, times, serif;
  font-size: smaller;
  color: #2F4F4F;
  border-style: solid;
  border-color: #FF8C00;
  margin-left: 40px;
  padding: 10px;
}

img
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 50px;
	float: left;
}

ul.none 
{ list-style-type: none;
  font-family: verdana, arial, sans-serif;
  color: #2F4F4F; 
  font-size: .9em;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  line-height: 1em;
}

ul.ul2 
{ list-style-type: disc;
  font-family: verdana, arial, sans-serif;
  color: #2F4F4F; 
  font-size: .9em;
  text-align: left;
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 130px;
  margin-bottom: 0px;
  line-height: 1.2em;
}

ul.circle 
{ list-style-type: circle;
  font-family: verdana, arial, sans-serif;
  color: #2F4F4F; 
  font-size: .9em;
  text-align: left;
  margin-top: 0px;
  margin-right: 115px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 1.2em;
}

ul.cir2 
{ list-style-type: disc;
  font-family: verdana, arial, sans-serif;
  color: #2F4F4F; 
  font-size: 0.9em;
  text-align: left;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 80px;
  line-height: 1.2em;
}

dl.cir1 
{ list-style-type: disc;
  font-family: verdana, arial, sans-serif;
  color: #2F4F4F; 
  font-size: 0.9em;
  text-align: left;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left:120px;
  line-height: 1.2em;
}
dl
{
	list-style-type: disc;
	font-family: verdana, arial, sans-serif;
	color: #2F4F4F;
	font-size: 0.9em;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left:0px;
	line-height: 1.2em;
}
dl.img
{float:left;
 margin-right: 30px;
}
th
{ text-align: left;
  vertical-align: top; 
}
td
{
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
}
td.right
{ text-align: right;
  vertical-align: top;
}

table.geo
{
	text-align: left;
	overflow: auto;
	font-family: verdana, arial, sans-serif;
	color: #2F4F4F;
	font-size: 0.9em;
	margin-right: 10px;
	margin-left:200px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.2em;
}
table.lrg
{
	text-align: left;
	overflow: auto;
	font-family: verdana, arial, sans-serif;
	color: #2F4F4F;
	font-size: 0.9em;
	margin-right: 10px;
	margin-left:90px;
	margin-top: 50px;
	margin-bottom: 5px;
	line-height: 1.2em;
}
table.ctr
{
	text-align: left;
	overflow: auto;
	font-family: verdana, arial, sans-serif;
	color: #2F4F4F;
	font-size: 0.9em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.2em;
}
table.mem
{ text-align: left;
  overflow: auto;
  font-family: verdana, arial, sans-serif;
  color: #2F4F4F; 
  font-size: .9em;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 1.2em;
}

table.brd
{
	text-align: left;
	overflow: auto;
	font-family: verdana, arial, sans-serif;
	color: #2F4F4F;
	font-size: 0.9em;
	width: 90%;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: none;
	padding: 2px;
}
table.front
{
	overflow: auto;
	font-family: verdana, arial, sans-serif;
	color: #2F4F4F;
	font-size: 0.9em;
	margin-right: 0px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
}
hr
{ color: #2F4F4F;
  width: 50%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFF0;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFF0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFF0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
