* {
margin: 0;
padding: 0;
}

body {
font-family: arial, sans-serif;
font-size: 1.5em;
color: #000000;
background-color: #7699b0;
}

#mainLogo {
background: #000000 url(../images/main01.JPG) 0px 45px repeat-x;
width: 100%;
height: 300px;
position: absolute;
left: 0;
top: 100px;
border-bottom: solid 1px #ebebed; 
} 

#curtain {
background: url(../images/curtain.jpg) 100% 0% no-repeat;
width: 100%;
height: 300px;
position: absolute;
left: 0;
top: 100px;
}

h1 {
color: #ebebed;
font-size: 80px;
position: absolute;
right: 40px;
top: 150px;
}

h2 {
font-size: 40px;
position: absolute;
right: 1px;
top: 65px;
}

h3 {
color: #ebebed;
font-size: 30px;
font-weight: normal;
position: absolute;
right: 89px;
top: 230px;
}

h4 {
color: #ebebed;
font-size: 25px;
font-weight: normal;
position: absolute;
left: 80px;
top: 375px;
}


#menu {
background-color: #2b556e;
font-size: 0.8em;
position: absolute;
left: 80px;
top: 416px;
padding: 0.5em;
border-right: solid 2px #000000;
border-bottom: solid 2px #000000;
}


a:link, a:visited {
color: #ebebed;
text-decoration: none;
} 


a:hover, a:active, a:focus {
color: #2b556e;
border-bottom: 0;
} 

#menu a:hover {
color: #69baf0;
}

#menu a:active, a:focus {
color: #ffffff;
}




#content {
position: absolute;
left: 240px;
top: 416px;
}

#content img{
margin: 0;
padding: 0;
border: solid thick #000000;
}


p {
margin-left: 29px;
margin-bottom: 1.0em;
margin-right: 1.5em;
}

.innerHeader {
padding-top: 1.0em;
font-weight: normal;
padding-left: 29px;
font-size: 1.5em
}

#social {
width: 100px;
position: absolute;
left: 95px;
top: 650px;
}

#social a:hover {
border-bottom: 0;
text-decoration: none;
}


acronym {
border-bottom: 0;
}

abbr {
border-bottom: 0;
}

img, iframe {
border: 0;
margin-bottom: 2.0em;
}

img {
margin-left: 8px;
}

ul {
list-style-type: circle;
padding-left: 29px;
margin-left: 29px;
margin-bottom: 1.0em;
margin-right: 1.5em;
}

strong {
color: #074d76; 
font-size: 1.2em;

}

ol {
margin-left: 100px;
margin-bottom: 1.0em;
margin-right: 1.5em;
}

