/* Global Styles */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	/*	background-color: #737a7f;*/
	background-color: #333333;
	width: 100%;
	left: auto;
	top: auto;
}

hr {
	background-color: #99cc66;
	height: 1px;
	color: #99cc66;
	border: none;
	}

a:link {
	color: #FFFFFF;
	text-decoration:underline;
	}

a:visited {
	color: orange;
	text-decoration:underline;
	}

a:hover {
	color: #ff3300;
	text-decoration:none;
	}

a:active {
	color: #FF3300;
	text-decoration:none;
	}
/* ID Styles */
#mainContent {
	margin-left: 10%;
	margin-right: 10%;
}
	
#Link_Content {
	margin-left: 10%;
	margin-right: 10%;
}

#Referall_Content {
	margin-left: 10%;
	margin-right: 10%;
}
	
#links {
	margin: 0 0 0 10%;
	padding: 0;
	display:inline;
}

#links li {
	margin: 0;
	font-size: 80%;
	display: inline;
	list-style: none;
	padding-right: 10px;
	padding-bottom: 0;
}

#FavLinks {
	float: left;
	color: #99cc66;
	padding-left: 15px;
	margin-top: 15px;
	clear: none;
}

#ClockFrame {
	margin-left: 10%;
	padding-left: 30px;
}

#TCs{
	text-align:center;
	}	
		
/* Class Styles */

.Clock {
	border-top-color: #333300;
	border-right-color: #333300;
	border-bottom-color: #333300;
	border-left-color: #333300;
	clear: none;
	color: #99cc66;
	float: left;
	padding: 15px;
	margin-top: 15px;
	width: 160px;
	float: left;
	text-align: center;
}

.subHeader {
	color: #99CC66;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
#TCs{
	text-align:center;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:0.1em;
	}
	
.smallText {
	font:12px arial;
	color:#99CC66;
	}
.CoName {
	height: 130px;
	text-align:center;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 30px;
}

.CoImgL {
	height: 160px;
	width: auto;
	float: left;
	position: relative;
	clear: none;
	margin-left: -15px;
}

.CoImgR{
	float: right;
	clear: none;
	margin-right: 25px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.lgeCoName {
	font-family: teacher_A, Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #99cc66;
}

.smlCoName {
	font-family: teacher_A, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99cc66;
}

.imgHolderR {
	clear: left;
	float: right;
	position: relative;
	height: auto;
	width: auto;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 1em;
}
.imgHolderL {
	clear: right;
	float: left;
	position: relative;
	height: auto;
	width: auto;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 2px;
	padding-left: 0px;
}
.imgHolderC {
	clear: both;
	float: none;
	position: relative;
	height: auto;
	width: auto;
	text-align: center;
}
.detailText_ul {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	text-indent: 30px;
}
.detailText_ul_ul {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	text-indent: 80px;
}
