body {
        margin: 0px;
        padding: 0px;
        background-color: #fffae5;
        color: #000;
        font: 10pt Trebuchet MS, arial, helvetica, sans-serif;
        min-width: 830px;
}

h1 {
	font: 200% Trebuchet MS, Georgia, Times New Roman, serif;
	color: #497439;
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 5px;
	margin:0px;
}

h2 {
	font: 120% Trebuchet MS, Georgia, Times New Roman, serif;
	color: black;
	padding-bottom: 0px;
	padding-top: 10px;
	margin:0px;
}

img {
	border: 0px;
}

a {
	color: #746900;
	text-decoration: none;
}

a:hover {
	color: #00c000;
}

.column-right {
	float: right;
	clear:right;
/*
	position: absolute;
	top: 0px;
	right: 0px;
*/
	width: 200px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px dotted #746900;
}

.header {
	height: 135px;
	background-color: #ffb600;
	background-image: url('/images/edget-header-bg.png');
	position:relative;
	border-left: 1px solid #e3a500;
	border-right: 1px solid #e3a500;
}

.header img {
	position:absolute;
	top: 20px;
}

.sitenotice {
	position:absolute;
	top:55px;
	left:300px;
	font-size:120%;
	font-weight:bold;
	font-style:italic;
	color:#505050;
}

.top-menu {
	position:absolute;
	top:0px;
	right:0px;
	padding: 7px 15px;
}

.menu {
	position:absolute;
	bottom: 0px;
	right:0px;
	background-color: black;
	padding: 7px 15px;
}

.menu, .menu a {
	color:#ffb600;
	text-decoration: none;
}

div.top_level {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff6d2;
	padding-left: 30px;
	padding-right: 30px;
	width:830px;
	border-left: 1px solid #ffeb9f;
	border-right: 1px solid #ffeb9f;
}

.input-form td, .input-form th {
	border: 1px solid #c0c0c0;
	vertical-align: top;
}

.input-form {
	width:100%;
	border-collapse: collapse;
}

.input-form td, .input-form th {
	width:50%;
	padding: 3px;
}

.input-form th {
	text-align: right;
	background-color: #ffe9b2;
}

.error, .confirm {
	margin-left: 30px;
	color:red;
}

.confirm {
	color:green;
}

.content {
	padding-bottom: 50px;
}

