﻿body 
{
	background-color: #ffffff;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	color : #505050; 
	font-family: Verdana, Arial;
}

h1 
{
	font-family: Verdana, Arial;
	font-size:22px;
	font-weight: bold;
	color: #cc6666;
	text-align: center;
}

.masterLogo 
{
	width: 250px;
	padding: 0 0 15px 0;
	height: 110px;
	background-image: url(../../images/corteen_logo.jpg);
	margin-left: auto;
	margin-right: auto;
}

.masterOuterContainer {
	clear:both;
	width:674px;
	height:420px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../../images/bg.gif);
}

.masterBodyContainer {
	clear:both;
	width:654px;
	padding: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.clear 
{
	clear: both;
}

.centered 
{
	text-align: center;
}

.tenPixSpacer
{
	clear: both;
	height: 10px;
}

.twentyPixSpacer
{
	clear: both;
	height: 20px;
}

a 
{
	color: Navy;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.courseAccordionHeader, .courseAccordianHeaderSelected {
	border: 0;
	color: #505050;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-top: 5px;
	cursor: pointer;
	height:15px;
}
      
.courseAccordionContent
{
    border: 0;
    padding: 5px;
    padding-top: 10px;
    color: Black;
    font-family: Verdana, Arial, Sans-Serif;
}

.courseAccordionLink
{
 color: Black;
 text-decoration: none;
 display: block;
}

.courseListBody
{
	clear: both;
	width: 320px;
	background-color: white;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
	padding: 5px 5px 0px 5px;
	color: Red;
	font-weight: bold;

}

.courseListBottom
{
	width: 320px;
	text-align: left;
	background-color: white;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
	border-bottom: 1px dashed black;
	display: block;
	padding: 5px 5px 5px 5px;
	color: Gray;
}

.courseMain
{
	text-align: left;
}

#nav {
	width: 674px;
	margin-left: auto;
	margin-right:auto;	
	padding-left: 0px;
	padding-right: 0px;
}

#nav  a 
{
	background-image:url(../../images/taboff.gif);
	background-repeat: no-repeat;
	width:107px;
	height:24px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	padding-top:10px;
	padding-right: 4px;
	text-decoration:none;
	color: #666666;
	font-weight:bolder;
}

#nav  a:hover {
	background-image:url(../../images/tabon.gif );
	color: Black;
}

#nav .selected
{
	background-image:url(../../images/tabon.gif);
	color: White;
	
}

#nav  a:active { 
  background-image:url(../../images/tab-on.gif);
  
}

.copyright 
{
	color: Navy;
	font-size: 10px;
	font-style:italic;
	text-align: center;
	padding-top: 5px;
	height:35px;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	
}

.robertImage 
{
	width:130px;
	height:174px;
	background-image: url(../../images/robert.gif);
	border: 1px solid black;
	float: right;
}

.homeLeft
{
	width: 505px;
	float: left;
}

.testimonailsList 
{
	background: transparent;
	height: 285px;
}
	
.testimonialText 
{
	font-family: Verdana;
	font-size: 18px;
	font-style: italic;
}

.testimonialName 
{
	color: Black;
	font-size: 11px;
}

.linkList 
{
	background: transparent;
	height: 310px;
}
	
.linkURL 
{
	font-size: 14px;
}

.linkDesc
{
	font-size: 12px;
}

