/* CSS Document */

* html {
margin: 0;
padding: 0;
}

body {
font-family: Verdana;
margin: 0;
padding: 0;
}

a {outline: none;}

a:link {
color: black;
text-decoration: none;
}

a:visited {
color: black;
text-decoration: none;
}

a:hover {
color: red;
}

h1 {
font-size: 36px;
}

h1.iec {
font-size: 27px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 18px;
text-decoration: underline;
}

h4 {
font-size: 14px;
text-decoration: underline;
}

#maincontainer {
width: 730px;
margin: 10px auto;
background-color: #FFFFFF;
}

#topspace {
height: 50px;
}

#headerbar {
height: 150px;
width: 730px;
}

#headerlogo {
float: left;
width: 246px;
}

#headertext {
float: right;
vertical-align: top;
text-align: right;
width: 484px;
}

#headerpagetitle {
text-decoration: underline;
text-align: center;
padding-right: 80px;
}

#navbarspace {
height: 10px;
}

#leadingtext {
font-size: 12px;
text-align: center;
font-style: italic;
font-weight: bold;
}

#topnavbar {
height: 20px;
width: 730px;
background-color: #99CCFF;
padding: 2px;
text-align: center;
margin: 0;
padding: 0;
border-style: solid;
border-width: 1px;
border-color: #003399;
font-size: 14px;
}

#navc1 {
height: 20px;
float: left;
width: 181px;
border-style: solid;
border-width: 1px;
border-color: #003399;
}

#navc2 {
height: 20px;
float: left;
width: 180px;
border-style: solid;
border-width: 1px;
border-color: #003399;
}

#navc3 {
height: 20px;
float: left;
width: 180px;
border-style: solid;
border-width: 1px;
border-color: #003399;
}

#navc4 {
height: 20px;
float: left;
width: 181px;
border-style: solid;
border-width: 1px;
border-color: #003399;
}

#bodyspacetop {
height: 25px;
}

#sidenav {
background: #99CCFF;
float: left;
width: 100px;
border-style: solid;
border-Width: 1px;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
text-transform: uppercase;
}

#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #003399;
}

#navlist li {
list-style: none;
margin: 0;
padding-top: 0.25em;
padding-bottom: 0.25em;
border-top: 1px solid #003399;
}

#navlist li a { text-decoration: none; }

#bodytext {
float: none;
width: 600px;
margin-left: 120px;
background-image: url(images/textfade.gif);
background-repeat: repeat-y;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-left: 0.25em;
}

#bodytextc1 {
float: left;
width: 300px;
margin-left: 120px;
background-image: url(images/textfade.gif);
background-repeat: repeat-y;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-left: 0.25em;
}

#bodytextc2 {
float: right;
width: 300px;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-left: 0.25em;
}

#bodyspacebottom {
height: 50px;
}

span.raise {
vertical-align: super;
font-size: 10px;
}

span.normal {
font-size:10px;
}

#footer {
width: 730px;
margin: 10px auto;
font-size: 10px;
text-align: center;
}
