﻿html { height: 100%; }
body { font-family: Arial; font-size: 11px; background-image: url(../grafx/mn_bg.gif); margin: 0; height: 100%; }
form { height: 100%; }
h1 { float: left; clear: both; font-size: 14px; width: 100%; }

/* the main div for the page */
.pageContainer { margin: 0 auto 0 auto; width: 898px; height: 100%; }

/* header div */
.header { float: left; clear: both; width: 850px; height: 277px; margin: 0; }

#hdLeft { float: left; clear: left; width: 654px; height: 257px; }
#hdRight { float: left; clear: right; width: 196px; height: 257px; background-color: #000; }
#hdRight div { float: left; clear: both; }

/* content div */
.content { float: left; width: 850px; background-color: #FFF; height: 100%; }

/* main menu */
#mainMenu { float: left; clear: both; background-color: #000; width: 850px; height: 20px; margin: 0; }
#mainMenu ul { float: left; list-style-type: none; display: inline; margin: 0; padding: 0; }
#mainMenu ul li { display: inline; }

.menuLink { color: #FFF; text-decoration: none; font-weight: bold; }

/* shadows */
#leftShadow { float: left; width: 24px; background-image: url(../grafx/left_shadow.png); background-repeat: repeat-y; height: 100%; }
#rightShadow { float: left; clear: right; width: 24px; background-image: url(../grafx/right_shadow.png); background-repeat: repeat-y; height: 100%; }

/* footer div */
.footer { float: left; clear: both; width: 845px; background-color: #FFF; padding: 15px 0 15px 5px; }
.footer ul { float: left; clear: both; width: 850px; list-style-type: none; display: inline; margin: 0; padding: 0; }
.footer ul li { display: inline; margin: 0; }

.sectionHeading { font-weight: bold; }

.italics { font-style: italic;}

/* form related */
.error { color: Red; }
.requiredField { color: Red; }
.label { width: 100px; }
.txt200 { float: left; clear: right; width: 200px; height: 22px; }
.txt400 { float: left; clear: right; width: 385px; height: 22px; }
.select50 { float: left; clear: right; width: 50px; height: 22px; }
.select75 { float: left; clear: right; width: 75px; height: 22px; }
.select400 { float: left; clear: right; width: 385px; height: 22px; }

