@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	font-size: 14px;
}
a:link {
	color: #0396E4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069AE4;
}
a:hover {
	text-decoration: none;
	color: #0196D9;
}
a:active {
	text-decoration: none;
	color: #0196D9;
}

#container {
	background-color:#FFFFFF;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
	border: 5px solid #CCCCCC;
}
#logo {
	height: 110px;
	width: 180px;
	float: left;
	text-align: center;
	font-size: 10px;
	padding-top: 15px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #3399FF;
	color: #666666;
	padding-right: 20px;
}
#header {
	height: 125px;
	float: left;
	width: 600px;
}
#navigation {
	width: 200px;
	float: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #3399FF;
}
#content {
	float: left;
	width: 580px;
	padding-top: 20px;
	padding-left: 20px;
}
#footer {
	float: left;
	width: 800px;
	font-size: 12px;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0095DA;
	background-color: #FFFFFF;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
	color: #0196D9;
}
#footer a:active {
	text-decoration: none;
	color: #000000;
}

#headerLinks {
	font-size: 12px;
	float: right;
	text-align: right;
	margin-top: 7px;
	vertical-align: middle;
	color: #29BA5F;
}
#headerFlash {
	height: 110px;
	width: 600px;
	float: left;
}
#copyright {
	color: #999999;
	font-size: 11px;
	margin-top: -10px;
}
#content p {
	font-size: 12px;
	margin-top: 0px;
	line-height: 16px;
	text-align: justify;
}
#content ul {
	font-size: 12px;
	margin-top: 0px;
	line-height: 16px;
	text-align: justify;
}
#imgFR   {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#imgFL {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
#content #title {
	font-size: 18px;
	font-weight: bold;
	color: #0196DB;
	text-align: left;
}
#marquee {
	font-size: 12px;
	margin-right: 20px;
	text-align: justify;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 20px;
}
#marquee #title {
	font-size: 13px;
	font-weight: bold;
	color: #009900;
}
#navbar {
	margin-right: 20px;
}
#leaf {
	border:none;
	margin-right:3px;
	width: 10px;
}
.mirra {
	color: #208F45;
}
#vision {
	width: 270px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 15px;
	float: left;
}
#publications {
	width: 270px;
	padding-left: 15px;
	float: right;
}
.li {
	list-style-type: square;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}