body {
    font-family: sans-serif;
    /*background: #f6f0dd;*/
    /*background: #221E1F;*/
    /*background: #524A47;*/
    background: #000000;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

h1 { font-size: 18px; color: #FFFFFF; margin: 0; padding: 1em 1em 0.5em 1.4em; }
h2 { font-size: 14px; margin: 0; padding: 1em 1em 0em 0em; }
p {
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-right: 10px;
}

input, select {
    background: #f2f2f2;
    border: 1px gray solid;
}
input:hover { background: white; }

input.button {
    background: #ccc;
    border: 1px gray solid;
    margin-top: 5px;
}

.inputbox {
  margin-bottom: 3px;
}

img {
    border: 0px none;
}


hr { border: 1px gray solid; margin: 1em 12em; }

a:link { color: #FF6100; text-decoration: none; }
a:visited { color: #FF6100; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

div.menuitemselected a { font-weight: bold; }

div.header h2 {
	padding: 0.2em 0em 0em 1.8em;
}

div.versisinsurelink  {
	float: right;
	font-size: small;
	margin: 0.5em;
}

div.versisinsurelink a {
	color: #FFFFFF;
}

div.contentwindow {
    background: #202038;
	color: #eeeeee;
	padding-bottom: 1em;
}

div.content {
    border-top: #303050 solid 1em;
    color: #eeeeee;
    text-align: justify;
    padding: 1em;
	margin: 1em;
	margin-left: 7em;
}

div.intro {
	/*background-color: #FF0000;*/
	margin-bottom: 1em;
	font-weight: bold;
	/*margin-left: 6em;
	margin-right: 1em;*/
}

div.menu {
	background: #303050;
	border-top: #404056 solid 1em;
	color: #eeeeee;
	padding: 1em;
	/*margin-right: 1em;*/
	text-align: justify;
	float: left;
	width: 5em;
}

div.menuitem { font-size: small; }

div.menuitemselected { font-size: small; }

div.footer {
	background:color: #000000;
	color: #888888;
	padding: 0em;
	margin: 0em;
	margin-top: 1em;
	text-align: center;
	width: 100%;
	float: left;
}