/* CSS Document */
body {
background-color: #9DA095;
background-repeat:repeat;
margin:0px;
}
.headerblock {
background-color:#7B816D;
height:84px;
margin:0px;
}
.headerbottomborder {
background-image:url("../images/hbborder.jpg");
height:7px;
background-repeat:repeat-x;
}
.headertext {
background-color:#9DA095;
margin:0px;
height:47px;
}
.menubar {
background-color: #7B816D;
height:18px;
}
.menubottomborder {
background-image:url("../images/menubottomborder.jpg");
height:7px;
background-repeat:repeat-x;
}
.backgroundpattern {
background-image:url("../images/mainbackground.jpg");
height:593px;
background-repeat:repeat-x;
}
.normalstyle {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color: #7B816D;
text-align:left;
font-size:90%;
}
.boldstyle {
font-family: Arial, Helvetica, sans-serif; 
color: #FFFFFF; 
font-weight: bold;
background-color: #7B816D;
font-size:90%;
}
.tablestyle {
background-color: #7B816D;
border:0px;
width: 800px;
padding:0px;
border-spacing:0px;
}
.innerTableStyle {
padding:0px;
border-spacing:0px;
}
.projectColumns {
width:190px;
height:200px;
}
.smallerStyle {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color: #7B816D;
text-align:left;
font-size:75%;
}
.tableblockSmall {
width:20px;
}
.tableblockWide {
width:760px;
}
.tableblockHalf {
width:370px;
}
.smallcommentFont {
font-family: Arial, Helvetica, sans-serif; 
font-size:80%;
color: #9DA095;
}
.normalstylecenter {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color: #7B816D;
text-align:center;
font-size:90%;
}
.descriptionstyle {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
background-color: #7B816D;
text-align:center;
font-size:110%;
}