﻿body {
	margin: 0px;
	color: #000000;
	font-size: small;
	/*font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
	background-color: #4D2177;
/*	background-color: #8B0066;*/
	top: 0px;
	bottom: 0px;
}

.italicIndent {
	margin-left: 20px;
	margin-right: 20px;
}

.highlightGreen {
   	color: #84A40B;
   	font-weight: bold;
}

p {
   margin-top: 0px;
   margin-bottom: 18px;
}

h1 {
	font-size:xx-large
}

h2 {
	margin: 0px;
	padding: 20px;
	text-align: center;
	font-size: large;
}
div {
	margin: 15px;
	background-color: white;
	background-repeat: repeat;
	position: relative;
}

img {
  border: 0px;
}

img.right {
   float: right;
   margin-left:20px
}

img.left {
   float: left;
   margin-right:20px
}

#container {
	width: 700px;
	margin: 0 auto;
	height: 100%;
	background-color: white;
	background-repeat: repeat;
}
/*	background: #fff url(images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
*/

#intcontainer {
	/*padding: 10px;*/
	width: 100%;
	height: 1000px;
	margin: 0 auto;
	background-color: white;
	background-repeat: repeat;
}


.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #808080;
	float: right;
}

.underline {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
}

.hidden {
   visibility: hidden
}

div.floater {
	z-index: 1;
	width: 600px;
	height: 38px;
	position: absolute;
	top: 146px;
	left: 4px;
}

.alignCenter {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#navigation {
   position: absolute; 
   top: 168px; 
   left: 15px; 
   height: 79%;
   width: 75px; 
   margin: 0; 
   padding: 15px;
   background-color:#84A40B;
   color: white;
   text-align: left;
}

#content {
   position: absolute; 
   top: 168px; 
   left: 140px; 
   height: 82%;
   width: 542px; 
   margin: 0; 
   padding: 0px;
   background: transparent;
   background-color: white;
   color: black;
   text-align: justify;
}

.scoutsLogo {
	position: absolute;
	top: 120px;
	left: 550px;
}

.whoSaysImage {
	position: absolute;
	top: 170px;
	left: 10px;
}

#navigation a:link {
   color: white;
}

#navigation a:visited {
	color: white;
}
