html,body{margin:0;padding:0}
body{font: 100%/1.3 TrebuchetMS,Arial,sans-serif;
    text-align: left;background: #fff;padding-bottom:20px}
a { color: #0066B3; background: inherit; text-decoration: none;}
a:hover{border-bottom: 1px gray dotted;}
h1 { font: bold 2.1em Arial, Arial, Sans-Serif; color: #036DA7 }
h2 { font: bold 1.1em Arial, Arial, Sans-Serif; padding: 0px; margin: 0; }
h3 { font: bold 1.1em Arial, Arial, Sans-Serif; padding: 0 30px 5px; margin: 0; }

div#header{width:100%;overflow:hidden;background: #BBD9EE; }
div#header h1{width:auto;margin:0 auto;padding: 25px;text-align:left}
div#menu{width:770px;margin:0 auto;text-align:left}
div#header h1{padding: 30px 30px 20px}

ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{float:right;font-size: 100%}
ul#nav li{float:left;margin-left: 3px;text-align: center}
ul#nav a{float:left;width: 95px;padding: 5px 0;background: #E7F1F8;text-decoration:none;color: #666; border-top : 1px solid #fff; border-left : 1px solid #fff; border-right : 1px solid #fff;}
ul#nav a:hover{border-bottom : none; background: #fff;color: #000}
ul#nav a#curr{border-bottom : none; background: #fff;color: #000}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}

ul#nav_bel,ul#nav_bel li{list-style-type:none;margin:0;padding:0}
ul#nav_bel{float:left;font-size: 100%}
ul#nav_bel li{float:left;margin-left: 3px;text-align: center}
ul#nav_bel a{float:left;width: 150px;padding: 5px 0;background: #89CFF0;text-decoration:none;color: #666; border-top : 1px solid #fff; border-left : 1px solid #fff; border-right : 1px solid #fff;}
ul#nav_bel a:hover{border-bottom : none; background: #5495D1;color: #000}
ul#nav_bel a#curr{border-bottom : none; background: #5495D1;color: #000}
ul#nav_bel li.activelink a,ul#nav_bel li.activelink a:hover{background: #5495D1;color: #003}

.centered_m {
      float: left;
      position: relative;
      left: 50%;
    }
.centered_f {
      float: left;
      position: relative;
      left: -50%;
    }

#right{
	float: left;
	width: 76%;
	padding: 1em;
	margin-bottom: 1.2em;
	background: #eee;
	text-align: justify;
	border-radius: 25px;
}
#project{float: left;
	width: 76%;
	padding: 1em;
	margin-bottom: 1.2em;
	background: #eee;
	text-align: justify;
	border-radius: 25px;
}
#project h1{font: bold 1.3em Arial, Arial, Sans-Serif;color: #036DA7}
#project h2{font: bold 1.1em Arial, Arial, Sans-Serif;text-decoration: bold; color: #036DA7}
#project h3{font: Arial, Arial, Sans-Serif;}


#left {
	float: right;
	//width: 24%;
	margin: 0 0 0px 0;
	
}

#left .box {
	margin: 0 0 1em 0;
	background : #FFF6BF;
}


#content {
font: 95%/1.3 TrebuchetMS,Arial,sans-serif;
	margin: 0 auto;
    padding: 25px;
	background: #fff;
	
	
}

ul {  padding: 0; margin: 0;}
li { 
	list-style-type: none;
	margin-left: 1em;	
}
#subsec {
	margin-left: 3em;	
}
#subsec li{
	list-style-type: disc;
}

div #multi{
    -webkit-column-count:3;
    -moz-column-count:3;
    -ms-column-count:3;
    -o-column-count:3;
    column-count:3;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:3;
}
