@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	/*background: #EDE3AD; changed by request 20200604*/
	background: #FFF;
	color: #000 !important;
}

.clearfix 
{ 
	display: block; 
	vertical-align:top;
} 

.clearfix:after
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

table.extinfo a {
	font-size: 11px !important;
	background: none !important;
	padding-left: 0px !important;
	line-height: 11px !important;
	text-decoration: underline !important;
}

table.extinfo a:hover {
	text-decoration: none !important;
}

table.extinfo tr td {
	padding-bottom: 5px !important;
}

td.courseList {
	width: 375px !important;
}

td.defaultCategory {
	width: 325px !important;
}

a
{
    color: #066;
    font-weight: bold;
}

a:hover
{
    color: #048;
    text-decoration: underline;
}

a img
{
    border: none;
}

#gbHeaderSpan {
	height: 95px;
	background: #7ba790;
	/*border-bottom: 2px solid #1B6666;*/
	margin-bottom: 10px;
	padding-top: 15px;
}

#gbHeader {
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 95px;
}

#gbHeaderL {
	float: left;
	width: 150px;
	height: 85px;
}
#gbLogo {
	/*background: url(../img/gbLogo-dark.gif) no-repeat;*/
	height: 83px;
	width: 131px;
}

#gbHeaderR {
	float: right;
	width: 850px;
	height: 112px;
	background: url(../img/banner.jpg) no-repeat;
	margin-top: -17px;
}

#gbUtility {
	margin: 0 auto 0 auto;
	width: 780px;
	height: 45px;
	color: #057;
	text-align: right;
	font-size: 12px;
}

#gbUtility #top .left {
	color: #066;
}

#gbUtility a:link, #gbUtility a:visited {
	text-decoration: none;
	color: #066;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#gbUtility a:hover {
	color: #057;
	text-decoration: underline;
}

#gbSearch {
	float: right;
	text-align: right;
	width: 240px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 70px;
	margin-right: 150px;
}

#gbSearch br {
	display: none;
}

#gbSearch a {
	color: #FFF;
}

#gbMainSpan {}
#gbMain {
	margin: 0px auto 0px auto;
	width: 1000px;
	min-height: 500px;
}

div.pageHeading p span span {
	color: #000 !important;
	font-size: 20px !important;
}

#gbSidebar {
	float: left;
	min-height: 550px;
	width: 170px;
}

#gbSidebar ul {
	list-style: none;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	width: 170px;
}

#gbSidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	color: #FFF;
	height: 22px;
	padding-top: 8px;
	text-align: center;
	font-size: 12px;
	background: #066;
	margin-bottom: 5px;
	border: 1px solid #033;
	border-radius: 5px;	
	-moz-border-radius: 5px;
}

#gbSidebar ul li:hover {
	background-color: #057;
}

#gbSidebar ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#gbSidebar ul li:hover a {
	color: #FFF;
}

#gbPDF {}

#gbContent {
	float: right;
	width: 780px;
	padding: 20px 20px 20px 20px;
	background: #FFF;

	border: 1px solid #d6cf9d;
	border-radius: 5px;	
	-moz-border-radius: 5px;
}

#gbFooterSpan {}
#gbFooter {
	margin: 20px auto 0px auto;
	width: 780px;
	text-align: center;
	font-size: 12px;
	left: 90px;
	font-weight: bold;
	position: relative;
}

div.cceLogo {
    height: 100px;
    width: 220px;
    margin: 30px auto 0px auto;
    color: #262626;
    text-align: center;
    font-size: 12px;
    position: relative;
    left: 100px;
}

div.cceLogo img {
    margin-bottom: 10px;    
}