body {
margin:0px;
background-color:#b8c9e7;
}
#topbar {
background-color:#82a1d4;
width:100%;
display:block;
height:100px;
border-bottom-color:#365588;
border-bottom-style:solid;
border-bottom-width:5px;
background-image:url('../images/topbar.jpg');
background-position:top right;
background-repeat:no-repeat;
}
ul#navlist { 
list-style-type:none;
margin:10px 0px 0px 10px;
padding:0;
}
ul#navlist li { 
display:block;
float:left;
clear:both;
margin-bottom:5px;

}
ul#navlist li a{
width:165px;
float:left;
padding:3px;
text-decoration:none;
border-color:#ddc0af;
border-style:solid;
border-width:2px;
color: #f6f5da;
background-color: #784526;
}
ul#navlist li a:hover {
color: #784526;
background-color: #f6f5da;
text-decoration: none;
}
.thinBlackBottomBorder {
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
}
#mainContent {
margin-left:198px;
margin-right:15px;
margin-top:10px;
padding:15px;
color:#3c3c39;

background-color:#faf9ea;
border:3px solid #3c3c39;
}
h1 {
text-align:center;
font-size:30px;
}
h2 {
text-align:center;
font-size:20px;
}
a , a:visited {
color:#784526;
}
a:hover {
color:#aaa98e;
}
.flashThumbBox {
margin:5px;
padding:5px;
border:1px solid #3c3c39;
text-align:center;
}
.flashThumbBox img {
border:1px solid #3c3c39;
}
.centerdiv {
text-align:center;
}