﻿body { background-color: rgb(140,143,151); margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 16px; color: rgb(255,255,255); }
img { border: none; }

a:link, a:visited, a:active { color: #60804d; }

#wrapper { width: 100%; }

.navigation { float: left; }
.navigation ul { margin: 0; padding: 0; list-style-type: none; }
.navigation li { margin-bottom: -3px; }

.content { margin-left: 170px; margin-top: 20px; margin-right: 10px; }
.content p { font-size: 0.95em; }
.content table .formTitle { font-size: 0.7em; vertical-align: top; font-weight: bold; }

.footer { text-align: center; font-size: 0.7em; }
.footer a { color: rgb(255,255,255); text-decoration: none; }
.footer a:hover { text-decoration: underline; }

/* Utility Styles */
.center { text-align: center; }
.justify { text-align: justify; }
.right { text-align: right; }
.bold { font-weight: bold; }
.red { color: #ff0033; }

.success { color: rgb(0,204,51); font-weight: bold; font-size: 0.9em; padding-bottom: 5px; }
.error { color: rgb(255,00,51); font-weight: bold; font-size: 0.9em; padding-bottom: 5px; }

.width10 { width: 10px; }
.width15 { width: 15px; }
.width20 { width: 20px; }
.width25 { width: 25px; }
.width30 { width: 30px; }
.width40 { width: 40px; }
.width200 { width: 200px; }
.width300 { width: 300px; }