html {
	overflow-y:scroll;
	background:#DBDBDB url(../images/graphics/bg_html.jpg) repeat-x top fixed ;
}
body {
	/*background:url(../images/graphics/bg_body.jpg) top fixed no-repeat;*/
	color:#555;
}

h1, h2, h3, h4, h5, h6, a, .Highlight {
	color:#26C100;
}
#twtr-profile-widget h3 {
	color:#FF0 !important ;
}
h1, h2, h3, h4, h5, h6 {
	margin:16px;
}

.pointer {
	cursor:pointer;
}

.formtable td {
	vertical-align:top;
	text-align:left;
}
.formtable {
	margin:-6px 0 10px;
}
.formtable label {
	display:block;
	padding-top:5px;
	text-align:right;
}

h1 {
	border-bottom:1px solid #E4E4E4;
	padding-bottom:16px;
}

.padder {
	padding:10px 0 0 10px;
}
.borderer {
	border:1px solid #CCC;
}

.divider {
	margin:16px;
	background:#CCC;
	height:1px;
}

.ico {
	margin:0 4px -3px 0 ;
}

p {
	margin:16px 26px 16px 26px;
	color:#555;
}

a:hover {
	color:#FF0000;
}


.bodymain_center h1, .bodymain_center h2, .bodymain_center h3, .bodymain_center h4, .bodymain_center h5, .bodymain_center h6 {
	margin:16px;
}
.bodymain_center p {
	margin:16px 26px;
}

.courses {
	padding-left:20px;
}
.courses a {
	width:220px;
	height:59px;
	padding:8px 8px 8px 32px;
	display:block;
	float:left;
	text-align:left;
	font-size:18px;
	text-decoration:none;
	color:#FFF;
	background-position:bottom;
}
.courses a:hover {
	color:#FFF;
	background-position:top;
}
.courses a{
	margin:16px ;
}
.courses+p {
	clear:both;
}

/* Road Sign CSS */
.roadsigns a img  {
	border:2px solid transparent;
}
.roadsigns a:hover img {
	border:2px solid #87D04A;
}

/* CORE CLASSES */
.container {
	width:900px;
	margin:12px 12px 0 ;
	text-align:left;
}

/* HEADER STYLES */
.header {
	background:#fff url(../images/graphics/bg_header.jpg) no-repeat top left ;
	color:#FFF;
}
.header {
	color:#555;
}
.header_left {
	float:left;
	text-align:left;
	display:none;
}
.header_right {
	float:right;
	text-align:right;
	margin:65px 16px 0 0 ;
	font-size:14px;
	line-height:20px;
}
.header_center {
	text-align:center;
}
.header {
	height:150px;
}

.email_header {
	font-size: 14px;
	color: #26C100;
	text-decoration: overline;
}
a.email_header:hover {
	color: #0E66D2;
}

.phone_header {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
	
}

/* BODYMAIN STYLES */

.bodymain_box {
	margin:0 9px 9px;
	border:1px solid #CCC;
}

.bodymain {
	background:#fff;
	clear:both;
}
.bodymain_left {
	text-align:left;
	float:left;
	width:320px;
	height:400px;
}
.bodymain_center {
	text-align:left;
	padding:1px;
	height:420px;
	overflow-y:scroll;
	overflow-x:auto;
	width:578px;
	margin-left:320px;
}
.bodymain_right {
	display:none;
	text-align:right;
	float:right;
}

/* FOOTER STYLES */
.footer {
	clear:both;
	line-height:22px;
	margin:6px;
}
.footer_left {
	float:left;
	text-align:left;
	display:none;
}
.footer_right {
	float:right;
	text-align:right;
	display:none;
}
.footer_center {
	text-align:center;
}

.footer_center ul, .footer_center li {
	margin:0;
	padding:0;
	list-style:none;
}
.footer_center li {
	display:inline;
	margin:0 20px;
}
.footer_center a {
	text-decoration:none;
	color:#555;
}
.footer_center a:hover {
	text-decoration:underline;
}


.afterfooter {
	padding-bottom:16px;
}
.afterfooter p {
	margin:10px 0 16px;
}
.afterfooter a {
	color:#555;
	text-decoration:none;
}
.afterfooter a:hover {
	color:#555;
	text-decoration:underline;
}
