/* HTML & BODY */
body { background: #000000; color: #FFFFFF; font-family: Verdana; font-size: 0.8em; text-align: center; }
/* Classes */
form { margin: 0; }
fieldset { margin: 10px; padding: 5px; border: 1px solid #781351; }
legend { color: #FFFFFF; background: #910c11; border: 1px solid #781351; padding: 2px 6px; font-weight: bold; }
label { width: auto; float: left; text-align: right; margin-right: 0.5em; display: block; font-weight: bold; color: #700000; }
input, textarea, select { background: #F0E5E5; color: #000000; border: 1px solid #000000; }
input.radio { background: #EEE; color: #000000; border: none; }
input.button { background: #F1F1F1; color: #910c11; border: 1px outset #910c11; font-weight: bold; }
.color { color: #910c11; }
.break { border-bottom: 1px dashed #910c11; }
.indent { padding-left: 10px; }
.indent2 { padding-left: 25px; }
.clearer {clear: left; line-height: 0; height: 0;}
/* Tables */
table { width: 100%; }
tr.bg { background-color: #DCDCDC; }
a:link, a:active, a:visited { color: #910c11; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
#footer a { font-family: Verdana; font-size: 0.9em; color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: underline; }
h1 { font-size: 1.4em; font-family: Verdana; text-align: center; color: #910c11; }
/* Layout */
#container { width: 1024px;  margin: 1.0em auto; text-align: left; background: #910c11; }
#content { min-height: 400px; float: left; width: 1024px; height: 95%; background-color: #FFFFFF; color: #000000; border: 1px solid #c2c2c2; border-width: 0px 1px 1px 1px; }
#pad { width: 994px; padding: 15px; }
#content h1 { font-size: 1.5em; }
#header { width: 100%; height: 130px; background: url('/images/logo.png'); background-repeat: no-repeat; border: 1px solid #c2c2c2; }
#footer { clear: left; width: 100%; height: 22px; background-color: #910c11; color: #FFFFFF; font-size: 1.2em; text-align: center; border: 1px solid #c2c2c2; border-width: 0px 1px 1px 1px; }

.menu { font-family: Verdana; font-size: 1em; font-weight: bold; width: 100%;  }
.menu ul { margin: 0; padding: 0; float: left; border: 1px solid #c2c2c2; border-width: 0px 1px 1px 1px; width: 100%; }
.menu ul li { display: inline; }
.menu ul li a { float: left; color: #FFFFFF; padding: 5px 11px; text-decoration: none; border-right: 1px solid #c2c2c2; }
.menu ul li a:visited { color: #FFFFFF; }
.menu ul li a:hover { color: #FFFFFF !important; padding-top: 6px; padding-bottom: 4px; background: url('/images/menu.jpg') center center repeat-x; }
.menu ul li .current { color: #FFFFFF !important; padding-top: 6px; padding-bottom: 4px; background: url('/images/menu.jpg') center center repeat-x; }

div.box { background: #F1F1F1; border: 1px solid #910c11; padding: 5px; }
div.box a { font-weight: bold; }