* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #010001;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body {
	font-size: 13px;
	background-color: #efa600;
}

a {
	color: #9d761e;
	text-decoration: underline;
}

h1 {
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
}

h2 {
	font-size: 17px;
}

h3, h4 {
	font-size: 12px;
	margin-top: 16px;
}

p {
	line-height: 19px;
	padding-bottom: 5px;
}

ol li
{
	margin-bottom:6px;
}

img{
	border: 0;
}

.left{
	float:left;
}

.cleaner{
	clear:both;
}

/* layouty */
#container {
	width: 960px;
	margin: 0 auto;
	background: transparent url('/images/layout/container-bg.jpg') top left no-repeat;
	position: relative;
	top: 0;
	left: 0;
}

#bagr {
	position: absolute;
	top: 10px;
	left: 690px;
	z-index: 10;
}

#header {
	width: 840px;
	margin: 0 auto;
	height: 74px;
	z-index: 5;
	background-color: #fcedcc;
}

#header .title {
	margin: 18px 0 0 22px;
}

#header #card {
	position: absolute;
    top: 26px;
    right: 235px;
    z-index: 10;
    font-size: 22px;
    font-weight: bold;
}

#menu {
	width: 840px;
	height: 36px;
	margin: 0 auto;
	background: transparent url('/images/layout/menu-bg.png') top left repeat-x;
	z-index: 15;
	position: relative;
	top: 0;
	left: 0;
}

#menu ul.menu {
	list-style-type: none;
	padding-left: 10px;
}

#menu ul.menu li.menu_button {
	padding: 0 16px 0 15px;
	float: left;
	background: transparent url('/images/layout/menu-separator.gif') top right no-repeat;
}

#menu ul.menu li.menu_button.last {
	background-image: none;
}

#menu ul.menu li.menu_button a {
	color: #ffffff;
	text-decoration: none;
	font-family: 'opensans-bold-webfont';
	font-size: 13px;
	display: block;
	line-height: 34px;
    vertical-align: middle;
	margin: 1px 0 1px 0;
}

#menu ul.menu li.menu_button a:hover, #menu ul.menu li.menu_button a.selected {
	color: #efa600;
	background: transparent url('/images/layout/menu-hover-bg.jpg') bottom left repeat-x;
}

#content {
	background-color: #FFFFFF;
    margin: 0 auto;
    min-height: 500px;
    padding: 20px;
    width: 800px;
    z-index: 5;
}

#content ul, #content ol{
	margin-left:16px;
	margin-bottom:16px;
}

.courses{
		background-color:#fceac4;
		padding:20px;
		margin:20px 0;
}

.courses a
{
		font-weight:normal;
}

.arrow{
  background: url("/images/layout/arrow.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 24px;
  margin-left: 12px;
  width: 24px;
}

.bigtitle_long_column_main,.bigtitle_long_column_top{
	width:600px;
}

.bigtitle_long_column_top{
	border-bottom: 1px solid #FBEAC4;
	margin-bottom:20px;
}


table td.lightGrey {
    background-color: #E5E5E5;
    padding: 10px;
}

table td.medGrey {
    background-color: #D4D4D4;
    padding: 10px;
}

.line{
	border-bottom: 1px solid #fbeac4;
	padding:20px 0;
}

.noBorder{
		border:none;
}


#footer {
	height: 51px;
	background: transparent url('/images/layout/footer-bg.jpg') top left no-repeat;
}

#footer #footerMenu {
	padding: 9px 0 0 87px;
}

#footer #footerMenu span.item {
	line-height: 22px;
	vertical-align: middle;
	color:#9d761e;
    font-family: 'opensans-semibold-webfont';
}
#footer #footerMenu span.separator {
	line-height: 22px;
	vertical-align: middle;
	color:#ffffff;
    font-family: 'opensans-semibold-webfont';
}
#footer #footerMenu span.item a {

}
#footer #footerMenu .bold {
	color:#000000 !important;
}