html {
	height: 100%;
}

body {
	background-color: #34348E;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 2em;
	text-align: center;
}

div#maindiv, table#menu, div#menunext {
	background-color: #4545AF;
}

div#maindiv, table#menu, div#menunext {
	border: 2px outset #CCBB60;
}

div#maincontent {
	border: 2px solid #CCBB60;
}

h1 {
	font-size: 1.4em;
	border-bottom: 2px solid #FFEDB0;
	color: #808080;
	font-weight: normal;
	padding: 5px;
	margin-top: 1.5em;
	margin-bottom: .4em;
	margin-left: 0%;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #707070;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-top: 1em;
	margin-bottom: 3px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

strong {
	font-weight: bold;
	color: #909090;
}

em {
	font-style: italic;
	color: #AA6070;
}

hr {
	text-align: center;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	color: #FFEDB0;
	width: 50%;
	height: 2px;
	clear: both;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 40px;
}

table {
	margin: 0px;
	margin-left: 20px;
}

th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #CCCCCC;
	border-top: 1px solid #EEEEEE;
}

td {
	font-size: 12px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #CCCCCC;
}

table#mainhold {
	margin: 0px;
	background-color: transparent;
	border: 0px solid;
}

table#mainhold td#hold {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	vertical-align: top;
	border: 0px solid;
/*
	border: 1px solid #FF0000;
*/
}

table#menuhold, td#mholdtop, td#mhold, td#mholdspc {
	margin: 0px;
	border: 0px solid;
}

td#mholdtop, td#mhold, td#mholdspc {
	padding: 0px;
}

td#mhold {
	text-align: right;
}

td#mholdtop {
	height: 107px;
}

td#mholdspc {
	height: 20px;
}

table#menu {
	width: 10.5em;
	margin: 0px;
	border-right: 0px solid;
	position: relative;
	left:2px;
}

table#menu td {
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	border: 0px solid;
}

table#menu td a {
	display: block;
	text-decoration: none;
	color: #FFEEB5;
	padding: 0px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #4545AF;
}

table#menu td a:hover {
	background-color: #34348E;
	border: 1px solid #776610;
}

table#menu td.menuind {
	border-right: 1px solid #776610;
	border-bottom: 1px solid #776610;
}

p {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0A1356;
	text-decoration: underline;
}

code {
	font-size: 1.2em;
	margin: 5px;
	padding: 5px;
}

img {
	padding: 0px;
	margin: 5px;
	text-align: right;
}

div#maindiv {
	text-align: left;
	width: 700px;
	margin: 0px;
	padding: 10px;
}

div#maincontent {
	text-align: left;
	margin-top: 2em;
	margin: 0px;
	padding: 3px;
	background-color: #FFFFFE;
	min-height: 40em;
	overflow: auto;
	color: #000066;
}

div#menu, div#menunext {
	text-align: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
	border-right: 0px solid;
}

/*
** Left margin adjusted for images 500px width.
*/
div#maincontent img {
	padding: 0px;
	margin: 0px;
	margin-left: 65px;
}

div#footer {
	color: #FFDD93;
}

table#header {
	width: 100%;
	margin: 0px;
	border: 0px;
}

td#headerleft {
	width: 230px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	padding-bottom: 5px;
	border: 0px;
}

td#headerright {
	text-align: left;
	vertical-align: bottom;
	padding: 5px;
	padding-bottom: 10px;
	color: #FFDD93;
	font-size: 1.8em;
	border: 0px;
	line-height: 1.3em;
}

table#footer {
	width: 100%;
	margin: 0px;
	border: 0px;
}

td#footerleft {
	text-align: left;
	font-size: .8em;
	border: 0px;
}

td#footerright {
	text-align: right;
	font-size: .8em;
	border: 0px;
}

td#footerleft a {
	color: #FFDD93;
}

div#dtmon {
	font-size: 1.4em;
	color: #707070;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	font-weight: normal;
	padding: 5px;
	margin-top: 1.5em;
	margin-bottom: .4em;
	margin-left: 0%;
	background-color: #FFEDB0;
}

span.enm {
	font-size: 0.6em;
	float: right;
}

span.mark {
	color: #BB0000;
}

/*
** View data.
*/

table.viewdata th, table.viewdata td {
	border: 0px;
	vertical-align: top;
}
table.viewdata th.lbl {
	text-align: right;
	color: #606060;
}
table.viewdata td {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
blockquote {
	font-style: normal;
	font-weight: bold;
	color: #AA0000;
}


/*
** Form.
*/

{font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:23;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

div.form { margin-left:20px;width: 90%;}
form {width: 100%;}
form table { border-collapse: separate; border-spacing: 0.3em;}
form table td {border: 0px;overflow: auto;}
form table td.label, legend {font-weight:bold; text-align: right; font-size: 1em; font-weight: bold; color: #707070;}
form table td.label {padding-left: 1em; }
form table td.opt {border-left: 0.3em solid #D7EBF9; }
form table td.req {border-left: 0.3em solid #FFBBBB; }
fieldset {margin-left:20px; padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;width: 100%;overflow: auto;}

