html, body {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;  /* Enables font size scaling in MSIE */
}
html > body {
	font-size: 9pt;
}
a {
	color: #0000A0;
}
#Content input, select, option, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 115%;
}
html > body #Content input, select, option, textarea {
	font-size: 9.5pt;
}
#Content input.btn {
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-top: thin solid lavender; 
	border-left: thin solid lavender;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	background-color: #182B70;
	color: white;
	line-height: .85;
	padding-top: 4px;
}
#Content hr {
	width: 100%;
	border: none;
	background-color: #CCC;
}
#Content th {
	text-align: left;
}
#Content th.h1 {
	color: #666;
	letter-spacing: 0.2em;
	font-size: 120%;
	text-align: left;
}
#Content th.h2 {
	color: #444;
	letter-spacing: 0.2em;
	text-align: left;
	font-weight: normal;
}
#Content p, ul li {
	line-height: 1.7em;
}
#Content p {
	margin-bottom: 0px;
}/*
#Content p + p {
	text-indent: 3em;
	margin-top: 0px;
}*/
#Content p.Instructions:first-letter {
	font-weight: bold;
	color: #660000;
}
#Content h1 {
	margin-top: 20px;
	color: #600000;
	letter-spacing: 0.1em;
	font-size: 133%;
	text-align: left;
	border-bottom: 2px solid #EEE;
}
#Content h2 {
	color: #444;
	letter-spacing: 0.2em;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}







table#Layout {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table#Layout td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
table#Layout td#Logo img {
	margin: 0px;
	padding: 0px;
}
table#Layout td.BrownBox {
	width: 160px;
	background-color: #996633;
}
table#Layout td#Logo {
	width: 300px;
	background-color: #D9CEAE;
}
table#Layout td#Logo img {
	margin-bottom: -2px;
}
table#Layout td#LogoClip {
}
table#Layout td#TopMenu {
	background-color: #D9CEAE;
	vertical-align: middle;
	font-size: 90%;
	padding-left: 10px;
}
table#Layout td#Content {
	padding: 20px;
}
table#Layout td#RightPane {
	width: 160px;
	background: url('images/rightgrad.jpg') repeat-y top left
}
table#Layout td#FinePrint {
	padding: 10px;
}
table#Layout td#BottomMenu {
	padding: 10px;
	background-color: #DCDCDC;
	border-top: 1px dashed gray;
	font-size: 90%;
}