﻿body { width: 97%; height: 95%; font-family: Arial; font-size: 12px; padding: 10px; background-color: #B6B69E; }
body * { font-size: 12px; }
#outer-container { width: 100%; height: 100%; }
#inner-container { width: 100%; height: 100%; text-align: center; vertical-align: top; }
#container { width: 960px; height: 540px; margin: auto; }
#container td { vertical-align: top; }
#header { height: 190px; }
#main { background-color: #fff; }
#menu { padding-top: 15px; padding-bottom: 25px; margin-right: -100px; }
#menu a { color: #000; font-size: 10px; text-transform: uppercase; margin-right: 12px; }
h1 { font-size: 18px; font-weight: bold; }
p { margin-top: 0px; margin-bottom: 12px;	}
a { color: #5F0023; font-weight: bold; text-decoration: none; }
sup { font-size: 6px; }
a:hover { text-decoration: underline; }
#footer { color: #999966; font-size: 9px; margin-top: 2px; padding: 5px; background-color: #C0C0AC; }
.recordTable td { width: 100%; border-bottom: 1px solid #999; padding: 10px 0px; }
.form label { display: block; font-weight: bold; }
.form input, .form textarea { width: 471px; }
