* {
margin: 0px;
padding: 0px;
border: none;
}

body {
font: normal 10px verdana, helvetica, arial, sans-serif;
color: #333333;
background-image: url('/images/bg.jpg');
text-decoration: none;
}

h1 {
font: bold 14px verdana, helvetica, arial, sans-serif;
}

h2 {
font: bold 12px verdana, helvetica, arial, sans-serif;
}

h3 {
font: bold 10px verdana, helvetica, arial, sans-serif;
}

a, a:visited { 
text-decoration: none;
color: #2c629a;
}

a:hover, a:active { 
text-decoration: underline;
color: #4e0b0d;
}

img {
border: none;
text-decoration: none;
}

#top {
height: 162px;
background-image: url('/images/top.jpg');
background-repeat: no-repeat;
}

#logo {
cursor:pointer;
margin-top: 52px;
float: left;
}

#pagecontainer {
background-color: #ffffff;
width: 960px;
margin: 0px auto;
text-align: center;
background-image: url('/images/bottom-bg.jpg');
background-position: bottom center;
background-repeat: no-repeat;
}

#navcontainer {
width: 672px;
margin-top: 95px;
float: right;
}

#side-a {
float: left;
width: 210px;
min-height: 400px;
margin-left: 32px;
margin-top: 15px;
}

#project-categories {
margin-top: 10px;
width: 202px;
float:left;
}


#side-b {
float: left;
min-height: 400px;
text-align: center;
width: 210px;
margin: 25px 0px 0px 0px;
}

#side-b p {
width: 190px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#main {
float: left;
width: 444px;
min-height: 400px;
padding-bottom: 40px;
margin: 5px 20px 10px 30px;
}

#main p {
text-align: justify;
margin: 0px 8px 10px 8px;
margin-bottom: 10px;
}

#main h1 {
margin-bottom: 8px;
margin-top: 20px;
}

#main h2 {
margin-bottom: 2px;
margin-left: 10px;
text-align: left;
}

div.mediawrap {
text-align:center;
width: 100%;
margin: 20px 0px 10px 0px;
}

#mediaheader, #mediabucket {
width: 443px;
margin: 0px;
padding: 0px;
text-align: center;
}

.linkbox  {
border: solid 4px #fcf8f5;
text-align: center;
}

.linkbox h2 {
margin: 4px auto;
text-align: center;
color: #8f8f8f;
width: 90%;
border-bottom: solid 2px #ddd;
}

.linkbox a, .linkbox a:visited {
background-color: #eee;
color: #2c629a;
display: block;
width: 85%;
margin: 4px auto;
padding: 4px;
text-decoration:none;
text-align: center;
}

.linkbox a:active, .linkbox a:hover {
background-color: #2d6eb2;
color: #ffffff;
display: block;
width: 85%;
margin: 4px auto;
padding: 4px;
text-decoration:none;
text-align: center;
}

.annobox {
margin: 0px 0px;
border: none;
text-align: center;
}

.annobox h2 {
margin: 25px 0px 4px 0px;
text-align: center;
color: #8f8f8f;
width: 190px;
border-bottom: solid 2px #ddd;
}

.annobox p {
color: #2c629a;
display: block;
width: 190px;
margin: 4px 0px 4px 10px;
padding: 4px;
text-decoration:none;
text-align: justify;
border-bottom: dotted 2px #ddd;
}

.annobox a, .annobox a:visited {
color: #2c629a;
text-align: justify;
text-decoration:none;
}

.annobox a:active, .annobox a:hover {
color: #4e0b0d;
text-decoration:underline;
text-align: justify;
}

#announcements p {
margin: auto;
}

#footer {
color: #000000;
font: normal 10px fixed;
padding-top: 8px;
border-top: solid 10px #000;
background-color: transparent;
width: 960px;
margin: 0px auto 20px auto;
text-align:center;
}



