body {
padding 0;
margin 0;
background-color: #0099FF;
}

p {
font-size: 1.1em;
line-height: 1.7em;
}

li {
font-size: 1.1em;
line-height: 1.7em;
}

#header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 90px;
background-color: #003399;
text-align: center;
}

#content {
position: absolute;
top: 90px;
left: 0;
width: 100%;
heigth: 100%;
text-align: justify;
}

#main {
position: relative;
top: 0;
left: 25%;
width: 50%;
margin: 1%;
}

#intro {
margin-top: 60px;
padding: 20px;
background-color: #0066CC;
border: 2px #000000 solid;
}

#bpc {
margin-top: 60px;
padding: 20px;
background-color: #FF3030;
border: 2px #000000 solid;
}

#nav {
position: fixed;
top: 90;
left: 0;
width: 23%;
}

#links {
position: relative;
top: 0;
left: 0;
width: 80%;
padding: 10%;
background-color: #003399;
}

#copyright {
position: relative;
text-align: center;
color: #FFFFFF;
}

a:link {
color: #FFFFFF;
}

a:visited {
color: #999999;
}

a:hover {
text-decoration: blink;
}

a:active {
color: #FF0000;
}