﻿* {margin: 0px; padding: 0px; }
body { background-color: #fff; width: 100%; background-color: #767676;}
body, input, select, textarea {font-family: 'Times New Roman', times, serif; font-size: 14px; color: #333;}

/*General*/
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
a img {outline: none; border: none;}
a {color: #000;}
a:link, a:active, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a.reverse:link, a.reverse:active, a.reverse:visited {text-decoration: underline;}
a.reverse:hover {text-decoration: none;}
h1 {font-size: 18px;}
h2 {font-size: 16px; text-transform: uppercase;}
h3 {font-size: 14px;}
hr {background-color: #000; height: 1px; border: 0px; border-bottom: 1px solid #000;}
td {padding: 1px 5px;}
td.top {vertical-align: top;}
.text {width: 200px; padding: 2px;}
.button {font-size: 14px; padding: 5px 15px; }
td.leftCol {padding-left: 0px;}
table.radio input {margin-right: 5px;}
.checkbox input {margin: 0px 4px 0px 0px;}
.checkbox {cursor: pointer;}


ul {list-style-type: none;}
ul li {font-size: 16px; padding: 3px 0px 3px 10px; background: url(../images/bullet.gif) no-repeat left center;}

div.error {color: #ff0000; font-size: 14px; background-color: #FFEEEE; border: 1px solid #ff0000; padding: 4px 10px; margin: 4px 0px;}
div.error ul li {padding: 2px 0px; background-image: none;}

.watermark {color: #999; font-style: italic;}


#mainDiv {width: 960px; background-color: #fff; margin: 0px auto;}
#headerDiv {padding: 20px; border-bottom: 1px solid #333; background-color: #eacea2;}
#headerDiv p {font-size: 20px; font-weight: bold;}
#footerDiv {padding: 20px; background-color: #eacea2; border-top: 1px solid #333;}

#bodyDiv {padding: 20px; min-height: 500px;}
#bodyDiv p {text-align: justify; width: 700px; margin-bottom: 4px;}
#bodyDiv img {float: right; margin-right: 80px;}

