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;
}

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: #eee;	
	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: #eee;
	margin: 0.25em 0;
	font-family: Courier, "Courier New", monospace;
}

a:link {
	color: #000099;			/* text color of link #058*/
	text-decoration: none;  
}

a:visited {
	color: #000099;			/* text color of visited link #058*/
	text-decoration: none;
}

a:active {
	color: white;
	background-color: #000099;		/* background color of active link #058*/
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #000099;		/* background color of hovered link #058*/
	text-decoration: none;
}

img {
	border: 0;
}

#header {
	position: absolute;
	top: 1em;
	left: 1em;
	padding-left: 0.5em;
	height: 10em; 			/* 8em */
	width: 70em; 			/* 70em */
	background-color: #003366;		/* color of banner background #abc*/
	border-top: solid #aaa 1px;	/* color and width of banner background border #aaa 1*/
	border-right: solid #666 1px;	/* color and width of banner background border #666 1*/
	border-bottom: solid #444 1px;	/* color and width of banner background border #444 1*/
	border-left: solid #888 1px;	/* color and width of banner background border #888 1*/
	color: #FFFFFF;			/* banner font color #800040*/
}

#header p {
	margin-top: 0.5em;
	font-weight: bold;
}

#content {
	position: absolute;
	margin-top: 10em;
	margin-left: 15em;
	width: 55em;
	background-color: white; 		/* content page background color -white */
	padding: 1em;
	border-top: solid #aaa 1px;		/* line border color and width of content page #aaa 1*/
	border-right: solid #666 1px;		/* line border color and width of content page #666 1*/
	border-bottom: solid #444 1px;		/* line border color and width of content page #444 1*/
	border-left: solid #888 1px;		/* line border color and width of content page #888 1*/
	color: #333;				/* font color on content page #333*/
}

#leftblock {
	position: absolute;
	left: 1.5em;
	top: 10em;
	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 #000099 1px;		
}

#navigation {
	width: 13em;
	background-color: #003D79;		/* background color of menu section buttons #058*/
	color: ffffff;			
	border: solid #222 1px;		
	border-top: solid #000000 1px;
	border-right: solid #555 1px;
	border-bottom: solid #666 1px;
	border-left: solid #222 1px;
}

#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 #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
}

#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;
	border-left: solid #666 1px;
	border-top: solid #444 1px;
	border-right: solid #888 1px;
}

.legend {
	color: #000099;			/* content page 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: #000099;
	background: none;
	text-decoration: underline;
}

.separator {
	background-color: #999999;		/* 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;
}
