html, body {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ccc; 	/* page background color #ccc */
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #222;			/* page font color #222 */
}

h1 {
	font-size: 13pt;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 9pt;
}
hr {
	color: #ccc;
	border-width: 0px;
	border-top: 1px dotted #ccc;  /* horizontal rule style color -dotted #ccc */
	height: 1px;
}
pre {
	margin: 0.5em 0;
	padding: 0.5em;
	background-color: #eee;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
	border-bottom: solid #ddd 1px;
	border-right: solid #ddd 1px;
}

small {
	font-size: 85%;
}

big {
	font-size: 120%;
}

li {
	margin: 0.5em 0;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

table {
	border: 0;
	border-spacing: 0;
}

td {
	padding: 0;
	padding-right: 1em;
}

th {
	font-weight: bold;
	text-align: left;
	padding-right: 1em;
	padding-bottom: 0.25em;
}

th a:link, th a:visited {
	text-decoration: none;
}

textarea {
	background-color: # #fff;	
	margin: 0.25em 0;
	font-family: Courier, "Courier New", monospace;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-stretch: semi-expanded;
}

input[type="text"], input[type="password"] {
	background-color:  #fff;	
	margin: 0.25em 0;
	font-family: Courier, "Courier New", monospace;
}

a:link {
	color: #058;			/* text color of link #058*/
	text-decoration: none;  
}

a:visited {
	color: #058;			/* text color of visited link #058*/
	text-decoration: none;
}

a:active {
	color: white;
	background-color: #058;		/* background color of active link #058*/
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #058;		/* background color of hovered link #058*/
	text-decoration: none;
}

img {
	border: 0;
}

#header {
	position: absolute;
	top: 1em;
	left: 1em;
	padding-left: 0.5em;
	height: 27em; 			/* 8em  12 */
	width: 85%;  /*100em; 			/* 70em */
	background-color: #abc;		/* color of banner background #abc*/
	border-top: solid #aaa 1px;	/* color and width of banner top border #aaa 1*/
	border-right: solid #666 1px;	/* color and width of banner right border #666 1*/
	border-bottom: solid #444 1px;	/* color and width of banner bottom border #444 1*/
	border-left: solid #888 1px;	/* color and width of banner left border #888 1*/
	color: #004080;			/* banner font color #800040*/
}

#header p {
	margin-top: 0.5em;
	/* font-weight: bold; */
}

#content {
	position: absolute;
	margin-top: 23em;			/* 9 position of content page from top -8em */
	margin-left: 16.5em;			/* positition of content page from left -12em */
	width: 70%;				/* width of content page - 55em */
	background-color: #fff; 		/* content page background color -white */
	padding: 1em;
	border-top: solid #aaa 1px;		/* border top color of content page #aaa 1*/
	border-right: solid #666 1px;		/* border right color of content page #666 1*/
	border-bottom: solid #444 1px;		/* border bottom color of content page #444 1*/
	border-left: solid #888 1px;		/* border left color of content page #888 1*/
	color: #333;				/* font color on content page #333*/
}

#leftblock {
	position: absolute;
	left: 3em;				/* menu block offset from banner -.15em */
	top: 25em;				/* 10.5 menu vertical position from banner - 7em */
	width: 13em;				/* menu block width - 13em */
	color: black;		
	border: 0;
	margin: 0;
	padding: 0;
}

#leftblock img {
	border-top: solid #aaa 1px;		
	border-right: solid #666 1px;		
	border-bottom: solid #444 1px;		
	border-left: solid #888 1px;	
}

#leftblock a:hover img {
	border: solid #058 1px;		
}

#navigation {
	width: 13em;
	background-color: #058;		/* background color of menu section buttons #058*/
	color: white;			/* color of dots in the menu bars -white */
	border: solid #222 1px;		/* border color around menu box  -222 */
	border-top: solid #333 1px;	/* border color around menu box top -333 */
	border-right: solid #555 1px;	/* border color around menu box right -555 */
	border-bottom: solid #666 1px;	/* border color around menu box bottom -666 */
	border-left: solid #222 1px;	/* border color around menu box left -222 */
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	margin: 0;
}

#navigation ul li a:link, #navigation ul li a:visited {
	margin: 0;
	display: block;
	padding: 3px 10px 2px 6px;
	color: white;			/* font color of menu section -white*/
	font-weight: bold;
	text-decoration: none;
	border-top: solid #27a 1px;	/* border color around menu bars top -27a */
	border-left: solid #27a 1px;	/* border color around menu bars left -27a */
	border-bottom: solid #036 1px;	/* border color around menu bars bottom -036 */
	border-right: solid #036 1px;	/* border color around menu bars right -036 */
}

#navigation ul li a:hover {
	margin: 0;
	color: 222;			/* font color of hover menu section #222*/
	background-color: white;	/* background color of hover menu section -white*/
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid #aaa 1px;	/* hover border color around menu bars bottom -aaa */
	border-left: solid #666 1px;	/* hover border color around menu bars left -666 */
	border-top: solid #444 1px;	/* hover border color around menu bars top -444 */
	border-right: solid #888 1px;	/* hover border color around menu bars right -888 */
}

.legend {
	color: #004080;			/* content page LEGEND font color #004080*/
	font-size: 12pt;		/* content page font size  12*/
	font-weight: bold;		/* content page font weight bold*/
}

a.piePowered {
	font-size: 7pt;
	color: #444;			
	text-decoration: none;
}

a:hover.piePowered {
	color: #058;
	background: none;
	text-decoration: underline;
}

.separator {
	background-color: #047;		/* space color of menu section separator #047*/
}

.disabled {
	margin: 0;
	display: block;
	padding: 3px 10px 2px 6px;
	color: #888;
	background-color: #047;		
	font-weight: bold;
	text-decoration: none;
	border-top: solid #27a 1px;
	border-left: solid #27a 1px;
	border-bottom: solid #036 1px;
	border-right: solid #036 1px;
}

.OddRow {
	background-color: #ddd;
}

.EvenRow {
	background-color: #fff;
}

.alertContainer {
	width: 30em;
	background-color: #ddd;
	border: solid #222 1px;
	margin: 1em;
	padding: 1em 1em;
	border-top: solid #444 1px;
	border-right: solid #888 1px;
	border-bottom: solid #aaa 1px;
	border-left: solid #666 1px;
	display: block;
	clear: both;
}

.alertError {
	display: block;
	background-color: #eee;
	clear: both;
	padding: 1em;
	border-top: solid #444 1px;
	border-left: solid #666 1px;
	border-bottom: solid #777 1px;
	border-right: solid #555 1px;
}

.alertNotice {
	display: block;
	background-color: #eee;
	clear: both;
	padding: 1em;
	border-top: solid #444 1px;
	border-left: solid #666 1px;
	border-bottom: solid #777 1px;
	border-right: solid #555 1px;
}

.alertButtonContainer {
	display: block;
	clear: both;
	margin: 1em 0 0 0;
	min-height: 1em;
}

.alertButtonLeft {
	display: inline;
	float: left;
	text-align: left;
	clear: none;
}

.alertButtonRight {
	display: inline;
	float: right;
	text-align: right;
	clear: none;
}

.alertButtonCenter {
	margin: 1em 0 0 0;
	clear: both;
	text-align: center;
	min-height: 1em;
}

