@charset "UTF-8";

body {
	margin: 0px;
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(graphics/tcr_header_bkgd2.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
h1 {
	color: #05337C;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -1px;
}
h2 {
	color: #05338E;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	color: #865726;
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 12pt;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 11pt;
	line-height: 23px;
}
blockquote {
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C90;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 23px;
	color: #036;
	background-color: #f6ecca;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
a          {
	color: #06C;
	text-decoration: none;
}
a:visited  {
	color: #666;
}
a:hover    {
	color: #8D5E2A;
}
.container {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER AREA */
.headerArea {
	width: 100%;
	height: 362px;
}
.headerArea .container {
	height:362px;
	background-image: url(graphics/tcr_header2.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
/*
.headernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.headernav a { 
	color: #ffffff; 
	text-decoration: none; 
}
.headernav a:visited { 
	color: #ffffff; 
}
.headernav a:hover { 
	color: #112c4c; 
	text-decoration: none; 
}
*/
.name {
	padding-left: 30px;
	padding-top: 5px;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}
.divider {
	width: 100%;
	background-image: url(graphics/tcr_divider.jpg);
	background-repeat:repeat-x;
	height: 9px;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #FFF;
	background-repeat: repeat-x;
}
.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(graphics/tcr_main_bkgd2.jpg);
	background-repeat: no-repeat;
}
.main {
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}
.main li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 11pt;
	line-height: 23px;
}
#sidebar {
	float: left;
	padding-left: 30px;
	width: 210px;
	background-image: url(graphics/TheCourseroom.gif);
	background-repeat: no-repeat;
	padding-top: 100px;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px 10px 4px;
	padding:0;
}
#sidebar ul.sidemenu li {
	margin-bottom:10px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #036;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	background: #d1e1ed;
	border-left: 5px solid #4779B0;
	min-height: 18px;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
}
* html body #sidebar ul.sidemenu a { height: 18px; }
#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f6ecca;
	color: #865726;
	border-left:5px solid #C90;
}
#pricing th.top {
	color: #FFF;
	background-color: #487AAE;
	letter-spacing: 1px;
}
#pricing th.section {
	color: #FFF;
	background-color: #C90;
	letter-spacing: 1px;
}
#contact td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#contact label {
	font-weight: bold;
	text-align: right;
}
#contact input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#contact textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #86b1d3;
	border-top-style: solid;
	border-top-color: #ce9e1f;
	border-top-width: 4px;
}
.footerArea .container {
	height: 120px;
	background-image: url(graphics/footer_bkgd.gif);
}
.legal {
	padding-left: 40px;
	color: #036;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
}
.required {
	background-color: #f6ecca;
}
.success-messages {
	background-color: #ffdc67;
	font-weight: bold;
	padding: 4px 10px;
	margin-top: 10px;
}
.error-messages {
	color: #900;
	background-color: #ffdc67;
	font-weight: bold;
	padding: 4px 10px;
	margin-bottom: 10px;
}
.rjust {
	text-align="right";
}
