html{
overflow-y:scroll
}

body {
    margin:0;
	padding-top:10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nobpad {
margin-bottom:0;
}

.indent {
     margin-left:20px;
	 margin-bottom:0;
	 margin-top:0;
	 }

h1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:24px;
}

h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
}

h3 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
}

home {
font-size:12px;
font-weight:bold;
}

a img {border:none}

a:link 
	{
	color: #01479a;
	text-decoration;
	background-color: transparent 
	}
a:link.menu {color: #eb1a35; text-decoration:none}
a:link.menuleft {text-decoration:none}
a:link.home {text-decoration:none}
a:visited {color: #01479a; text-decoration;}	
a:visited.menu {color: #eb1a35; text-decoration: none}
a:visited.menuleft {text-decoration: none}
a:visited.home {text-decoration: none}
	
a:hover 
	{
	color: #ffcc00;
	text-decoration; 
	}
a:hover.menu 
	{
	color: #ffcc00;
	text-decoration:none;
	}
a:hover.menuleft
	{
	text-decoration:none;
	}
a:hover.home
	{
	text-decoration:none;
	}

#act {font-weight:900;
font-size:16px;
}
.actmenu
{color: #eb1a35;
font-weight:600;
}

a:active 
	{
	color: #eb1a35;
	text-decoration;
	background-color: transparent 
	}	
a:active.menu
	{
	color: #eb1a35;
	text-decoration: none;
	background-color: transparent 
	}	
a:active.menuleft
	{
	text-decoration: none;
	}	

a:link.icon, a:visited.icon, a:active.icon, a:hover.icon 
{text-decoration:none;
border:hidden;
color:#FEE3C6;
background-color: transparent;}

#header 
	{
	height:115px;
	width:100%;
	position: relative;
	text-align:center;
	float:left;
	margin-bottom: 10px;
	} 

#container{
overflow:hidden;
width:900px;
margin-left:auto;
margin-right:auto;
}

.leftcol {
    width: 15%;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	float:left;
	margin-top:10px;
}

.me {
	width:223px;
	margin-right: 120px;
	float:right;
	margin-top:20px;
}
	
.midsection {
	width:82%;
	float:right;
	padding-left:2%;
	border-left-width: thin;
	border-left-color: #eb1a35;
	font-size:13px;
	border-left-style: solid;
	margin-top:10px;
	padding-top:8px;
	}

.title{
	width:85%;
	float:left;
	height: 120px;
}

.logo {
	width:15%;
	text-align: center;
	height: 120px;
	float:left;
	padding-top: 10px;
}

.central {
oveflow:hidden;
width:100%;
}

#abstract_cascade,#abstract_emm {
font-size:12px;
width:inherit;
text-align:justify;
text-indent:20px;
}

#footer 
	{
	width:100%;
	height: 10px;
	float:left;
	margin-top:20px;
	font-size:10px;
	}
