.apDiv1 {
	position:absolute;
	width:300px;
	height:350px;
	z-index:301;
	margin-left:20px;
	background-color: #F1F5FA;
	padding-right: 10px;
}
.cellBGborder {
	background-color: #C4D8E3;
	border: 1px solid #FFF;
	padding: 0px 0px 6px;
	color: #000;
	margin: 0px;
	font-size: 12px;
}
.clear{
	clear: both;
}
.courseMap {
	position:absolute;
	width:300px;
	height:350px;
	z-index:301;
	margin-left:20px;
	padding-right: 10px;
	background-color: #416d96;
	clear: left;
}
.clearLeft{
	clear: left;
}
.clearRight{
	clear: right;
}
.black {
	color: #000;
}
/* :::::: Text :::::*/
.bold{
	font-weight:bold;
}
.border {
	border: 1px solid #FFF;
	padding: 6px;
}
.borderTitle {
	border: 1px solid #FF9;
	padding: 6px;
	width: 400px;
}
.borderGrey {
	border: 1px solid #999;
	padding: 6px;
}
.borderDots {
	border: 1px dotted #FF9;
	padding: 6px;
	margin: 10px;
	width: 500px;
}
.borderDotsBottom {
	border-bottom: 1px dotted #999;
}
.borderWhite {
	border: 1px solid #FFF;
}
.borderLeftBox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.borderRightBox {
	border: 1px dotted #CCC;
}
.byline {
		font-size: 10px;
		font-weight:bold;
		text-align:right;
	}
.ComicSansFont {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: normal;
	max-width: 400px;
}
.elevenPt {
	font-size: 11px;
}
.extraLarge {
	font-size: 28px;
}

.extraSmall {
	font-size: 11px;
}
.frame {
     overflow: auto; /* allows the div block to be scrollable */
     font-size: 14px;
     border:0px;
     margin:0px;
     padding:0px;
}
/* :::::: Position :::::*/
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.greyBold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFB7;
	font-family: Verdana, Geneva, sans-serif;
}
.italic{
	font-style:italic;
}
.large {
	margin: 0 0 6px 0;
	font-size: 14px;
	font-weight: bold;
}
.largeTitle {
	font-size: 22px;
	letter-spacing: -0.01em;
}
.leftCol {
	width:290px;
	padding-right: 5px;
	float: left;
}
.lightBlue {
	color: #88DDD5;
	font-weight: normal;
}
.noUnderline {
	text-decoration: none;
}
.quoteYellow {
	color: #FF9;
	padding-right: 50px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.red {
	color: #930;
}
.redLight {
	color: #FFB951;
}
.redMed {
	color: #C42420;
	text-shadow: #000;
	background-color: #EFEFEF;
}

.redBright {
	color: #EB4D25;
}
.rightCol {
	width:290px;
	padding-left: 5px;
	float: right;
}
.small {
	font-size: 12px;
}
.sixPtDivBuffer {
	height: 6px;
	margin: 0px;
	padding: 0px;
}
.tenPt {
	font-size: 10px;
}
.twelvePt {
	font-size: 12px;
}
.underline{
	text-decoration: underline;
}
/* :::::: Widths :::::*/
.width33{
	width: 262px;
}
.width34{
	width: 264px;
}
.width67{
	width: 533px;
}
.yellow {
	color: #FF9;
}
.white {
	color: #FFF;
}
.test {
	background-color: #A2ACD7;
}
.lineSpaceSmall {
	line-height: 18px;
}
#noUnderline {}
#noUnderline a {
	text-decoration: none;
}
.allColTable {
	width:600px;
	float: left;
	padding: 2px;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.firstColTable {
	width:190px;
	float: left;
	font-size: 12px;
}
.secondColTable {
	width:140px;
	float: left;
	text-align: center;
	font-size: 12px;
}
.thirdColTable {
	width:140px;
	float: left;
	text-align: center;
	font-size: 12px;
}
.fourthColTable {
	width:130px;
	float: left;
	text-align: center;
	font-size: 12px;
}