/* Page layout elements */

body {

	text-align: left;

	padding: 0px;

	margin: 3px;

	border: 0px;

	padding-top: 2px;

	min-width: 750px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-size: 76%;

	color: #333333;

}



.pagewrapper {

	position: relative;

	text-align: left;

	margin-left: auto;

	margin-right: auto;

	width: 95%;

	min-width: 750px;

}



.contentwrapper {

	position: relative;

	margin-top: 13px;

	width: 100%; 

}





/* site defaults */

h1 {

	font-size: 1.4em;

	font-weight: bold;

	color: #3333ff; 

}



h2 {

	font-size: 1.5em;

	font-weight: bold;

	color: #CA003A; 

}



h3 {

	font-size: 1.3em;

	font-weight: bold;

	color: #CA003A; 

}



h4 {

	font-size: 1.2em;

	font-weight: bold;

}



h5 {

	font-size: 1.1em;

	font-weight: bold;

}



a {

	text-decoration: none;

	color: #3c3c99;

	font-weight: bold;

}

a:hover {

	text-decoration: underline;

}



table {

	font-size: 1em;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 20px;



}

.style1 {

	font-size: 1.3em;

	color: #CA003A;

	font-weight: bold;

}

.style2 {

	font-size: 73%;

	color: #333333;

}



/* Header */

#header {

	position: relative;

	height: 100px;

	width: 100%;

	margin: 0px;

	padding: 0px; 

	background : #eeeeff url(../images/wlogo.gif) no-repeat left;

}



#header h1 {

	font-size: 3.0em;

	margin: 10px 0px 0px 140px;

}



#header p {

	margin: 0px 0px 0px 150px;

}



.header-right {

	position: absolute;

	right: 0px;

	top: 0px;

	width: 13px;

	height: 100px;

	background : #ffffff url(../images/header-right.gif) no-repeat right;

}





/* Column layout elements */

.column_left {

	position: absolute;

	left: 0px;

	top: 20px;	/*********/

	width: 150px;

	padding-bottom: 0px;

	text-align: left;

	/*background-color: #eeeedd;*/

	background: #eeeedd;

}



.column_left h2, .column_right h2 {

	margin: 0px;

	padding: 0px;

	margin-top: 6px;

	padding-top: 0.5em;

	padding-bottom: 0.5em;

	padding-left: 8px;

	font-size: 0.9em;

	color: #f9f9f9;

	font-weight: bold;

}



.column_left h2 a, .column_right h2 a {

	color: #f9f9f9;

	width: 100%;

	/*font-weight: bold;*/

	display: block;

}



.column_left ul, .column_right ul {

	list-style-type: none; 

	padding: 0px;

	margin: 0px;

}

.column_left li, .column_right li {

	padding-left: 5px;

	padding-top: 0.2em;

	padding-bottom: 0.3em;

	margin: 0px;

	font-size: 0.9em;

	font-weight: bold;

}



.column_left li a, .column_right li a {

	color: #333;

	font-weight: bold;

	width: 100%;

	display: block;

/* hide from IE mac \*/

	overflow: hidden;

/* end hiding from IE mac */ 

}



/* Centre column */

.column_centre_container {

	position: relative;

	top: 22px;	/*********/	

	margin-left: 165px; 

	margin-right: 0px;

	margin-bottom: 40px;

	height: auto;

	width: auto;

}



.column_centre_container p, ul{

	line-height: 1.3em;



}



.column_centre_container table {
	position : relative;
	clear: right;
	visibility: hidden;

}



.column_centre_container td img {

	padding: 5px;

	/*float: right;*/

	position: relative;

	border: none;

	clear: right;

}

.blue table {

	margin: 3px;

	padding: 3px;

}



.blue th {

	background-color: #ddddcc;

	margin: 5px;

	padding: 5px;

}



.blue td {

	background-color: #ddeeee;

	margin: 5px;

	padding: 5px;

}



/* Left column */
