html {overflow-y: scroll;}

body {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	background: #888888;
}

.Heading {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-align: centre;
}
.Awards {
	font-size: 24px;
	font-weight: bold;
	color: BLACK;
	text-align: centre;
}
A.Bodylink {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
A.Bodylink:hover {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

.Footer-NoLink {
	color: #FFFFFF;
	text-decoration: none;
}

A.Footer {
	color: #FFFFFF;
	text-decoration: none;
}
A.Footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.Logo {
	border: 1px solid white;
	padding: 2px;
}

.Logo:hover {
	border: 1px solid black;	
	padding: 2px;
}

th {
  background-color:#0080C0;
  color:white;
  font-weight:bold;
  font-size:18px;
  border: 1px solid #0080C0;
}
input.text, textarea {
  font-size: 11px;
  width: 99%;
}
.text:focus, textarea:focus {
  background-color: #FFFACC;
  border: 1px solid #000000;
}
#mydiv {
  width: 500px;
  text-align: left;
}
td.colone {
  text-align: right;
  vertical-align: top;
  padding-top:6px;
  width:20%;
}
td.coltwo {
  color:red;
  text-align: center;
  vertical-align: top;
  padding-top:9px;
}
td.colthree {
  width:80%
}
table.border {
  border-collapse: collapse;
}

.style1 {color: #FFFFFF}

@font-face {
    font-family: ScoutsSection;
    font-style:  normal;
    font-weight: normal;
    src: url(supportingfiles/scoutsfont.eot);
}

.scouts {
	font-family: ScoutsSection, Verdana, 'Small Fonts', sans-serif;
	font-size: 14px;
	color: #003399;
	text-align: center;
}
