﻿
.form { width: 600px; }
.row { clear: both; font-size: 85%; margin-bottom: 10px; }
.row span.label { width: 170px; padding-right: 10px; text-align: right; display: inline-block; }
.row span.field { width: 410px; text-align: left; display: inline-block; }
.row .textbox { width: 300px; border: solid 1px #6C6D77; }
.row .multiLineTextbox { width: 300px; height: 100px; border: solid 1px #6C6D77; }
.row .dropdown { width: 304px; border: solid 1px #6C6D77; }
.buttonRow { padding-top: 5px; text-align: right; }
.errorLabel { font-weight: bold; color: Maroon; }
.radio { margin-bottom: -5px; }

body { background: #f3f4ec url(images/pageBG2.jpg) repeat-x left top; margin: 0; padding: 0 0 20px 50px; font-family: Tahoma; font-size: 14px; }
a { color: #ef009d; }
a:visited { color: #a00069; }
a:hover { color: black; }
#headerImg {   }
#sideBar { width: 184px; margin-top: 2px; position: absolute; left: 50px; top: 234px; }
#sideBar img { margin-top: 20px; border-width: 0; }
.navLink { display: block; width: 179px; height: 32px; background-color: #e2e4d2; color: #332f20; vertical-align: middle; line-height: 32px; text-decoration: none; font-size: small; margin-top: 30px; padding-left: 5px; }
.navLink:hover { background-color: #bec0af; }
h1 { font-size: x-large; }
#content { position: absolute; top: 280px; _top: 275px; left: 246px; _left: 250px; }
