html {
height: 100%;
max-height: 100%;
padding: 0;
margin: 0;
border: 0;
background: #FFF;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
body {
height: 100%;
max-height: 100%;
overflow: hidden;
padding: 0;
margin: 0;
border: 0;
}
* html body {
height: auto;
}
#header {
position: absolute;
margin: 0;
top: 0;
left: 0;
display: block;
width: 100%;
height: 80px;
background-color: #106D4A;
z-index: 5;
overflow: hidden;
color: #FFF;
}
* html #header { /*IE6 only*/
position: relative;
}
#footer {
position: absolute;
margin: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100px;
z-index: 5;
overflow: hidden;
background-color: #106D4A;
color: #FFF;
}
* html #footer { /*IE6 only*/
position: relative;
}
#content {
overflow: auto;
position: absolute;
z-index: 3;
top: 80px;
bottom: 100px;
left: 43px;
right: 0;
background: #FFF;
color: #106D4A;
font-size: 9pt;
}
* html #content { /*IE6 only*/
position: relative;
top: 0;
}
table.centertable {
width: 100%;
height: 100%;
text-align: left;
}
* html .centertable img {
padding: 100px 0 100px 0;
}
#logo a {
text-decoration: none;
}
#header #menu a, #footer a {
height: 25px;
line-height: 25px;
text-decoration: none;
display: block;
color: #FFF;
border: 1px solid #106D4A;
float: left;
margin-right: 50px;
padding: 2px;
}
#header #menu a:link, #header #menu a:visited, #footer a:link, #footer a:visited {
color: #FFF;
}
#header #menu a:hover, #footer a:hover {
border: 1px solid #FFF;
}
#header #menu a:active, #footer a:active {
border: 1px solid #DE1829;
}
#header ul, #footer ul {
padding: 0;
color: #FFF;
list-style-type: none;
width: 100%;
}
#header ul li, #footer ul li {
display: inline;
}
li.current {
border: 1px solid #FFF;
height: 25px;
line-height: 25px;
display: block;
}
#languages {
position: relative;
top: 0;
left: 40px;
}
#redbar {
position: fixed;
bottom: 0;
left: 0;
height: 25px;
width: 570px;
background-color: #DE1829;
}
* html #redbar {
position: absolute;
}
#menu {
position: fixed;
top: 36px;
left: 40px;
}
* html #menu { /*IE6 only*/
position: absolute;
}
#logo {
position: relative;
top: 9px;
left: 530px;
z-index: 6;
}
#contdiv {
width: 500px;
padding-top: 30px;
padding-bottom: 30px;
}
.name {
font-size: 11pt;
font-weight: bold;
}
.reddot {
margin: 3px 10px 0 0;
height: 12px;
width: 12px;
background-color: #DE1829;
float: left;
}
h2 {
font-size: 11pt;
font-weight: bold;
}
h3 {
font-size: 10pt;
font-weight: bold;
}
table.cv {
width: 450px;
}
table.cv td {
padding-bottom: 10px;
}
table.cv td.col1 {
padding-right: 20px;
}
#content a, #content a:visited {
color: #106D4A;
}
#content a:hover, #content a:active {
color: #DE1829;
}
img {
border: 0;
}

