@charset "utf-8";
#home #marquee2  {
	height: 45px;
	background-color: #000;
	width: 498px;
	position: absolute;
	top: 25px;
	left: 45px;
}
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #DF9C48;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 30px;
	background-color: #828367;
}
.body #container #content_home #home #marquee2 table tr td #Marquee1 {
	vertical-align: middle;
}

#container {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/container_bg.png);
	width: 900px;
} 
#header {
	background-color: #06F;
	background-image: url(images/header_bkg.png);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 225%;
	color: #FC3;
	line-height: 1.4em;
	font-style: italic;
	text-decoration: none;
	text-align: center;
}
#nav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #9CF;
	margin: 0px;
	padding: 0px;
}
#container #nav p {
	text-align: center;
}
#container #nav #webmaster  {
	font-size: 75%;
	color: #FF0;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #sidebar2{
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #C1D7D7;
	position: relative;
}
#mainContent #sidebar2  h3{
	color: #900;
	margin-bottom: 0px;
	text-align: center;
}
#mainContent #sidebar2  p{
	color: #000;
	font-size: 75%;
	margin-top: 0px;
	text-align: center;
}
#mainContent {
	background-color: #FFC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	position: relative;
	padding: 0px;
} 
.body #container #nav #webmaster {
	font-size: 75%;
	color: #FF0;
	padding-bottom: 15px;
}

#mainContent ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
.centered {
	text-align: center;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
}

#meeting {
	margin-top: 0px;
}
#mainContent p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
	color: #063;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#photoContent {
	background-color: #FFC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 150px;
	padding: 0;
	background-image: url(images/photos/groups/1936Units.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
.red-emphasis {
	font-weight: bold;
	color: #900;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 75%;
	color: #FF0;
	background-image: url(menu/images/link_bkg.png);
	display: block;
	height: 27px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
}
#photoContent p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
	color: #063;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#nav ul li a:hover {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FF0;
	background-image: url(menu/images/hover_bkg.png);
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 5px;
	padding-left: 12px;
	margin-right: 5px;
	margin-left: 5px;
}
#footer {
	background-color: #900;
	position: relative;
	color: #FF0;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FF0;
	font-size: 65%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #900;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -15px;
	text-align: center;
	font-weight: bold;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #900;
	padding-left: 10px;
}
.body #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #900;
	margin-top: 10px;
	padding-left: 20px;
}

#mainContent ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #063;
	line-height: 1.3em;
	text-align: left;
	padding-left: 75px;
	padding-right: 10px;
}
#mainContent ol li {
	padding-top: 8px;
}
#mainContent ol li ol {
	font-size: 100%;
	line-height: 1.3em;
}
.lbluecentered   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #90C;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainContent ul {
	list-style-position: inside;
	list-style-type: disc;
}
#container #mainContent #ranges p {
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-style: italic;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
}
a:link {
	color: #00F;
}
a:visited {
	color: #00F;
}
a:hover {
	color: #F00;
}
a:active {
	color: #00F;
}
#mainContent table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	color: #063;
	font-size: 75%;
	padding: 0px;
}
.body #container #mainContent ol ol {

}
.centered {
	text-align: center;
	padding-left: -40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #063;
}
.centered-background {
	background-color: #CCC;
	text-align: center;
	font-size: 100%;
	color: #90F;
	margin: 0px;
	padding: 0px;
}
.body #container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	color: #900;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	margin-top: 0px;
}
#footer p a {
	color: #0FF;
}

#container #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	background-color: #C1D7D7;
}
#container #content_home {
	background-image: url(images/index_bkg.png);
}


#container #sidebar2 h3 {
	color: #900;
	margin-bottom: 0px;
}
#container #sidebar2 p {
	color: #000;
	font-size: 75%;
	margin-top: 0px;
}


#container #home {
	background-color: #FFC;
	margin-top: 0px;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 150px;
	padding: 0;
	position: relative;
} 


#container #home p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
	color: #063;
	padding-left: 40px;
	padding-right: 8px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #home h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #900;
	padding-left: 20px;
	padding-right: 8px;
	margin: 0px;
	padding-top: 20px;
}
#container #home #ranges p {
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-style: italic;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
}



.box {
	border: medium double #000;
	text-align: center;
	margin-right: 6px;
	margin-left: 6px;
}
