@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif
}

a{
	text-decoration:none;
	color:#039
}

#frame{
	width:1024px;
	border-right:5px solid #64a1b9;
	float:left
}

#header{
	
	width:1024px;
	height:173px;
	float:left
}

#left_column{
	width:201px;
	background-image:url(../images/left_col_bg.jpg);
	background-repeat:no-repeat;
	min-height:450px;
	float:left
}

.button{
	width:201px;
	background-image:url(../images/button_bg.jpg);
	height:49px;
	margin-top:5px;
	cursor:pointer
}

	.button div{
		position:relative;
		top:17px;
	}

	.button div span{
		font-size:14px;
		margin-right:10px
	}

	.button div span a{
		text-decoration:none;
		color:#000
	}

#main_body{
	float:left;
	width:823px;
}

#main_body #content{
	padding-left:20px;
	padding-right:20px;
}

#footer{
	width:1024px;
	float:left
}

#footer_logos{
	width:1024px;
	float:left;
	padding-left:30px;
}

#footer_logos img{
	height:70px;
	margin-right:10px;
}

.section_title{
	font-size:16px;
	color:#069;
	text-transform:uppercase;
	height:25px;
	background-image:url(../images/title_underline.jpg);
	background-position:left bottom;
	background-repeat:no-repeat
	
}

.section_paragraph{
	font-size:13px;
	color:#069;
	background-image:url(../images/paragraph_underline.jpg);
	background-position:left bottom;
	background-repeat:no-repeat
}

.unilogo{
	width:200px;
	height:100px;
	margin-top:3px;
	padding-right:15px
}

.submenu_item{
	width:180px;
	height:20px;
	background-image:url(../images/submenu_bg.png);
	margin-top:5px;
	cursor:pointer
}

.submenu_item span{
	font-size:11px;
	position:relative;
	margin-left:15px;
	top:3px;
	font-weight:bold
}

.submenu{
	display:none	
}

.agenda_time{
	color:#666;
	margin-right:20px;
	font-weight:300
}
img{
	border:none;
}