
body {
   background-color: #8896A7;
}

.wholesite {
   width: 760px;
}

a:link { color: #0782C2; text-decoration: none; }
a:visited { color: #0782C2; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

.header {
   background-color: #E8F8FF;
   border-top: 1px solid #C2C2C2;
   border-left: 1px solid #C2C2C2;
   border-right: 1px solid #C2C2C2;

   padding-left: 10px;
   padding-right: 10px;
   height: 5px;
   font-family: Granite, Lucida Grande, verdana, Helvectica, Arial;
}

.navigation {
   background-color: #8896A7;
   height: 15px;
   text-align: center;
   color: #ffffff;
   font-weight: bold;
   padding-top: 5px;
   font-family: Lucida Grande, verdana, Helvetica, Arial;
   font-size: 10pt;
}

.blog {
   width: 510px;
   background-color: #ffffff;
   border-left: 1px solid #C2C2C2;
   border-bottom: 1px solid #C2C2C2;
   padding: 10px;
   font-family: Lucida Grande, Verdana, Helvetica, Arial;
   font-size: 10pt;
}

.mobile {
   width: 445;
   background-color: #ffffff;
   border-left: 1px solid #C2C2C2;
   border-bottom: 1px solid #C2C2C2;
   padding: 10px;
   font-family: Lucida Grande, Verdana, Helvetica, Arial;
   font-size: 10pt;
}

.pick img:hover {   border-color: #3B5998;}

.pick img {    border: 1px solid #ffffff;}

#spotlight {

   background-color: #ffffff;
   border-right: 1px solid #C2C2C2;
   border-left: 1px solid #C2C2C2;
   border-bottom: 1px solid #C2C2C2;
   border-top: 1px solid #C2C2C2;
   padding: 6px;
   font-family: Lucida Grande, Verdana, Helvetica, Arial;
   font-size: 10pt;
}

.column {
   width: 210px;
   background-color: #ffffff;
   border-right: 1px solid #C2C2C2;
   border-bottom: 1px solid #C2C2C2;
   padding: 10px;
   font-family: Lucida Grande, Verdana, Helvetica, Arial;
   font-size: 10pt;
}


#fieldheader {

   background-color: #EDF3FE;
   border-right: 1px solid #C2C2C2;
   border-left: 1px solid #C2C2C2;
   border-top: 1px solid #C2C2C2;
   padding: 3px;
   font-family: Lucida Grande, Verdana, Helvetica, Arial;
   font-size: 10pt;
   text-align: center;
}

#bottomfield {

   background-color: #EDF3FE;
   border-right: 1px solid #C2C2C2;
   border-left: 1px solid #C2C2C2;
   border-bottom: 1px solid #C2C2C2;
   border-top: 1px solid #C2C2C2;
   padding: 1px;
   font-family: Lucida Grande, Verdana, Helvetica, Arial;
   font-size: 10pt;
   text-align: right;
}

#left {
 position: absolute;
 top: 0;
 left: 0;
 width: 210px;	
   background-color: #ffffff;
   text-align: left;
   border-left: 1px solid #C2C2C2;
   border-right: 1px solid #C2C2C2;
   border-top: 1px solid #C2C2C2;
   border-bottom: 1px solid #C2C2C2;
   padding: 3px;
   font-family: Lucida Grande, Verdana, Helvetica, Arial;
   font-size: 10pt;
}