body {
	font-family:"Swis721 BT",Helvetica,Arial;
	line-height:14pt;
	background:#fff;
	font-size:13px;
	color:#58595b;
	margin:0;
}

.error {
    color: red;
}

.result {
  color: green;
}

.corner {
	background:url(images/corner.png) no-repeat;
	behavior:url(iepngfix.htc);
	position:absolute;
	height:390px;
	width:331px;
	z-index:100;
	right:0;
	top:0;
}

.cornerinner {
	background:url(images/cornerlight.png) no-repeat;
	behavior:url(iepngfix.htc);
	position:absolute;
	height:390px;
	width:331px;
	z-index:100;
	right:0;
	top:0;
}

#header {
	position:relative;
	height:175px;
	width:100%;
}

#header h1#logo {
	background:url(images/logo.png) no-repeat;
	margin:22px 0 0 20px;
	height:121px;
	width:578px;
	padding:0;
}

#header h2 {
	position:absolute;
	padding:4px 0 0 0;
	background:#000;
    font-size:13pt;
	height:23px;
	width:100%;
	color:#fff;
	margin:0;
	bottom:0;
	left:0;
}

#header h2.black {
	background:#000;
}

#header h2.green {
	background:#007f3d;
}

#header h2.red {
	background:#B01016;
}

#header h2.blue {
	background:#211C70;
}

#header h2.orange {
	background:#F15A22;
}

#header h2.purple {
	background:#6E0F6C;
}

#header h2 span {
	margin-left:255px;
}

#box {
	background:url(images/box.png) repeat-y;
	margin:1px 0 1px 0;
	width:1028px;
}

#sidebar {
	padding:26px 0 0 35px;
	background:#0C2E82;
	width:183px;
	float:left;
}

#sidebar ul#navigation {
	list-style-type:none;
	font-size:13px;
	width:150px;
	padding:0;
	margin:0;
}

#sidebar ul#navigation li {
	margin:0 0 19px 0;
	font-weight:bold;
	color:#fff;
}

#sidebar ul#navigation li a {
	text-decoration:none;
	display:block;
	color:#fff;
}

#sidebar ul#navigation li a, #sidebar ul#navigation li a:link, #sidebar ul#navigation li a:active, #sidebar ul#navigation li a:visited {
	text-decoration:none;
	display:block;
	color:#fff;
}

#sidebar ul#navigation li a:hover {
	text-decoration:none;
	display:block;
	color:#FFF200;
}

#sidebar ul#navigation li.for_organisations {
	margin:57px 0 20px 0;
}

#sidebar ul#navigation li.for_organisations a {
  color: #E6C01F;
}

#sidebar ul#navigation li.for_organisations a:hover {
  color: #FFF200;
}

#content {
	padding:0 0 165px 0;
	position:relative;
	margin:0 0 0 1px;
	width:771px;
	float:left;
}

#content #text {
	margin:26px 0 0 38px;
	width:530px;
}

#content #text.column {
	width:700px;
}

#content #text h2 {
	font-size:13px;
	padding-top:0;
	margin-top:0;
	color:#000;
}

#content #text h1 {
	margin-bottom:15px;
	line-height:24pt;
	font-size:20pt;
	width:570px;
	color:#000;
}

#content #text ul {
	margin:0 0 0 15px;
	padding:0;
    list-style-image: URL('images/list_item.png');
}

#content #text ul.list li {
	margin:0 0 10px 0px;
}

#content #text ul.list li b {
	color:#000;
}

#content #text ul li a {
	text-decoration:none;
	color:#082577;
}

#content #text ol {
	margin:0 0 0 19px;
	padding:0;
}

#content #text ol.list li {
	margin:0 0 10px 0px;
}

#content #text a, #content #text a:link, #content #text a:active, #content #text a:visited {
    text-decoration: underline;
    font-weight: normal;
    color:#082577;
}

#content #text a:hover {
  color: #B01016;
}

#content #text .column_one {
	width:335px;
	float:left;
}

#content #text .column_two {
	width:335px;
	float:right;
}

#content #text .column_one ul, #content #text .column_two ul {
	color:#000;
}

#content #text .column_one ul li span, #content #text .column_two ul li span {
	color:#58595b;
}

#content #text .column_one .list_title, #content #text .column_two .list_title {
	font-weight:bold;
	color:#000;
}

#content #text .column_one img, #content #text .column_two img {
	padding-left:5px;
}

#content #images {
	position:absolute;
	height:140px;
	width:810px;
	left:-1px;
	bottom:0;
}

#content #images img {
	margin-left:1px;
}

#footer {
	padding:14px 0 0 0;
	text-align:center;
	background:#000;
	height:56px;
	width:100%;
	color:#fff;
}

#footer span.quicklinks a {
	text-decoration:none;
	margin:0 10px 0 10px;
	font-weight:bold;
	color:#fff;
}

#footer span.quicklinks a, #footer span.quicklinks a:link, #footer span.quicklinks a:visited, #footer span.quicklinks a:active {
    text-decoration: none;
    color:#fff;
}

#footer span.quicklinks a:hover {
    text-decoration: none;
    color:#FFF200;
}

#footer p.credits {
	margin-top:6px;
	font-size:11px;
}

#footer p.credits span {
	margin:0 10px 0 10px;
}

#footer p.credits a, #footer p.credits a:link, #footer p.credits a:visited, #footer p.credits a:active {
    text-decoration: none;
    color:#fff;
}

#footer p.credits a:hover {
    text-decoration: none;
    color:#FFF200;
}

.clear {
	clear:both;
}

.specheader {
  color: black;
  font-weight: bold;
}

.verylargetext {
  font-size: 18pt;
  font-weight: bold;
  margin-top: 20pt;
  margin-bottom: 20pt;
  color: black;
}

.black {
  color: black;
}

