 /* css_all.css -- CSS file containing common vars */
 
 body {
	background-repeat: repeat-x;
 }
 
  /* Begin navigation button style */
a.navBtn:link {
   background-color: #000;
   border: 1px solid #454545;
   color: #AAA;
   font-family: Verdana, Arial;
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 5px;
   padding-left: 50px;
   padding-right: 50px;
   padding-top: 5px;
   text-align: center;
   text-decoration: none;
   width: 50px;
}

a.navBtn:visited {
   background-color: #000;
   border: 1px solid #454545;
   color: #AAA;
   font-family: Verdana, Arial;
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 5px;
   padding-left: 50px;
   padding-right: 50px;
   padding-top: 5px;
   text-decoration: none;
   width: 50px;
}

a.navBtn:active {
   background-color: #000;
   border: 1px solid #959595;
   color: #AAA;
   font-family: Verdana, Arial;
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 5px;
   padding-left: 50px;
   padding-right: 50px;
   padding-top: 5px;
   text-align: center;
   text-decoration: none;
   width: 50px;
}

a.navBtn:hover {
   background-color: #333;
   border: 1px solid #959595;
   color: #AAA;
   font-family: Verdana, Arial;
   font-size: 12px;
   font-weight: bold;
   padding-bottom: 5px;
   padding-left: 50px;
   padding-right: 50px;
   padding-top: 5px;
   text-align: center;
   text-decoration: none;
   width: 50px;
} /* End navigation button style */

 #main_container {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
 }
 
 #nav_container {
    padding: 5px;
 }
 
 #body_container {
    padding-bottom: 5px;
 }
 
 #content_body_container {
    font-family: verdana;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 550px;
 }
 
 #timeDateContainer {
    clear: both;
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 5px;
	width: 350px;
 }
 
 #timeDateText {
    float: left;
    font-family: verdana;
	font-size: 12px;
	padding: 5px;
 }
 
 #timeDateSelector {
    float: right;
 }
 
 /* image css for.. well.. images :P */
 #imageRight {
   float: right;
   padding: 15px;
 }

 #imageLeft {
   float: left;
   padding: 15px;
 }

/* Begin form chop div styles */
.chopContainerForm {
   clear: both;
   margin-left: 50px;
   width: 400px;
}

.errorText {
   color: #D60000;
   font-family: Verdana, Arial;
   font-size: 12px;
}

.formName {
   float: left;
   height: 15px;
} 

.formField {
   float: right;
   height: 30px;
}

.formFieldMsg {
   float: right;
   height: 110px;
} 

.textField {
   background-color: #AAA;
   color: #000;
   width: 306px;
}

.textBox {
   background-color: #AAA;
   color: #000;
}

.textButton {
   background-color: #CCC;
   color: #000;
} /* End form chop div styles */