/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D6E8EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
}
img {
  border: none;
}
form {
   margin: 0;
   padding: 0;
}
#templateContainer {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/css/images/public/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #D6E8EA;
	float: left;
	width: 100%;
}
#template {
	width: 760px;
font-size: 85%;
	margin: auto;
}
#templateHeader h1 {
   float: left;
margin: 0;
padding: 30px 0 0 30px;
}
#templateHeader h1 a {
	background-image: url(/css/images/public/logo.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 153px;
	font-size: 100%;
	text-indent: -5000px;
	display: block;
overflow: hidden;
}
#templateHeader h1 a:hover {
	background-position: 0px -43px;    
}
#templateHeader ul {
   float: right;
margin: 0 25px 0 0;
display: inline;
}
#templateHeader li {
   display: inline;
margin: 0;
}
#templateHeader li a {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px -150px;
	height: 75px;	
	text-indent: -5000px;	
overflow: hidden;
}
#templateHeader li a:hover {
	background-position: 0px -75px;
}
#templateNavHome a {
	background-image: url(/css/images/public/nav-home.gif);
	width: 85px;
}
#templateNavPublications a {
	background-image: url(/css/images/public/nav-publications.gif);
	width: 110px;
}
#templateNavAboutus a {
	background-image: url(/css/images/public/nav-aboutus.gif);
	width: 95px;
}
#templateNavContactus a {
	background-image: url(/css/images/public/nav-contactus.gif);
	width: 95px;
}

#templateContent {
    clear: both;
}
#templateFooter {
	clear: both;
	background-image: url(/css/images/public/footer-bg.jpg);
	color: #FFFFFF;
  font-size: 70%;
  float: left;
  padding: 20px 30px;
  text-transform: uppercase;
  float: left;
width: 700px;
}

#templateCopyright {
  margin: 0;
  float: left;


}

#templateFooterNav {
   margin: 0;
   float: right;
}
#templateFooterNav li {
   display: inline;
   list-style: none;
}
#templateFooterNav li a {
   float: left;
   display: block;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0 5px;
}


.error {
   color: #ff0000;
font-weight: bold;
}
.errors {
   color: #ff0000;
font-weight: bold;
margin: 0 0 0 30px;
padding: 0;
}

.errors li {
   list-style: square;

}
