body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #003366;
	}

#mainTable {
	width: 700px;
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
}

#mainTable td {
	padding: 12px; /*Pads each table cell in modern browsers*/
}

#maincontent {
	border-left: 2px dotted #333;
	/*/*font-size: 100%; /* */
}

#maincontent td {
	padding: 3px; /*Pads table cell in modern browsers*/
}
#sidebar {
	vertical-align: top;
	width: 200px;
	padding: 12px;
	/*/*font-size: 85%; /* */
}

#header {
	background-color: #CCFF66;
	color: #000000;
	padding: 0px;
}

#footer {
	background-color: #339966;
	color: #000000;
	font-size: 90%;
}

td, p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
	h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
	h1 {font-size: 160%; }
	h2 {font-size: 140%;
}
	
#sidebar a {
		/*/*/padding: 3px;
		display: block; 
		border: 2px dotted #ccc;
		text-decoration: none;
		line-height: 1em;
		width: 160px; /* */
}

#sidebar a:link, #sidebar a:visited {
	color: #003366;
}
#sidebar a:hover, #sidebar a:active {
	color: #000000;
	background-color: #339966;
	border: 2px solid #000;
}
	
#sidebar ul {
	margin-left: 1em;
	list-style-type: none;
	list-style-position: inside;
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}
	
#addresstable {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
}

#tipTable {
	width: 85%;
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
}

#tipTable th {
	background-color: #9999CC;
}
.Notes {
	font-style: italic;
	color: #9999CC;
}
