html,body {
   margin: 0; padding: 0;
   background: #0b1933;
   font-size: 100%;
   font-family: "trebuchet ms", arial, verdana;
	color: #000000;
   text-align: center;
}
a {
   color: #EF7B0A;
   text-decoration: underline;
}
a:hover {
   text-decoration: underline;
}
p {
   color: #000000;
   line-height: 170%; margin: 5px 0;
}
p, td, th, ul {
   font-size: 100%;
}

/* LAYOUT */
#wrapper {
   width: 1002px;
   margin: 0 auto 0 auto;
   text-align: left;
}

#content {
   background: #0B1933;
   border-top: 3px solid #ce6c1c;
   border-bottom: 3px solid #ce6c1c;
   padding: 20px;
}

/* ELEMENTS */
h1 {
   font: 250% "trebuchet ms";
   color: #fff;
   padding: 5px 0 10px 10px;
   margin: 0;
}
h1 span { color: #6BAD42; }
h1 a { color: #FFF; }
h1 a:hover { color: #6BAD42;  text-decoration: none;}
h1 a:hover span { color: #FFF;}
h3 {
   font-size: 100%; font-family: trebuchet ms, arial, verdana;
   color: #fff;
}
p+p { padding-top: 1em; }
form.form { font-size: 80%; background-color: #077F00; padding: 5px;}
#options {
   list-style-type: none;
   width: 500px;
   margin: 10px; padding: 0;
}
#options li { 
   float: left;
   width: 240px;
   border-left: 5px solid #ccc;
}
#footer {
   margin: 10px 0 0 0; 
   font-size: 80%;
   color: #ccc;
}
#nav {
   text-align: right;
   list-style-type: none;
   font-size: 80%;
   border-top: 1px solid #ccc;
   margin: 20px 0 0 0;
   padding: 0;
}
#nav li {
   padding: 0 5px 0 5px;
   display: inline;
   border-left: 1px solid #ccc;
}
.left {
   float: left;
}

/* STYLES */
.first { margin-top: 0 }
input.textbox { width: 500px; font: 120% arial, verdana, sans-serif; }
input.button {font: 120% arial, verdana, sans-serif; margin-top: 10px;}
label { font-weight: light; }
#error {
   border: 1px solid red;
   border-left: 5px solid red;
   padding: 2px;
   margin: 5px 0 15px 0;
   background: #eee;
}



/* TOOLTIP HOVER EFFECT */
label { font-weight: bold; line-height: 20px; cursor: help; }
#tooltip{ width:20em; color: #fff; background: #555; font-size: 12px; font-weight: normal; padding: 5px; border: 3px solid #333; text-align: left; }