body    { background-color: black }

a:link     { color: #FFFF00; }
a:visited  { color: #AAAA00; }
a:hover    { color: #FF00FF; }
a.title:link         { color: #000000; text-decoration: none; }
a.title:visited      { color: #000000; text-decoration: none; }
a.title:hover        { color: #000000; text-decoration: none; }
a.returnHome:link    { color: #FFFF00; text-decoration: none; }
a.returnHome:visited { color: #FFFF00; text-decoration: none; }
a.returnHome:hover   { color: #FFFF00; text-decoration: none; }

a.project:link     img { opacity:0.0; filter: alpha(opacity = 0); border:0; }
a.project:visited  img { opacity:0.0; filter: alpha(opacity = 0); border:0; }
a.project:hover    img { opacity:0.3; filter: alpha(opacity = 30); border:2; }

p         { color: #FFFFFF; }
h4        { color: #FFFFFF; }
h3        { color: #FFFFFF; }
h2        { color: #FFFFFF; }
li        { color: #FFFFFF; }

#title
{
position: relative;
width: 900px;
height: 107px;
margin: 0 auto;
}
 
#iowaIcon
{
position: absolute;
right: -5px;
top: -5px;
z-index:1;
border: 5px solid #000000;
background: #AAAA00;
}

#titleBarTop
{
width: 890px;
left: 0px;
top: 0px;
position:absolute;
z-index:1;
text-align: left;
font-weight: bold;
font-size: 18pt;
font-variant: small-caps;
font-family: tahoma;
padding:    5px;
padding-top: 35px;
color: white;
}

#titleBarBottom
{
width: 800px;
bottom: 0px;
left: 0px;
position:absolute;
z-index:1;
text-align: left;
font-weight: bold;
font-size: 14pt;
font-family: tahoma;
padding:    5px;
color: black;
a { color: black; }
}


#footerBarBottom
{
width: 800px;
bottom: 0px;
left: 0px;
position:absolute;
z-index:0;
text-align: left;
font-family: tahoma;
padding:    5px;
color: black;
a { color: black; }
}

#summary
{
position: relative;
width: 900px;
z-index: 4;
background: black;
color: white;
margin: 0 auto;
}

#projectBar
{
position: relative;
width: 880px;
height: 110px;
padding: 5px;
background: #000000;
margin: 0 auto;
color: white;
}

#projectIcon
{
position: absolute;
left: 50px;
z-index:1;
background: #BBBB00;
}

#projectText
{
position: absolute;
width: 700px;
right: 10px;
background: #000000;
margin: 0 auto;
color: white;
}

