/* globals */
body 
{
margin: 0;
   padding: 0;
font-family: verdana,arial,helvetica,sans-serif;
color:#fff;
background-color:#dcdcdc;
}
div, p, td, li, span 
{
font-size:10px;
   line-height: 140%;
}
p, ul
{
   margin-top: 10px;
}
.right 
{
float:right;
}
.left
{
float:left;
}
a img 
{
border:none;
margin:0;
padding:0;
}
div.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}

/* forms */
form 
{
display:inline;
margin:0;
padding:0;
}
.inputbox 
{
font-family: verdana,arial,helvetica,sans-serif; 
font-size:10px;
color:#333;
background-color:#fff;
  border: 1px solid #666;
}
select 
{
font-family: verdana,arial,helvetica,sans-serif;  
font-size:10px;
color:#333;
background-color:#fff;
}
textarea 
{
font-family: verdana,arial,helvetica,sans-serif;  
font-size:10px;
color:#333;
background-color:#fff;
  border: 1px solid #666;
}
.button 
{
font-family: verdana,arial,helvetica,sans-serif;
font-size:10px;  
color:#333;
background-color:#fff;
}
.label 
{
   font-weight:bold;
   background-color:#fafaeb;
}
.field 
{
   background-color:#e2e2be;
}
.required 
{
   font-weight: bold;
   color:#999999;
}

/* links */
a:link, a:visited 
{
color:#646464;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}
a.sec:link, a.sec:visited
{  
   color: #646464;
}
a.sec:hover
{  
   text-decoration: underline;
}


#content .special a, #content .callout a
{
   color: #646464;
}

/* global */
.column
{
   background-color: #000000;
   border-top: 1px solid #000000;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
   width: 770px;
}
.rightcolumn
{
   background-color: #646464;
   border-left: 1px solid #000000;
}
.rightcolumnform
{
   background-color: #747474;
}
.sectionlabel
{
}
.sectionlabel img
{
   margin: 15px;
}
.buttons img
{
   border-bottom: 1px solid #999;
}
h1
{
font-size: 14px;
font-weight: bold;
color: #f15d2a;
}
h2
{
   text-transform: uppercase;
font-size: 10px;
font-weight: bold;
color: #f15d2a;
}

#utilnav 
{
   height: 40px;
background-color: #CCCC99;
}
#utilnav div
{
   padding: 13px 0;
   float: right;
}
/* breadcrumb */
#breadcrumb td
{
   color: #666;
}
#breadcrumb a:link, #breadcrumb a:visited
{
   color: #646464;
}

/* footer */
#footer table
{
   margin: 0;
   color: #646464;
   border-top: 1px solid #000000;
   padding: 3px 0;
background-color: #CCCC99;
}

.bottomborder
{
   margin: 0;
   color: #999999;
   border-bottom: 1px solid #000000;
   padding: 3px 0;
background-color: #CCCC99;
}

/* content */
#content
{
   padding: 0;
   margin: 0;
}
#content .main
{
   padding: 15px;
   background-color: #cccccc;
} 
#content .nav
{
   background-color: #646464;
   line-height: 120%;
   padding: 5px 10px;
   color: #ffffff;
   border-right: 1px solid #000000;
} 

#content .nav a
{
color:#ffffff;
   text-decoration: none;
}
#content .nav a:hover
{ 
   text-decoration: underline;
}



#content .special
{
   background-color: #9999cc;
   line-height: 120%;
   padding: 5px 10px;
   color: #333;
} 
/* links */
#content .special a
{
color:#646464;
   text-decoration: none;
}
#content .special a:hover
{ 
   text-decoration: underline;
}