@charset "utf-8";
/* Battle of Leatherwood CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background-color: #b8b8ae;
	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;
}
.xSmFont {font-size: x-small}
.smFont {font-size: small}
.medFont {font-size: medium}
.largeFont {font-size: large}
.xLargeFont {font-size: x-large}
.center {text-align:center;}
.pic img { border-color:#FFFFFF;
	border-style:solid;
	border-width:thin;
}
.bg img {padding:5px; }
.bg { /* used on building page*/
	border-style:solid;
	border-width:thin;
	border-color:#b2b2b2;
	background-color: #b9ceb9;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.tp {/*used on tips page*/
	/*text-align:center; */text-align:justify;
	padding:15px;
	border-width:medium;
	border-color:#003969;
	border-style:solid;
}
#nav2 {
	color:#FFFFFF; /*Used on 2008 pictures*/
	padding:10px;
	margin:0px;
	border-color:#FFFFFF;
	border-style:double;
	border-width:thin;
	background-color:#003969;
}
a.two:link { color:#FFFFFF;
	/*color: #E5E7E5; very light grey */
	text-decoration: none;
}
a.two:visited {
	text-decoration: none;
	color: #E6E6E6; /* light grey */
}
a.two:hover {
	text-decoration: none; 
    color:#003399;
	font-weight:bold;  
	background-color:#D4E3EC; 
}
a.two:active {
	text-decoration: none;
	color: #FFFFCC;
}
