﻿body
{
    margin: 0px;
    background-color: #95B3D7;
    font-family: Arial;
    font-size: 9pt;
}

.header
{
    float: left;
    width: 100%;
    background: navy;
}

.headerImage
{
    float: left;
    width: 199px;
    background: white;
    text-align: center;
}

.headerText
{
    float: left;
    width: 780px;
    padding-top: 20px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
}

.footer
{
    background: navy;
    color: white;
    padding: 10px;
    text-align: center;
	font-size: 7pt;
}

.mainBody
{
    width: 1000px;
    margin: auto;
    background-color: white;
    border: black solid 1px;
}

.mainRowGroup
{
    overflow: hidden;
}
        
.mainColumn, .mainLeftColumn, .mainRightColumn
{
    float: left;
    width: 200px;
}

.mainLeftColumn
{
    width: 199px;
    border-right: solid 1px gray;
    margin-bottom: -20000px;
    padding-bottom: 20000px;
}

.mainRightColumn
{
    width: 199px;
    border-left: solid 1px gray;
    margin-bottom: -20000px;
    padding-bottom: 20000px;
}

.mainColumn, .mainColumnCenter
{
    float: left;
    width: 173px;
}

.mainColumnCenter
{
    float: left;
    width: 171px;
    padding: 0px 10px;
    border-right: solid 1px gray;
    border-left: solid 1px gray;
    margin-bottom: -20000px;
    padding-bottom: 20000px;
}

.mainLeftColumn
{
}

.mainRightColumn
{
    float: right;
}

.mainCenterColumn
{
    float: left;
}

.mainCenterColumnWide
{
    float: left;
    width: 800px;
}

.mainImage
{
    width: 578px;
    border: #95B3D7 solid 1px;
    margin-bottom: 10px;
}

.mainRow
{
    float: left;
    overflow: hidden;
}

.featureBlock
{
    margin-bottom: 20px;
    padding: 10px;
    background: url('../../images/FeatureBottom.gif') repeat-x top;
}

.spotlightBlock
{
    margin-bottom: 10px;
    padding: 10px;
}

.clear
{
    clear: both;
}

.headingLarge
{
    font-weight: bold;
    font-size: 10pt;
    color: maroon;
}

.headingSmall
{
    font-weight: bold;            
}

.pageTitle
{
	border: none;
	background-color: #95B3D7;
	height: 42px;
}

.pageTitleText
{
	padding: 12px 0px 12px 10px;
	font-size: 11pt;
	font-weight: bold;
}

.contentSubBox
{
	padding: 10px;
	background-color: #DBE5F1;
	margin-top: 5px;
}

.contentSubBoxAlt
{
	padding: 10px;
	margin-top: 5px;
}

.heading
{
	font-weight: bold;
}

.highlight1
{
	font-weight: bold;
}

.highlight2
{
	color: maroon;
	font-weight: bold;
}

.largeHeading
{
	font-weight: bold;
	font-size: 12pt;
}

.checkMark
{
	list-style-image: url(images/CheckMark.gif);
}

.image
{
	border: solid 1px gray;
}

.hRule
{
	line-height: 1px;
	color: Black;
}

a, a:visited, a:active
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: Navy;
	font-weight: bold;
}

.comments
{
    padding: 0px 15px;
}

.comment
{
    background: #DBE5F1;
    border: solid 1px #95B3D7;
    margin-top: 20px;
    padding: 10px;
}

.commentHeading
{
    font-size: 9pt;
    font-weight: bold;
}

.commentDate
{
    font-size: 7pt;
    color: Blue;
    margin-bottom: 10px;
}

.commentText
{
    font-size: 10pt;
}

.productTitle
{
    text-align: center;
	font-weight: bold;
	font-size: 11pt;
}

.tableHeader
{
    background: #95B3D7; 
    font-size: 12pt;
    font-weight: bold;
    padding: 5px; 
}

.tableContent
{
    padding: 5px; 
    background: #DBE5F1;
}

.shoppingCartHeader
{
    background: #95B3D7; 
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}

.shoppingCartContent
{
    padding: 5px; 
    background: #DBE5F1;
    border-top: solid 1px white;
}

.shoppingCartRemove
{
    font-size: 8pt;
}

.shoppingCartFooter
{
    text-align: right;
    font-weight: bold;
}

table.courseCatalog 
{
    width: 100%;
    border: 0px;
}

table.courseCatalog th, table.courseCatalog td
{
    padding: 5px;
    border: 0px;
    vertical-align: top;
}

table.courseCatalog .accreditedHeader
{
    background: #95b3d7;
}

table.courseCatalog .acceleratedHeader
{
    background: maroon;
    color: white;    
}

table.courseCatalog .accreditedRow
{
    background: #DBE5F1;
}

table.courseCatalog .acceleratedRow
{
    background: #fed2d2;
}

table.courseCatalog .rowAlt
{
    background: white;
}

table.courseCatalog .creditItem
{
    width: 50px;
    text-align: center;
}

table.courseCatalog .statusItem
{
    width: 100px;
    text-align: center;
}

.enrollNowBox
{
    float: right;
    width: 175px;
    padding: 20px;
    background: #c7d2f3;
    font-weight: bold;
    text-align: center;
}

.indent
{
    margin-left: 20px;
}

.message
{
    font-weight: bold;
    color: Red;
}