@charset "utf-8";
body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	background-color: #cdd8dd;
}
#outer
{
	/* The width needs clarification - from the image, the only rule seems to be
		'less than 1024'... */
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top:60px;
	/*
      text-align: center; doesn't work on Firefox, hence the work-around 
	  below.
	*/
}

.copyright {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.7em;
	color: #333333;
}
.contacts {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav	{
	font-size:0.8em;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;	
}
A.nav:link 	{
	color: #FFFFFF;
}
A.nav:visited 	{
	color: #FFFFFF;
}
A.nav:hover 	{
	color: #FFFFFF;
}
.contentarea	{
	text-align:justify;
	font-family:Tahoma, Verdana, Arial;
	font-size:0.8em;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom: 20px;
	background-image:url(ims/contentareback.gif);
	background-repeat:repeat-y;
	border-bottom: #7ca0b0 8px solid;
}
.impadleft	{
	padding-left:8px;
	padding-bottom:18px;
}
.impadright	{
	padding-right:8px;
	padding-bottom:8px;
}