html, body
{
	margin: 0px;
	padding: 20px;
	text-align: center;
	background-color: #0A192D;
}

div.container
{
width: 845px;
margin: 0px;
border: 1px solid gray;
line-height: 150%;
font-family: Arial, sans-serif;
margin-left: auto;
margin-right: auto;
background-color: #CCCCCC; 
}


div.header
{
border: 0px;
padding:0px;
color:white;
text-align: right;
background-image: url(images/backgroundtitle.jpg);
background-repeat: no-repeat;
clear:left;
background-color: #000000;
height: 60px;
}

p.header
{
	float: right;
	padding-top: 22px;
	color: #E1E4E5;
}

p.small
{
	font-size: 12px;
}

a 
{
	color:#09c;
	text-decoration:none;
}

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {text-decoration:underline;}

#img
{
  margin: 2px;
  height: auto;
  width: auto;
  padding: 3px !important;
  text-align: center;
  
}

.navigation
{
float: left;
width: 120px;
margin: 0px;
padding: 0px;
}

.navigation ul{list-style-type: none; padding: 5px 0;}

.thispage
{
	color: #0A192D;
}

div.content
{
text-align: left;
margin-left: 120px;
width: 650px;
padding: 10px;
border-left: 1px solid gray; 
min-height: 300px;
}

p
{
padding: 5px;
}

div.picturepage_content
{
text-align: center;
margin-left: 120px;
width: 680px;
padding: 0px;
border-left: 1px solid gray;
}

div.imagelist
{
width: 680px;
margin-left: 120px;
padding: 5px;
border-left: 1px solid gray;
}

div.footer
{
padding:0px;
color:white;
text-align: right;
background-image: url(images/backgroundblank.jpg);
background-repeat: no-repeat;
clear:left;
background-color: #000000;
height: 60px;
}

/* for forms */
.label 
{
		width: 400px;
		padding: 0px;
		float: left;
		vertical-align: top;
}
.answer 
{
		float: left;
		padding: 5px;
		vertical-align: middle;
		color : #224466;
}

.row
{
		clear: both;
		padding: 5px 0px;
}

.calendar{margin: 10px 0 0 10px; display: inline;}
div.calendar-page
{
padding-top: 10px;
text-align: justify;
margin-left: 120px;
border-left: 1px solid gray; 
}

