body {
	color: black;
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt;
	text-align: center;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: white;
}

td.forminput {
	border-bottom: solid 1px black;
	font-family: Monospace;	
}

td.box-a {
	border-top: solid black 1px;
	border-bottom: solid black 0px;
	border-left: solid black 1px;
	border-right: solid black 0px;
}

td.box-b {
	border-top: solid black 1px;
	border-bottom: solid black 0px;
	border-left: solid black 1px;
	border-right: solid black 1px;
}

td.regdettitle {
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	border-bottom: solid 1px gray
}

td.regdet {
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	text-align: left;
	vertical-align: top;	
}

td.report_rowYes {
	border-top: solid 1px gray;
}

td.calform {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid silver;
}

div.EventName {
	color: #a02121;
	font-size: 140%;
	font-weight: bold;
}

div.EventDate {
	padding-left: 10px;
	font-weight: bold;
}

div.EventTime {
	padding-left: 10px;
	font-weight: bold;
}

div.EventLocation {
	padding-left: 10px;
}

div.EventComment {
	padding-left: 10px;
}

div.current_date {
	color: #a02121;
	color: Black;
	font-size: 110%;
	font-weight: bold;
}

div.current_pack {
	color: Steelblue;
	font-weight: bold;
	font-size: 110%;
}

div.current_location {
	padding-bottom: 10px;
}

td.pers_title {
	text-decoration: none;
	color: SteelBlue;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

td.pers_div {
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

td.pers_data {
	text-align: center;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	vertical-align: top;
}

td.event_data  {
	text-align: left;
	padding-left: 3px;
	vertical-align: top;
}

div.banner {
	border-top: 0px solid silver;
	position: absolute;
	top: 0px;
}

div.ads {
	border: 1px solid #ddd;
	z-index: -100;
}

div.main {
	width: 750px;
	border: solid 0px #0044aa;
	text-align: left;
	margin-left: auto ;
	margin-right: auto ;
}

#navbar {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#content {
	margin-left:  180px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

div.round {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a:link.SubMenu,  a:visited.SubMenu, a:active.SubMenu {
	color: #0044aa;
	text-decoration: none;
	background: clear;
	padding: 3px;
	
}

a:hover.SubMenu {
	color: #4d176d;
	color: red;
	text-decoration: none;
	padding: 3px;
	text-decoration: underline;
}

ul.SubMenu {
	text-align: center;
	padding: 0;
	list-style-type: none;
	border: 0px solid black;
	width: 70%;
	padding-top: 104px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	left: 10%;
	background: #E6EFFF;
	//background: #f5f5f5;
	background-image:url('./images/int_scout_sm.png');
	background-repeat:no-repeat;
	background-position:center 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

li.SubMenu {
	padding-top: 12px;
}

ul.sq {
	list-style-image: url("./images/square.jpg");
}

ul.menu {
	text-align: left;
	padding: 0;
	-white-space: nowrap;
	list-style-type: none;
	position: relative;
	left: 10px;
}

li.menu {
	display:inline;
	
}

h1 {
}

h2 {
	color: #a02121;
	
}

h3 {
	color: black;
}

a:link.menulink, a:visited.menulink, a:active.menulink {
	color: #0044aa;
	text-decoration: none;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #ccc;
}

a:hover.menulink {
	color: white;
	color: #a02121;
	text-decoration: none;
	background: GhostWhite;
	background: #F5EADB;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.Events {
	color: black;
	width: 600px;
	padding: 0px;
	border-spacing: 0px;
	table-layout: fixed;
	margin-left:auto;
	margin-right:auto;
}

td.EventCol1 {
	color:black;
	width: 100px;
	text-align: center;
	padding-right: 7px;
	border-bottom: 1px solid black;
}
td.EventCol2 {
	color:black;
	text-align: left;
	vertical-align: middle;
	height: 24px;
	border-bottom: 1px solid black;
}
td.EventCol3 {
	color:black;
	width: 100px;
	text-align: right;
}

#Odd {
	background: GhostWhite;
	background: #E6EFFF;
}

#Even {
	background: clear;
}

#heading3 {
	color: black;
	font-size: 120%;
	font-weight: normal;
	text-align: center;
}

#line1 {
	font-weight: bold;
}

#line2 {
	padding-left: 20px;
}

#line3 {
	padding-bottom: 15px;
	padding-left: 20px;
}

#specialDiv {
	color: #c0c0c0;
}