button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
body
{
	font-size: 83%;
	height:100%;
	
}
html
{
	color: #000;
	font-family: sans-serif;
	height: 100%;
}

div
{
	display: block;
	
}

*
{
	margin: 0;
	padding: 0;
}
.uoft
{	
	width: 100%;
	background-color: #002a5c;
	height: 50px;
	margin: 0;
	padding:0;
}

.uoft img
{
	margin-left:5%!important;
	margin-top: 8px;
}

.form
{
	padding-top:1%;
	background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    line-height: 25px;
}

.about
{
	padding-top:1%;
	border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    line-height: 25px;
}

.note
{
	padding-top:50%;
	background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    line-height: 25px;
}

.note-li
{
	background: #f5f5f5;
	padding-left:20px;
    line-height: 25px;
}


.main
{
	padding:1% 100px 5% 100px;
	
}

.page-title
{
	color: #b97260;
    font-weight: normal;
    font-family: "Book Antiqua",Palatino,serif;
    font-size: 175%;
    line-height: 150%;
    padding:20px;

}

#search-box
{
	height: 25px;
	width: 100%;
}

#dater-box
{
	height: 150px;
	width: 100%;
}

.ul
{
	list-style-type: none!important;
}

.inside{
	padding: 20px;
  	padding-bottom: 50px;
}

.footer-logo{
  height: 50px;
  margin-top: -50px;
  color:#fff!important;
  background: #272727;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #ccc;
font-size:80%;
text-align: center;
}

.inside img{
	width:500px;
	height:auto;
	align:middle;
	margin:10px;
	
}
.footer-logo2
{
	position: absolute;
	text-align: center;
    color: #fff!important;
    background: #272727;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    width: 100%;
    bottom: 0;
    font-size:80%;
}

