body{
	margin:0;
	padding:0;
	background-color: #CCCCCC;
	background-image: url(images/paper.gif);
} 
.pnl400 {
	margin: 2px;
	padding: 2px;
	height: 400px;
	border: 1px solid #CCCCCC;
}
.pnl200 {
	margin: 2px;
	padding: 2px;
	height: 200px;
	border: 1px solid #CCCCCC;
}
.pnl100 {
	margin: 2px;
	padding: 2px;
	height: 100px;
	border: 1px solid #CCCCCC;
}

 
#pagewidth{
	width:830px;
	text-align:left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	text-decoration: none;
}
.toprightmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}

#header{
	position:relative;
	height:101px;
	background-color:#FFFFFF;
	width:100%;
} 
 
#leftcol{
	width:285px;
	float:left;
	position:relative;
  }
 
#twocols{
 width:526px; 
 float:right; 
 position:relative; 
  }

.greybox {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px;
	clear: right;
	width: 400px;
	height: 125px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	margin-bottom: 0px;
	margin-top: 0px;;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 4px;
	margin-top: 4px;
	;
	color: #003366;
}
 
#maincol{

 display:inline; 
 position: relative; 
 width:485px; 
 }
 
#footer{
	height:10px;
	background-color:#FFFFFF;
	clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.leftpad {
	padding-left: 12px;
}
.rightpad {
	padding-right: 22px;
}
.pad {
	padding-right: 22px;
	padding-left: 22px;
}
.topnav {
	padding-right: 22px;
	padding-left: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	background-color: #000066;
}
.centrepanel {
}
.backing {
	background-image: url(images/backing.jpg);
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
 /*printer styles*/ 
 @media print{ 


/*hide the left column when printing*/ 
#solecol{display:none;} 

#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.thincol {
	padding: 5px;
}
.listtext {
	margin: 1px;
	padding: 1px;
	list-style-type: square;
	font-weight: bold;
	color: #003366;
}
.european {
	padding: 3px;
	height: 213px;
	width: 201px;
	background-image: url(images/europeanpan.gif);
	background-repeat: no-repeat;
}
.panel500 {
	background-color: #eeeeee;
	border: 1px solid #666666;
	margin: 5px;
	padding: 5px;
	width: 475px;
}
.hilitebox {
	background-color: #CCFFFF;
	margin: 4px;
	padding: 5px;
	border: 1px solid #81A7E8;
}
.titlebox {
	background-color: #003366;
	margin: 4px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.questions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #eeeeee;
	list-style-type: none;
	width:220px;
	line-height:1.5em;
	padding: 0.5em;
	margin-top: -1em;
	margin-right: 2.5em;
	margin-bottom: 0em;
	margin-left: 2.5em;
	border: 1px solid #7D9BE3;
}
.questions a {
	text-decoration: none;
}
.questions li {
		border-bottom:#FFFFFF thin;
}
.ticklist {
	color: #003366;
	list-style-image: url(images/Green_tick.gif);
	line-height: 2em;
}
