/* CSS Document */

body { margin: 0px;
background-color: #000000; }

.white { background-color: #ffffff; }

.yellow { background-color: #C99B00; 
height: 14px; }

#header { border-bottom: 2px solid #000000; }

#leftcol { width: 200px;
vertical-align: top;
background-color: #CCCC9A;
padding: 5 10 15 10; }

#midcol { width: 2px;
border-left: 1px solid #000000;
border-right: 1px solid #000000; }

#textBox { width: 598px;
height: 450px;
vertical-align: top;
padding: 5 10 15 10; }

#footer { vertical-align: top;
padding: 4px; }

#textarea1, #textarea2, #textarea4 { font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 130%;
color: #000000; }

#textarea1 td, #textarea2 td, #textarea4 td { font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 130%;
color: #000000;
vertical-align: top; }

#textarea3 { font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 130%;
color: #C99B00; }

#textarea3 td { font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 130%;
color: #C99B00;
vertical-align: top; }

a { color: #6C0000; text-decoration: underline; }

a:hover { text-decoration: none; }