body {
	position: relative;
	color: #224455;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #003e7e;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

h4 {
	padding: 6px;
}

div#header {
	width: 100%;
	background-color: #EBF0F5;
	padding: 4px;
	padding-left: 20px;
}

div#header h3 {
	color: #003E7E;
	font-size: 10px;
	font-weight: normal;
}

div.top {
	background-color: #CFDBE7;
}

div.top p {
	float: right;
}

ul.menu {
	background-color: #CFDBE7;
	width: 100%;
	margin: 0;
	list-style: none;
	float: left;
}

ul.menu li {
	float: left;
	padding: 4px 10px;
}

ul.menu li a, ul.menu li a:visited, ul.menu li a:active {
	text-decoration: none;
	font-size: 10px;
	width: 100%;
	height: 100%;
	padding: 4px 10px;
	color: #003366;
}

ul.menu li a:hover {
	background-color: #003E7E;
	color: #ffffff;
}

div#main {
	clear: both;
	width: 100%;
}

form {
	width: 95%;
	padding: 5px;
	background-color: #EEE;
}

.buttons .left {
	float: left;
	width: auto;
}

.buttons .right {
	float: right;
	width: auto;
}

fieldset {
	clear: both;
	border: none;
	border-bottom: 1px #fff dotted;
	/* border: 1px #dedede groove; */
}

fieldset label {
	width: 20%;
	text-align: right;
	float: left;
	padding-right: 15px;
}

fieldset input, fieldset select, fieldset textarea, fieldset checkbox {
	text-align: left;
	width: 200px;
}

span.checkbox {
	text-align: left;
	margin-left: 80px;
	padding-bottom: 20px;
}

fieldset textarea {
	width: 300px;
	height: 100px;
}

table.listing {
	width: 100%;
	/* background-color: #eee; */
	font-size: 10px;
}

table.listing th {
	text-align: left;
	border-bottom: 1px solid #000;
	/* border: 1px #999 inset; */
	padding: 5px 3px;
}

table.listing td {
	border-right: 1px #999 dotted;
	/* border-left: 1px #999 inset;
	border-bottom: 1px #ddd solid; */
	padding: 4px;
}
