html, body {
	height: 100%;
	padding:0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}

#top {
	width: 950px;
	height: 210px;
	margin: auto;
	background-image: url(./images/top.jpg);
}
#buttons {
	width: 950px;
	height: 48px;
	margin: auto;
	background-image: url(./images/buttons.gif);
}
#contener {
	width: 950px;
	margin: auto;
}
#footer {
	width: 950px;
	height: 144px;
	margin: auto;
	background-image: url(./images/footer.gif);
}
#footer_text {
	position: absolute;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 120px;	
}
/* -------------------------------------------------------------------- */
#main_left , #main_right {
	width: 206px;
	float: left;
}
#main_center {
	width: 523px;
	float: left;
}
/* -------------------------------------------------------------------- */
.box_header {
	width: inherit;
	height: 42px;
	margin-top: 10px;
}
.box_content {
	width: inherit;
	background-color: #f0f1f2;
	
}
.box_footer {
	width: inherit;
	height: 24px;
	background-image: url(./images/box_footer.gif);
}
/* -------------------------------------------------------------------- */
.center_top {
	width: 516px;
	height: 42px;
	margin: auto;
	margin-top: 10px;
	background-image: url(./images/center_top.gif);
}
.center_header_text {
	position: absolute;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 13px;
}
.center_text {
	width: 500px;
	margin: auto;
	padding: 0px;
}
/* -------------------------------------------------------------------- */
#button1 {
	width: 126px;
	height: 48px;
	background: url(./images/main_buttons.gif) 0px 0px no-repeat;
	float: left;
}
#button1:hover {
	background: url(./images/main_buttons.gif) 0px -48px no-repeat;
	cursor: pointer;
}
#button2 {
	width: 138px;
	height: 48px;
	background: url(./images/main_buttons.gif) -126px 0px no-repeat;
	float: left;
}
#button2:hover {
	background: url(./images/main_buttons.gif) -126px -48px no-repeat;
	cursor: pointer;
}
#button3 {
	width: 166px;
	height: 48px;
	background: url(./images/main_buttons.gif) -264px 0px no-repeat;
	float: left;
}
#button3:hover {
	background: url(./images/main_buttons.gif) -264px -48px no-repeat;
	cursor: pointer
}
#button4 {
	width: 114px;
	height: 48px;
	background: url(./images/main_buttons.gif) -430px 0px no-repeat;
	float: left;
}
#button4:hover {
	background: url(./images/main_buttons.gif) -430px -48px no-repeat;
	cursor: pointer;
}
#button5 {
	width: 146px;
	height: 48px;
	background: url(./images/main_buttons.gif) -544px 0px no-repeat;
	float: left;
}
#button5:hover {
	background: url(./images/main_buttons.gif) -544px -48px no-repeat;
	cursor: pointer;
}
#button6 {
	width: 138px;
	height: 48px;
	background: url(./images/main_buttons.gif) -690px 0px no-repeat;
	float: left;
}
#button6:hover{
	background: url(./images/main_buttons.gif) -690px -48px no-repeat;
	cursor: pointer;
}
/* -------------------------------------------------------------------- */
.menu_header {
	font-weight: bold;
}
#menu_tree1 , #menu_tree2 , #menu_tree3 {
	margin-left: 15px;
	padding-top: 5px;
}
.menu_link:hover {
	font-weight: bold;
	cursor: pointer;
	color: #6ba0f2;
}
/* -------------------------------------------------------------------- */
#banners_vert {
	margin: auto;
	text-align: center;
	padding-top: 10px;
}
/* -------------------------------------------------------------------- */
#infobox {
	width: 200px;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	display: none;
}
/* -------------------------------------------------------------------- */
.cal_table {
	width: 480px;
	margin: auto;
}
.cal_header {
	font-weight: bold;
	text-align: center;
	background-color: #436597;
	color: #ffffff;
}
.cal_cell {
	border: 1px solid #c2c3c4;
	text-align: center;
}
.cal_cell_top {
	border: 1px solid black;
	text-align: center;
}
/* -------------------------------------------------------------------- */
.img_people {
	border: 2px solid #436597;
	cursor: pointer;
}.img_people2 {
	border: 2px solid #436597;
}
.people_header {
	font-weight: bold;
	font-size: 13px;
	color: #436597;
}
.people_header_link {
	cursor: pointer;
}.people_discipline_link {
	cursor: pointer;
	text-decoration: underline;
}
.clear {
	clear: both;
}