html,body{
	height:100%;
}

body{
	margin:0px;
	padding:0px;
	font-size:12px;	
	background:url(../gfx/bg.gif) repeat-x #cfd7c8;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	color:#525357;
	cursor:default;
} 

a{
	color:#2c3e54;
	text-decoration:underline;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}

h2{
	font-size:14px;
	color:#2c3e54;
	padding:0px;
	margin:0px;
}

.header_text1{
	color:#e0ebe3;
	font-size:18px;
	font-weight:bold;
}
.header_text2{
	color:#fdfffc;
	font-size:14px;
	font-weight:bold;
}

#buttons{
	background-color:#c3d1c2;
	padding:13px 0px 13px 5px;
}
#buttons a{
	display:block;
	float:left;
	width:233px;
	height:108px;
	background-repeat:no-repeat;
	padding:7px 30px 0px 12px;
	margin-left:8px;
	color:#9fad94;
	text-decoration:none;
	font-weight:bold;
	font-family:'Arial-narrow', Helvetica, sans-serif;
	font-size:13px;
}
#buttons span.title{
	color:#2e3e55;
	font-size:18px;
}
a.button1{
	background-image:url(../gfx/button-courses1.gif);
}
a.button1:hover{
	background-image:url(../gfx/button-courses1_over.gif);
}
a.button2{
	background-image:url(../gfx/button-courses2.gif);
}
a.button2:hover{
	background-image:url(../gfx/button-courses2_over.gif);
}
a.button3{
	background-image:url(../gfx/button-courses3.gif);
}
a.button3:hover{
	background-image:url(../gfx/button-courses3_over.gif);
}

#courses_list{
	width:222px;
	background:url(../gfx/courses-list-body.gif) repeat-y;
}
#courses_list_h{
	background:url(../gfx/courses-list-head.gif) no-repeat;
	padding:11px 0px 0px 10px;
	height:24px;
	color:#8b7f57;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
#courses_list_b{
	padding:10px 15px 10px 10px;
}
#courses_list_f{
	background:url(../gfx/courses-list-foot.gif) no-repeat;
	height:5px;
	font-size:1px;
	line-height:1px;
}

#courses_list_b select{
	width:100%;
	background-color:#f8f8f8;
	color:#5f5937;
	border:solid 1px #b2ae7e;
}

#courses h2{
	text-transform:uppercase;
	margin-bottom:10px;
}
#courses a{
	display:block;
	background:url(../gfx/picto-pdf.gif) no-repeat 8px 8px #eff2eb;
	color:#1e5085;
	padding:8px 10px 8px 33px;
	text-decoration:none;
	border-bottom:solid 1px #ffffff;
	font-size:12px;
	font-weight:bold;
}
.description{
	font-weight:normal;
	padding-top:5px;
	color:#909090;
}