/* Global defaults */
* { margin: 0px; padding: 0px; border: 0px; font-family: Verdana; font-size: 10pt; color: #000000; }

body { margin: 0px auto; padding: 0px; background-color: #171717; text-align: center; }

/* Containers */
#outerContainer { width: 786px; height: auto; background: url(images/containerBg.gif) repeat-y; z-index: 1; margin: 0px auto; text-align: center; }
.innerContainer { position: relative; top: 0px; left: 8px; width: 770px; height: 100%; z-index: 2; background-color: #90B911; }
.outerTextContainer { padding: 10px; background-color: #90B911; }  
.text { width: 735px; height: auto; background-color: #85AA10; border: solid #000000 1px; padding: 5px; text-align: left; }
.bottomBar { width: 752px; height: 40px; font-size: 7pt; text-align: center; z-index: 3; }

/* Text formatting */
.title { font-size: 20pt; font-weight: bold; color: #0F5B07; text-decoration: underline; }

/* Links */
a {	font-weight: bold; text-decoration: none; color: #00000; }
a:hover { color: #259B15; text-decoration: none; }
a:visted { font-weight: bold; text-decoration: none; color: #00000; } 
