body {
	margin: 10px;
	padding: 0;
	background-color: white;
}

body, p, div, td, .normal {
	font-family: Verdana, Arial;
	color: #4B4B4D;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 13px;
}

ul, ol {
	margin-left: 1.5em;
	padding-left: 0;
}

ol {
	margin-left: 2.2em;
}

ul ul, ol ol {
	margin-top: 0;
}

input, textarea, select {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #4B4B4D;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a, a:link, a:active, a:visited, a:hover {
	color: #3874B5;
	text-decoration: underline;
}

a:hover, a.selected, a.selected:link, a.selected:active, a.selected:visited, a.selected:hover {
	color: #FDC600;
}

a:hover img {
	border-color: #FDC600;
}

#container {
	width: 890px;
	margin: 0 auto;
}

#containerTable {
	width: 890px;
	background: url(../img/bg.png);
}

#shadowLeftCell, #shadowRightCell {
	width: 9px;
	padding: 0;
}

#subMenuCell {
	width: 204px;
	padding: 0 20px 20px 11px;
}

#sidebarCell {
	width: 172px;
	padding: 0 11px 20px 20px;
	text-align: right;
}

#bodyCell {
	padding: 0 15px 20px 26px;
}

td {
	vertical-align: top;
}

h1, .title {
	font-size: 11px;
	font-weight: bold;
	color: #3874B5;
	margin: 20px 0 0.8em -11px;
	padding: 1px 0 2px 6px;
	border-left: 5px solid #FDC600;
	clear: both;
}

h1 {
	margin-right: 90px;
}

h1.title {
	border-left-color: #3874B5;
}

#sidebarCell h1, #sidebarCell .title {
	border-left: none;
	border-right: 5px solid #FDC600;
	padding: 1px 6px 2px 0;
	margin-left: 0;
	margin-right: -11px;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover,
.title a:link, .title a:active, .title a:visited, .title a:hover,
h2 a:link, h2 a:active, h2 a:visited, h2 a:hover,
.subTitle a:link, .subTitle a:active, .subTitle a:visited, .subTitle a:hover {
	text-decoration: none;
}

h2, .subTitle {
	margin: -0.4em 0 0.5em;
	color: #3874B5;
	font-weight: normal;
	padding: 0;
	font-size: 11px;
}

h3 {
	margin: 0 0 3px 0;
	font-size: 10px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

input.textbox, textarea, select {
	border: 1px solid #3874B5;
}

#newsletterForm input {
	width: 198px;
	margin-bottom: 4px;
	display: block;
}

.submit {
	background-color: #3874B5;
	color: white;
	border: none;
	padding: 1px 0;
	margin-right: 10px;
}

div.submit {
	padding: 2px 15px;
	float: left;
	height: 12px;
}

div.submit a:link, div.submit a:active, div.submit a:visited, div.submit a:hover {
	text-decoration: none;
	color: white;
	cursor: default;
}

#newsletterForm .submit {
	width: 40px;
}

#calendarOverlay {
	position: absolute;
	left: 50%;
	top: 323px;
	width: 2px;
	height: 204px;
	margin: 0 445px;
	background: url(../img/calendarOverlay.png);
}

.loading {
	margin-top: 20px;
	margin-left: -11px;
}

#sidebarCell .loading {
	margin-left: 0;
	margin-right: -11px;
}

#breadcrumbs {
	width: 890px;
	height: 17px;
	background: url(../img/breadcrumbs.png);
	padding-top: 4px;
}

#breadcrumbs div {
	color: white;
	float: left;
}

#breadcrumbs #breadcrumbsText {
	width: 226px;
	text-align: right;
	padding-right: 9px;
}

#breadcrumbs #breadcrumbsPages {
	padding-left: 9px;
	width: 628px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited, #breadcrumbs a:hover {
	color: white;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #FDC600;
}

.picture {
	float: left;
	margin: 2px 1em 1em 0;
	border: none;
	border-top: 1px solid #3874B5;
	border-bottom: 1px solid #3874B5;
}

.picture.right {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.courseProperties {
	float: left;
	margin-left: 0;
}

.courseProperty {
	margin: 0 0 2em 0;
	padding-left: 22px;
	background: url(../img/courseProperty.png) no-repeat left 6px;
}

.coursePropertyTitle {
	margin-left: -3px;
	margin-bottom: 1px;
	font-weight: bold;
	color: #3874B5;
}

.articleCourse {
	margin: 1em 0;
	border: 3px solid #FDC600;
	padding: 1em 1em 0 1em;
}

.articleCourse .subTitle {
	margin-top: 0;
}

.articleCourse .picture {
	margin-top: 0;
}

.formTable td {
	padding: 2px;
}

.testimonialSignature {
	text-align: right;
	color: #3874B5;
	margin-bottom: 1em;
}

.hr {
	border-bottom: 1px solid #4B4B4D;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin: 1em 0;
	padding: 0;
}

#calendar {
	margin-left: -20px;
	margin-right: -11px;
}

#newsletter {
	width: 600px;
	margin-bottom: 10px;
}

#newsletterHeader {
	height: 214px;
	overflow: hidden;
}

#newsletterBodyBackground {
	padding: 1px;
	padding-top: 0;
	background: url(../img/newsletterBodyBackground.png);
}

#newsletterBody {
	padding: 20px 20px 20px 31px;
	background-color: white;
	margin-top: 1px;
}

#newsletterTitle {
	padding-top: 5px;
	padding-left: 32px;
	padding-bottom: 4px;
	color: white;
	background: url(../img/breadcrumbs.png);
}

#icons {
	position: absolute;
	left: 50%;
	top: 270px;
	width: 90px;
	text-align: right;
	margin: 0 128px;
}

#icons img {
	margin-left: 5px;
}

#footer {
	width: 890px;
	height: 15px;
	padding-bottom: 5px;
	background: url(../img/bg.png);
	padding-left: 11px;
	color: #3874B5;
}

#footerMenu {
	float: left;
}

#mm {
	float: right;
}

