   @import "http://framework.communitycollege.org/css/global.css"; /* CCF Global Styles */
   @import "http://framework.communitycollege.org/css/search_card.css"; /* Search card styles */
   @import "http://framework.communitycollege.org/css/share_box.css"; /* Search card styles */

body
{
   font-family: Verdana;
   font-size: 12px;
}

a
{
   font-size: 1em;
   text-decoration: none;
   font-weight: bold;
}

a:hover { color: #f00; }

#pageTitle h2
{
   font-weight: normal !important;
   letter-spacing: normal !important;
}

.navigate
{
   display: block;
   width: auto;
   padding: 5px 0px;
}

a.goBack, a.goNext
{
   display: block;
   float: left;
   font-size: 12px;
   border: solid 2px #3F6DB3;
   color: #eee;
   width: 75px;
   text-align: center;
   padding: 3px;
   background: #CED6DF;
   background: #3F6DB3 url("http://framework.communitycollege.org/images/grad_bluebutton.gif") repeat-x left top;
}

a.goNext { float: right; clear: right; }

a.goBack:hover, a.goNext:hover
{
   background: #08284C url("http://framework.communitycollege.org/images/grad_bluebutton.gif") repeat-x 0px -30px;
   border: outset 2px #043B73;
   color: #FFC956;
}
