
/* abc-style2 page */

body {
background-color: #FFF;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
color: #545454;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
}
h1 {
font-size: 1.4em;
text-align: right;
letter-spacing: 4px;
color: #fff;
margin-top: 20px;
}
p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}
p.intro {
font-size: .9em; 
font-weight: bold;
letter-spacing: 1px;
text-align: left;
border-bottom-style: dashed;
border-width: 1px;
border-color: #545454;
}
p.last {
border-bottom-style: dashed;
border-width: 1px;
border-color: #545454;
}
p.footlinks {
text-align: center;
font-size: .9em; 
font-weight: bold;
letter-spacing: 1px;
}
a:link {
color: #064886;
}
a:visited {
color: #064886;
}
a:hover {
color: #5F76AA;
}
a:active {
color: #5F76AA;
}
#header {
position: relative;
height: 60px;
width: 100%;
background-color: #FFF;
}
#title {
position: absolute;
height: 60px;
width: 225px;
background-image: url(images/abc_logo2.jpg);
background-repeat: no-repeat;
top: 0;
left: 75px;
}
#home {
position: absolute;
height: 60px;
width: 475px;
top: 0;
left: 300px;
font-weight: bold;
text-align: right;
margin-top: 35px;
}
#colorband {
position: relative;
height: 50px;
width: 100%;
background-color: #5F76AA;
}
#fade {
position: absolute;
height: 50px;
width: 250px;
top: 0;
left: 75px;
background-image: url(images/fade.jpg);
background-repeat: no-reapeat;
}
#subtitle {
position: absolute;
height: 50px;
width: 450px;
top: 0;
left: 325px;
}
#menubar {
position: relative;
height: 15px;
width: 100%;
background-color: #064886;
}

#container {
position: relative;
width: 100%;
background-color: #FFF;
}

#navbar {
width: 50px;
height: 3500px;
position: absolute;
top: 0;
left: 75px;
background-color: #E3DEBC;
}

#content {
width: 650px;
height: 3500px;
position: absolute;
top: 0;
left: 125px;
background-color: #F9F5EA;
}
#text {
position: absolute;
top: 10px;
left: 0;
padding: 20px;
}


