img, div, input { behavior: url("../img/iepngfix.htc") }
* { margin:        0px;
    margin-top:    0px;
    margin-bottom: 0px;
    margin-left:   0px;
    margin-right:  0px;
    padding:       0px; }
    
body { background-image: url('../img/bg.png');
       background-position: center;
       background-repeat: repeat-y;
       background-color: #00354e; }

a, a:link,
a:visited  { color: #535353; text-decoration: none; font-weight: bold; }
a:hover    { color: #F7941C; text-decoration: underline; font-weight: bold; }

p, div,
table, tr,
td, font   { border-collapse: collapse;
             vertical-align: top;
             padding: 0px;
             color: #000000;
             font-family: Times, Georgia, serif;
             font-size: 18pt;
             font-weight: normal; }
 

img { border: 0px; }
.header {
height: 824px;
background-image: url('../img/header.png');
background-repeat: no-repeat;
background-position: top center;
}

h1 {
font-size: 22pt;
margin: 0px;
font-weight: bold;
}

h2 {
font-size: 10pt;
font-weight: normal;
}

h3 {
font-size: 24pt;
margin: 0px;
font-weight: bold;
color: #000000;
text-align: center;
}

h4 {
font-size: 27pt;
margin: 0px;
font-weight: bold;
text-align: center;
}

hr {
margin-top: 20px;
margin-bottom: 20px;
height: 2px;
color: #002637;
background-color: #002637;
border: 0;
}

ol { margin-left: 50px; }
li { margin-top: 20px; margin-bottom: 20px; }

.contact td { margin-left: 20px; }
