/*******************************************************/
/* Copyright (c) 2009-2012 Prositos ABN 26 026 129 337 */
/*******************************************************/

/*

blue	= 0,66,124
white	= #fff

*/

/* reset defaults */
/* -------------- */

* {
	/* border: 0; */
	margin: 0;
	padding: 0;
}

/* elements */
/* -------- */

h1 {
	color: rgb(0,66,124);
	display: none;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 64px;
	margin: 0;
	padding: 39px 0;
	text-align: center;
}

h2 {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

h3 {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

h3 a name {
	border: none;
}

h4 {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

p {
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

hr {
	clear: both;
	border: 1px dotted #fff;
	margin: 5px 0 15px 0;
	padding: 0;
}

hr.cross {
	background-image: url( /general/images/stc_cross );
	background-repeat: repeat-x;
	border: none;
	height: 70px;
	margin-right: 16px;
}

a {
	border-bottom: 1px solid #fff;
	color: #fff;
	padding-bottom: 2px;
	text-decoration: none;
}

a:hover,
a:focus {
	font-weight: bold;
}

a img,
a#nextLink,
a#prevLink {
	border: none;
}

img.right {
	float: right;
	padding: 0 0 10px 30px;
	position: relative;
}

img.left {
	float: left;
	position: relative;
	padding: 0 30px 10px 0;
}

ul,
ol {
	list-style-position: outside;
	padding-left: 30px;
}

ul li {
	list-style-type: square;
	padding-bottom: 10px;
}

ul li a name {
	border: none;
}

ol li {
	list-style-type: decimal;
	padding-bottom: 10px;
}

ol li ol li {
	list-style-type: lower-latin;
	padding-bottom: 0;
}

/* structure */
/* --------- */

body,
html {
	background-color: rgb(0,66,124);
	clear: both;
	color: #fff;
	font: normal normal normal 12px/1.5 Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

#body {
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
}

#body #header {
	background-color: #fff;
	clear: both;
	float: left;
	height: 155px;
	margin: 20px 0;
	padding: 0;
	position: relative;
	width: 1000px;
}

#body #header #headerbanner {
	float: left;
	height: 155px;
	position: relative;
	width: 800px;
}

#body #header #headersaint {
	float: right;
	height: 275;
	position: relative;
	width: 200px;
}

#body #navigation {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 150px;
}

#body #navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#body #navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#body #navigation li a {
	border: none;
	color: #fff;
	display: block;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

#body #navigation li a:hover {
	background-color: #fff;
	color: rgb(0,66,124);
}

#body #navigation li a#current {
	border-left: 4px solid #fff;
	padding-left: 6px;
}

#body #content {
	float:left;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	width: 830px;
}

#body #content #topbit {
	float: left;
	min-height: 120px;
	position: relative;
	width: 620px;
}

#body #content div.col1 {
	clear: both;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	width: 410px;
}

#body #content div.col2 {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	width: 410px;
}

#body #footer {
	background-color: #fff;
	clear: both;
	color: rgb(0,66,124);
	float: left;
	font-size: 10px;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 12px;
	margin: 20px 0;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 990px;
}

#body #footer a {
	background-color: #fff;
	color: rgb(0,66,124);
	font-style: normal;
	text-decoration: underline;
	text-transform: none;
}

#body #footer #designedby {
	clear: both;
	float: left;
	font: normal small-caps normal 10px Garamond, "Book Antiqua", serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 5px;
	position: relative;
	text-transform: none;
	width: 990px;
}

/* other */
/* ----- */

blockquote.major p {
	border: none;
	color: rgb(61,4,10);
	font-size: 24px;
	padding: 10px 0;
	text-align: center;
}

ol.footnote li {
	font-size: 12px;
	font-style: italic;
	padding-bottom: 0;
}

#row1, row2 {
	width: 100%;
}

#photocaption {
	clear: both;
	width: 100%;
}

#photogallery {
	float: left;
	position: relative;
	width: 100%;
}

ul.gallery {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

ul.gallery li {
	float: left;
	list-style-type: none;
	margin: 0 1em 0 0;
	padding: 0.5em 1.5em 0.5em 0;
	position: relative;
	width: 200px;
}

ul.gallery li a {
	border: none;
}

ul.gallery li a img {
	border: 5px groove #fff;
	filter: alpha(opacity=80);
	opacity: .8;
	padding: .3em;
}

ul.gallery li a img:hover {
	border: 5px dashed #fff;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* addition 27 Jan 2012 */

a.newitem {
	height: 17px;
	padding-right: 40px;
	background: url("../../general/images/new_article.gif") no-repeat top right;
	/* border-bottom: 1px solid #03ae59; */
}

