html, body{height: 100%; padding: 0; margin: 0;}

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 130%;
	background: -webkit-linear-gradient(top, #D8EBEF, #fff) no-repeat fixed;
	background: -moz-linear-gradient(top, #D8EBEF, #fff) no-repeat fixed;
	background: -o-linear-gradient(top, #D8EBEF, #fff) no-repeat fixed;
	background: -ms-linear-gradient(top, #D8EBEF, #fff) no-repeat fixed;
}

a{color: #990000;}
a:hover{color: #334F5A;}
a:visited{color: #990000;}

p{margin: 0 0 10px 0;}

#container{
	position:relative;
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
}

#header{
	height: 70px;
	margin-top: 30px;
	border-bottom: solid 1px #fff;
}

#header .title{font-size: 26px; margin-bottom: 5px; color: #334F5A;}

#header ul{
	float: left;
	margin: 0;
	padding: 0;
}

#header ul li{
	display: inline;
	list-style: none;
	margin-right: 3px;
}

#header ul li:first-child{margin-right: 0px;}

#header li a{
	color: #334F5A;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #6596A5;
	-moz-border-radius:5px;
	border-radius: 5px;
	background: #fff;
}

#header li a:hover{color: #fff; background: #6596A5;}

.contact{
	float: left;
	width: 380px;
	font-size: 12px;
	font-weight: bold;
}

#main{margin: 20px 0;}

#main ul{margin: 10px 0; padding: 0px;}
#main ul li{list-style: none;}

.highlight{
	-moz-border-radius:5px;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
#footer{
	margin: 0 auto;
	width: 100%;
	border-top: solid 2px #fff;
	bottom: 0;
	background: #6596A5;
	color: #fff;
}

.footer-text{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer h3{
	float:left;
	color: #fff;
	padding: 0;
	margin: 0;
}

#footer .collaborators{margin-left: 130px;}
#footer a{color: #fff;}
#footer a:hover{color: #E97953;}

img{
	border: solid 1px #D8EBEF;
	padding: 8px;
	background: white;
}

.left{float: left; margin: 0 10px 10px 0;}
.right{float: right;margin: 0 0 10px 10px;}

.clear{clear: both;}

h1{color: #990000; font-weight: normal; font-size: 22px;}
h2{color: #990000; font-size: 16px; margin-top: 0px;}
