body { 
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 11pt;

/* 	background-image: url(../images/back5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color: #ffffff;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back5.jpg', sizingMethod='scale'); /* IE 8- the image path must be relative to the webpage, not to the css file
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back5.jpg', sizingMethod='scale'); /* IE 8- the image path must be relative to the webpage, not to the css file */
}

div.body {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

div.content {
/*	background-color: #fff;
 	moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position:absolute; top: 0; left: 0;
 	background-image: (images/bg_white_semi_transparent.png);
	background-repeat: repeat;
    _filter: expression((runtimeStyle.backgroundImage != 'none') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=scale)' : runtimeStyle.filter,runtimeStyle.backgroundImage = 'none');
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; */
/* 	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	background: rgb(255, 255, 255) transparent;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
	zoom 1; */
	background: rgb(255, 255, 255);
	background: transparent\9;
	background: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF); /* IE 8- */
	zoom: 1; /* IE 8- */
	padding: 15px 0px 35px 25px;
	margin-top: 42px;
	text-align: justify;
}
div.content:nth-child(n) {
	filter: none;
}

h1 { 
	color: black; 
	text-align: left; 
	font-size: 9pt; 
	font-weight: bold 
}

h2 { 
	color: #000042; 
	text-align: left; 
	font-size: 18pt; 
	font-family: arial; 
	font-weight: bold
} 

h3 { 
	color: #000042;
	text-align: left; 
	font-size: 13pt; 
	font-family: arial; 
	font-weight: bold 
}  

a:link { 
	color : #000000; 
	text-decoration : underline; 
} 
a:visited { 
	color: #000000; 
	text-decoration: underline; 
} 
a:active { 
	color: #000000; 
	text-decoration: underline; 
} 
a:hover { 
	color: #000042; 
	text-decoration: underline; 
}

img {
	border:none;
}

sup {
	vertical-align: top; font-size: 0.8em;
}

/* ==================== CSS HEADER / MENU ==================== */
ul.drop {
	position: relative;
	z-index: 597;
}
ul.drop, ul.drop li, ul.drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-weight:bold;
	font-family: arial, sans-serif;
	font-size: 13px;
}
ul.drop li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	padding: 5px 10px;
}
ul.drop ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 195px;
	background: #000042;
}
ul.drop ul li {
	float: none;
}
ul.drop ul ul {
	top: -2px;
	left: 100%;
}
ul.drop li.hover, ul.drop li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background: #2A7BCB;
}
ul.drop li:hover > ul {
	visibility: visible
}
ul.drop a , li.drop a {
	display: block;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

div.header {
	width: 960px;
	min-height: 98px;
	position: relative;
	margin-bottom: 6px;
}

table.header2 {
	border: 0;
	width: 100%;
	height: 93;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
table.header2 td {
	padding: 0px;
}

div.header3 {
	width: 100%;
	min-height: 26px;
	background-color: #000042;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: absolute;
}

div.socialbloc {
	padding-bottom: 15px;
	padding-right: 10px;
}
/* ==================== ==================== */

ul.bottom , ul.bottom li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bottom  li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
ul.bottom ul li {
	display: block;
}

span.text {
	text-align: justify;
	display: block;
}

span.textfooter {
	text-align: justify;
	display: block;
	font-size: 9pt;
	color: grey;
	margin-top: 25px;
}

span.h3 {
	color: #000042;
	text-align: left; 
	font-size: 13pt; 
	font-family: arial; 
	font-weight: bold 
}

table.content {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table.content td {
	vertical-align: top;
}

td.td1 {
	width: 68%;
}
td.td2 {
	width: 5%;
	min-width: 25px;
}
td.td3 {
	width: 27%;
	padding-top: 40px
}

table.photo {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table.photo td, table.photo tr {
	padding: 20px;
}
table.photo td {
	text-align: center;
}

ul.administration {
	list-style: square;
}
ul.administration li {
	margin-bottom: 10px;
}

ol.administration li {
	margin-bottom: 10px;
}

table.grid {
	border-collapse: collapse;
	text-align: left;
}
table.grid td {
	height: 1.5em;
}

#normal2, #normal3, #normal4, #normal5 {
	display: none;
}
#gallery {
	margin: auto;
	width: 600px;
}
#thumbs {
	margin: 10px auto;
	text-align: center;
	vertical-align: center;
	width: 600px;
}
#thumbs img {
	max-width: 100px;
}
#thumbs a:link img, #thumbs a:visited {
	max-width: 100px;
	border: 3px solid #ffffff;
	margin: 5px;
	float: left;
}
#thumbs a img:hover {
	border: 3px solid #888888;
}
#bigimages {
	width: 600px;
	float: left;
}
#bigimages img {
	border: 3px solid #ffffff;
	margin-top: 10px;
	max-width: 600px;
}


/* .gallerycontainer{
	position: relative; Add a height attribute and set to largest image's height to prevent overlaying
}
.thumbnail img{
	border: 2px solid white;
}
.thumbnail a:hover{
	border: 2px solid #888888;
}
.thumbnail span{ CSS for enlarged image
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}
.thumbnail span img{ CSS for enlarged image
	max-width: 600px;
	border: 2px solid #ffffff;
}
.thumbnail:hover span{ CSS for enlarged image
	visibility: visible;
	top: 0;
	left: 250px; position where enlarged image should offset horizontally
} 
*/
