body {
	background: #00aeef;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
}

/* Body Text Styles */
body, div, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
}

h1 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #e33434;
	padding: 15px 0 15px 0; 
	margin: 0;
}

h2 {
	display: block;
	text-align: center;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #595959;
	font-weight: normal;
}

h2 strong {
	color: #e33434;
	font-weight: normal;
}

h2 a {
	color: #e33434;
}

h3 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #e33434;
	padding: 30px 0 0px 0; 
	margin: 0;
}

h4 {
	display: block;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #898989;
	padding: 0 0 5px 0;
	margin: 5px 0 15px 0; 
	border-bottom: 1px dotted #292929;
}

p {
	margin: 10px 0 10px 0;
}

p, li {
	line-height: 20px;
}

li strong {
	color: #ce0000;
}

a:link, a:visited {
	color: #CC0000;
}

a:hover {
	color: #FF0000;
}

/* Page Layout Styles */
#wrap {
	width: 798px;
	margin: auto;
	text-align: left;
}

#header {
	width: 773px;
	height: 65px;
	background: url(../images/background-header.png) no-repeat;
	padding: 28px 0 0 25px;
}

#header span {
	padding: 38px 25px 0 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #667b90;
}

#contentWrap {
	width: 798px;
	background: url(../images/background-content-footer.png) no-repeat bottom;
	padding: 0 0 35px 0;
}

#contentArea {
	width: 758px;
	min-height: 100px;
	padding: 0 20px 0 20px;
	background: url(../images/background-content.png) repeat-y bottom;
}

#contentLeft {
	width: 440px;
	float: left;
}

#contentRight {
	width: 304px;
	float: right;
	text-align: center;
}

#contentLeft li {
	list-style-type: none;
	list-style-image: url(../images/li.png);
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#footer div {
	margin: auto;
	width: 690px;
}

#footer ul {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
}

#footer li {
	margin: 0 7px 0 7px;
	float: left;
	list-style: none;
	font-size: 8pt;
}

#footer p {
	clear: both;
	padding: 5px 0 0 0;
	margin: 0;
	color: #fff;
	font-size: 8pt;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}

#footer a:hover {
	text-decoration: underline;
	color: #CCFFFF;
}

#upcomingCourses {
	background-image: url(../images/upcoming-courses-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #008dd4;
	width: 290px;
	margin: 0;
	padding: 5px 7px 10px 7px;
	text-align: right;
}

#coursesLeft {
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	color: #fff;
	width: 180px;
	padding: 0 0 10px 0;
}

#coursesLeft a {
	color: #fff; 
	font-size: 8pt;
	text-transform: none;
}

#coursesRight {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	color: #bfeaff;
	font-weight: bold;
	padding: 0 0 10px 0;
}

div.clearBoth {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
}

div.textCenter {
	text-align: center;
}

div.address {
	display: block;
	padding: 4px;
	border-bottom: 1px solid #29abe2;
	background: #d6e1e8;
	margin: 0 0 12px 0;
}

div.address strong {
	color: #0256a5;
}

div.pdfFile {
	display: block;
	padding: 10px 0 10px 50px;
	background: url(../images/pdf.gif) no-repeat;
	margin: 0 0 5px 0;
	border: 1px solid #fff;
	text-align: left;
}

div.pdfFile:hover {
	background-color: #ffe4e4;
	border: 1px dotted #b57878;
}

div.pdfFile a {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	display: block;
}

div.orangeBoxWrap {
	width: 440px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	font-size: 12pt;
	font-weight: bold;
	background: url(../images/orangebox-bottom.png) bottom no-repeat #ffd195;
}

div.orangeBoxContent {
	background: url(../images/orangebox-top.png) no-repeat;
	padding: 10px;
		
}

div.blueBoxWrap {
	width: 440px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	font-size: 12pt;
	font-weight: bold;
	background: url(../images/bluebox-bottom.png) bottom no-repeat #0054a6;
}

div.blueBoxContent {
	background: url(../images/bluebox-top.png) no-repeat;
	padding: 10px;
	color: #ffffff;
}

div.sideQuote {
	width: 303px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #808f95;
	font-style: italic;
	margin: 20px 0 0 0;
}

table.contacts {
	width: 100%;
	border: 1px solid #afafaf;
	background: #afafaf;
}

table.contacts tr.headerRow {
	background: #595959;
}

table.contacts tr.headerRow td {	
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	font-size: 8pt;
}

table.contacts tr.stdRow1 {
	background: #d9e5e9;
}

table.contacts tr.stdRow2 {
	background: #fff;
}

table.contacts tr.stdRow1 td, table.contacts tr.stdRow2 td {
	color: #494949;
	text-align: left;
	padding: 2px;
	font-size: 8pt;
}

div.link {
	display: block;
	padding: 0 0 0 50px;
	background: url(../images/link.gif) no-repeat;
	margin: 0 0 5px 0;
	border: 1px solid #fff;
	height: 38px;
}

div.link:hover {
	background-color: #e7ffc4;
	border: 1px dotted #93c34e;
}

div.link a {
	padding: 10px 0 10px 0;
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
	display: block;
}

strong.ctcBlue {
	color: #00aeef;
}