 /* Web Design by Mari Michaelis www.spitenet.com */
@charset "utf-8";

html {
    /*This fixes page shift effect caused by appearing and disappearing browser vertical scrollbar */
	overflow-y: scroll;
}
html, body {
  margin: 0px;
  padding: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #000;	/*background-image: url(images/Bk-tile-brwgrad.png);
	background-repeat: repeat;*/
}
/* reset css */
ol, ul, li, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2D5755;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	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. */
	background-color: #9F8672;
	background-image: url(images/Bk-tile-dkwd.jpg);
	background-repeat: repeat-x;
}
.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: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #BCBCBC;
}
.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: #2D5755;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #9F8672;
	background-image: url(images/Bk-tile-dkwd.jpg);
	background-repeat: repeat-x;
}
.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 */
	color: #BCBCBC;
}

p.logo {
	font-weight: bold;
}
	
p.logoBot {
	font-weight: bold;
	margin: 0em;
	padding: 0em;
	margin-top: 1em;
}
p.display {
	text-align:center;
	margin-top:22px;
}	

ul.pic {
	list-style-image: url('/images/arrow.gif');
	padding-left:30px;
}
	
  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;

    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em }
    
  ul.navbar li {
    font-family: Georgia, "Times New Roman", Times, serif;  
		font-weight: bold;
    background: #CCCCCC;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid black }
 
h2.initial:first-letter { font-size: 150%}  
p.initial:first-letter { font-size: 200%}  
 
 ul.navbar a {
	color: navy;
    text-decoration: none }
 ul.navbar a:visited {   
    color: navy }
 ul.navbar a:hover { 
    background: cyan }
    
  a:link {
	color: #CCC;
}
  a:visited {
	color: #CCC;
}

  
address {
    margin-top: 1em;
    padding-top: 0.5em;
    padding-left: 0.5em;
    border-top: thin dotted;
  	background: white }

  div.box { 
    padding-left: 0.4em;
	background: tan;
  	border: dashed;
  	border-left: solid;
  	border-right: none;
  	border-width: medium;
  	border-color: red;
  	border-width: thin;
  	width: 95% }  	
  	
#left
{
	float:left;
	width:200px;
	margin-left:10px;
	margin-top:10px;
	padding:10px;
}
#right {
	width: 758px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}
div.content
{
	padding:20px 40px 0px 40px;
	background-color:#FFF;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #999;
}
div.bottom {
	margin-left:20px;
	margin-top:36;
	padding:0em;
	background: none;
}

table.bottom {
font-size: 1em;
text-align:left;
}
  	
img {
	border:0px;
}
img.logo {
	margin-top:-8px;
	margin-left:-10px;
}
img.frame {
	border:1px solid #333;
}
img.right {
	float:right;
	padding:3px 0px 3px 0px;
	margin-right:-10px;
}
img.left {
	float:left;
	padding:14px 2px 0px 0px;
}
img.popOut {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
img.spaceH {
	display: inline-block;
	margin-left:20px;
	margin-right:20px;
}
img.spaceV {
	margin-top:20px;
}
img.FontLogo {
	margin-bottom: -6px;
	display: inline-block;
}
