/* Specific DIVS to Divide the Page */

.Container-Div {
	position: relative;
	margin: 0 auto;
	background-image:url(../images/CSS-Images/Container.gif);
	background-repeat: repeat-y;
	width: 788px;
	border-right-color: #666666;
	border-right-style: inset;
	border-right-width: thin;
	border-left-color: #666666;
	border-left-style: inset;
	border-left-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #666666;
	border-bottom-width: thin;
}
.Header-Div {
    position: relative;
	margin: 0 auto;
	background-image:url(../images/CSS-Images/Header.jpg);
	background-repeat: no-repeat;
	width: 788px;
	height: 166px;
}
.Header-Logo {
	background-image:  url("../images/CSS-Images/Buffalo-Soldiers-Words.png");
	background-repeat: no-repeat;
	position: absolute;
	height: 90px;
	top: 52px;
	left: 8px;
	width: 390px;
}
.Header-Links {
	position: absolute;
	top: 143px;
	left: 245px;
	}
.Left-Div {
	float:left;
	top: 170px;
	width: 218px;
	}
.Center-Div {
	width: 566px;
	height: auto;
	background-color: #FFFFFF;
	float:left;
	top: 170px;
	}
	.Form-Div {
	background-color: #FFFFFF;
	}
.Right-Div {
	}
.Footer-Div {
	clear: both;
	position: relative;
	margin: 0 auto;
    text-align: center;
	background-image:url(../images/CSS-Images/Footer.jpg); 
	background-repeat: no-repeat;
	width: 788px;
	height: 51px;
}
.Copyright {
   font: Verdana;
   font-size: 14px;
   color: #FFFFFF;
   padding: 4px;
}
.Counter {
   font: Verdana;
   font-size: 14px;
   color: Black;
   padding-top: 13px;
}
/* Specific CSS to style fonts and images */
body {
    /* Skip the background image */
    /*  background-image:url(../images/CSS-Images/bg.gif); */
	/* background-repeat:repeat; */
	
    background-color:black;
}
.featured-photo {
    border: 1px solid gray;    
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	padding: 12px;
}
.Header {
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
h1 {
   font: Verdana, Arial, Helvetica, sans-serif;
   font-size: 17px;
}
a:link {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
a:active {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
em {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
strong {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

/*********** #navBar link styles ***********/

.buttonscontainer {
	width: 179px;
	top: 185px;
	margin-top: 10px;
	margin-left: 13px;
	/* 
	position: absolute;
	left: 584px;
	top: 185px;
	
	float: right;
	padding: 3px;
	*/
	/* 576 */
}

.buttons a {
	color: #FFFFFF;
	border: 1px solid;
	background-color: #213764;
	padding: 2px;
	padding-left: 3px;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #707787 #000000 #000000 #707787;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
}

.buttons a:hover {
	border: 1px solid;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #225895;	
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #000000 #707787 #707787 #000000;
	color: #FFFFFF;
}
.buttons a:visited {
	color: #FFFFFF;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.Icon {
    background-image:url(../images/CSS-Images/Icon.gif);
	background-repeat:no-repeat;
	height:200px;
	width:200px;
	margin-top:10px;
}
.Thumbnail {
	padding: 5px;
	float: left;
	margin-right: 10px;
	border: thin solid #666666;
}
.Officer {
	padding: 0px;
	
	/* float: left; */
	/* The above float causes odd arrangement in IE */
	
	clear: Left;
	margin-bottom: 10px;
}
.Members {
	font-size: 12px;
}
.Members {
	font-size: 12px;
}
.Members a {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
.floatright {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
.floatleft {
float: left;
margin: 0 10px 0px 0px;
border: 1px solid #666;
padding: 2px;
}
