html {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:100%;}

body {font-size:80%; color:#FFF; background-color:#000099;}

h1 {font-size:160%;}

img:{border:none;}

a:link{color:#FFF; background-color:#000099; text-decoration:underline;}
a:visited{color:#FFF; background-color:#000099; text-decoration:underline;}
a:hover{color:#999; background-color:#000099; text-decoration:underline;}
a:active{color:#FFF; background-color:#000099; text-decoration:underline;}

/* DIVS */

#wrapper3{
position:relative;
width:760px;
height:auto;
background-color:#000099;
margin-left:auto;
margin-right:auto;
z-index:0;
}

#innerheadertextprojects{
position:absolute; top:25px; left:0px;
background-image:url(../images/projectsection.gif);
background-repeat:no-repeat;
width:593px;
height:50px;
color:#009900;
font-size:28pt;
font-weight:bold;
z-index:50;
clear:none;
float:left;
}

#innermainimage{
height:550px;
width:144px;
z-index:10;
float:left;
margin:0 20px 20px 0;
}

#maincontent{
width:750px;
height:auto;
float:right;
margin:10px 10px 0 0;
}

#content{
width:560px;
height:auto;
float:right;
margin-top:75px;
}

#content ul{
list-style:disc;
margin-left:15px;
}

#projectnavigation{
clear:both;
color:#FFF;
background-color:#000099;
font-weight:bold;
text-transform:lowercase;
text-align:center;
font-size:120%;
height:50px;
width:760px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
}

#projectnavigation a:link{color:#FFF; background-color:#000099; text-decoration:none;}
#projectnavigation a:visited{color:#FFF; background-color:#000099; text-decoration:none;}
#projectnavigation a:hover{color:#FFF; background-color:#000099; text-decoration:underline;}
#projectnavigation a:active{color:#FFF; background-color:#000099; text-decoration:none;}

#projectsidenavigation{
top:0px;
float:right;
width:150px;
height:auto;
font-weight:bold;
line-height:35px;
margin-left:20px;
padding:0 0 50px 0;
}

#projectsidenavigation a:link{color:#FFF; background-color:#000099; text-decoration:none;}
#projectsidenavigation a:visited{color:#FFF; background-color:#000099; text-decoration:none;}
#projectsidenavigation a:hover{color:#FFF; background-color:#000099; text-decoration:underline;}
#projectsidenavigation a:active{color:#FFF; background-color:#000099; text-decoration:none;}

#minheight{
width:auto;
height:660px;
}
/* Classes */

.spacer{height:1px; clear:both; float:left;}

.bold{font-weight:bold;}

.italic{font-style:italic;}

.bolditalic{font-weight:bold; font-style:italic;}
