/* CSS Document */

.wrapper {
		margin: auto;
		width:800px;
		height: auto;
		border: 1px solid #CCCCCC;
		
	}
	
.language {
		margin: auto;
		width:800px;
		height: auto;
		border: 0px;
	}
.horizontal{
		width:760px;
		clear: left;
		padding: 20px;
}

.horizontalcolour{
		width:760px;
		background-color: #DDD8BF;
		padding: 20px;
		clear: left;
}

.half{
width: 370px;
float: left;
padding-right: 20px;}


.column1 {
	width: 234px;
	height: auto;
	float: left;
	padding-left: 3px;
	padding-right: 2px;
	text-align: left;
	vertical-align: middle;
}

.column2 {
width: 260px;
float: left;
padding-right: 20px;}

.column2horizb {
	width: 532px;
	height: auto;
	margin-left: 240px;
	padding-right: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

.column2horiz {
width: 448px;
height: auto;
margin-left: 240px;
margin-bottom: 15px;
padding-right: 20px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;}


.column3 {
width: 260px;
float: left;
padding-right: 20px;}

.column4 {
	width: 21%;
	height: 640px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.columnlast {
	width: 21%;
	height: 600px;
	float: left;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 10px;
}

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	color: #333333;
	
}

a.underline:link {
	color: #006699;
	text-decoration: underline;
	font-weight: regular;
}
a.underline:visited {
	text-decoration: underline;
	color: #006699;
}
a.underline:hover {
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
}
a.underline:active {
	text-decoration: underline;
	color: #006699;
}



.footer {
	width: 800px;
	padding: 2px 0px 2px 0px;
	clear: left;
	background-color: #003366;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}

.pagelink a:link {
	color: #003366;
	text-decoration: underline;
}
.pagelink a:visited {
	color: #003366;
	text-decoration: underline;
}

.pagelink a:hover {
	color: #003366;
	text-decoration: none;
}

.pagelink a:active {
	color: #003366;
	text-decoration: underline;
}
