@CHARSET "ISO-8859-1";

html,body {
	margin: 0;
	padding: 0
}

body {
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align: center
}

div#container {
	width: auto;
	margin: 0 auto;
	text-align: left;
}

div#header {
	background-color: #124D87;
	left: 0;
	padding: 2px;
	right: 0;
	top: 0;
	width: auto;
}

div#content {
	padding: 1em;
}

#leftHead {
}

#header a:link,#header a:active,#header a:visited {
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	background-color: #7799CC;
}

#rightHead {
	margin:5px;
	position:absolute;
	right:0;
	top:0;
}

img {
	border: 0;
}
a img{
	text-decoration: none;
}
div#footer{
	background-color:#124D87;
	bottom:0;
	clear:both;
	left:0;
	position:absolute;
	right:0;
	text-align:center;
	width:100%;
}
.center{
	text-align:center;
  	margin:0 auto ;
}
div#errors{
  	margin: 1em auto ;
  	border:1px solid red;
  	color:red;
  	padding:1em;
}

ul.error{
	list-style: none; 
}
table{
	margin: auto;
}
a .calendar{
	margin:auto;
}