body
{
   background-color: #FFF;
   text-align: center;
   font-family: helvetica;
   font-size: .8em;
}

input:focus, input:active, a:focus, a:active {
   /*outline: 1px dotted #f4ae11;*/
}

a
{
   color: #43649E;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

.bold
{
   font-weight: bold;
}

.italic
{
   font-weight: italic;
}

#master_container
{

   text-align: left;
   /*background-color: #D6DEE5;*/
   margin-left: auto;
   margin-right: auto;
   /*width: 960px;*/
   display: table;
}

.gradient_box
{
   background-color: white;
   border: 1px solid #a8b0b7;
   background-image: url(../images/heading_gradient.gif);
   background-repeat: repeat-x;
}

.tabs_box
{
   background-color: #e6e6e6;
   border: 1px solid #999;
   background-image: url(../images/heading_gradient_long.gif);
   background-repeat: repeat-x;
}


#footer
{
   background-color: #D6DEE5;
   margin-top: 20px;
   padding: 25px 0 20px 0;
   color: #666;
   float: left;
   clear: both;
   text-align: center;
   width: 100%;
   background-repeat: repeat-x;
   border: 1px solid #a8b0b7;
   background-image: url('../images/header_gradient.gif');
}


.submit_button
{
   border: 1px solid #999;
   height: 26px;
   width: auto;
   font-weight: bold;
   font-size: 1.1em;
   background-color: #ffb900;
   background-image: url(../images/go_insipe_gradient.gif);
   background-repeat: repeat-x;
   padding: 4px 20px 6px 20px;
   margin-top: 13px;
   float: right;

}
