html {
	height: 100%;
}

body {
	background-image: url('../img/steel1.jpg');
	background-repeat: repeat;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center; /* for IE */
}

div#content {
	background-color: #FFFFFF;
	width: 719px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*height: 100%;*/
	overflow: hidden;
	clear: both;
	min-height: 100%;
	margin-top: 0px;
	border-color: #878787;
	border-width: 0px 1px;
	border-style: solid;
}

div#header {
	height: 145px;
	position: relative;
}

div#languages {
	float: right;
}

div#languages img {
	margin: 3px 4px 0px 0px;
	width: 30px;
	height: 20px;
	border: 0px;
}

div#logogeo {
	position: absolute;
	bottom: 10px;
	left: 0;	
	margin-left: 20px;
}

div#smallcert {
	margin-right: 13px;
	position: absolute;
	bottom: 37px;
	right: 0;
}

div#nav {
	height: 30px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font: bold 13px Verdana;
	text-decoration: none ;
	text-align: center;
	padding-top: 6px;
}

#nav li a.selected {
	color: #ffffff;
	text-decoration: underline;
}


.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 143px;
	height: 30px;

	color: #ffffff;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 1px; /*Set to same as spacing option. */	
	float: left;
}

#kwick_0 { 
	background-color: #004aa1;
	background-image: url('../img/button.jpg');
}
#kwick_1 { 
	background-color: #004aa1;
	background-image: url('../img/button.jpg');
}
#kwick_2 {
	background-color: #004aa1;
	background-image: url('../img/button.jpg');
}
#kwick_3 {
	background-color: #004aa1;
	background-image: url('../img/button.jpg');
}
#kwick_4 { 
	background-color: #004aa1;
	background-image: url('../img/button.jpg');
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

div#main {
	/*display: block;*/
	clear: both;
	overflow: hidden;
	margin: 0px 0px;
	padding: 0px;
	
	/*border-width: 1px;
	border-style: dashed;
	border-color: #000000;*/
}

div#textbox {
	float: left;
	width: 400px;
	/*min-height: 435px;*/
	margin: 20px 32px;
	/*padding: 0px 30px 0px 20px;*/
	
}

/*div#spacer {
	float: left;
	height: inherit;
	width: 1px;
	margin: 20px 0px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;	
}*/


div#picturesbox {
	float: left;
	text-align: center;
	/*height: 400px;*/
	margin: 15px 0px; /* 27 */
	border-width: 0px;
}

div#picturesbox img {
	text-align: center;
	margin: 3px 0px;
	width: 180px;
	height: 125px;
	border-width: 1px;
	border-style: solid;
	border-color: #003299;
}

div#textbox img {
	border: 0px;
}

.text {
	text-align: justify;
	font-size:11px;
}

ul {
	list-style-type: circle;
}

/*div#picturescaption {
	width: 180px;
	height: 200px;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	text-align: center;
}*/

p.caption {
	width: 180px;
	margin: 2px 20px 0px 20px;
	padding: 0px;
	text-align: center;
	font: normal 9px Arial;
}

table {
	width: 300px;
	margin: 40px 20px 0px 30px;
	border: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}

td {
	padding: 2px 10px;
}

th {
	padding: 2px 10px;
}

.centeredImage {
	margin: 10px 0px 0px 0px;
    text-align:center;
    display:block;
}

img.certificate {
	margin: 8px 40px 0px 40px;
}
