body {
    margin:8px;
    background-color:#e1dddd;
    font-family:verdana,sans-serif;
 }
#container {
    width:800px;
    padding-bottom:40px;
    margin:auto;
    background-image:url(images/sides.gif);
 }
#arch {
    padding-top:44px;
    background-image:url(images/arch.gif);
    background-repeat:no-repeat;
 }
#bboard{
    width:414px;
    padding-top:42px;
    margin:auto;
    font-size:10pt;
    color:#000080;
    text-align:center;
 }
#bboard img {
    width:414px;
    height:95px;
    padding-bottom:10px;
    display:block;
 }
#nav {
    width:690px;
    height:44px;
    margin:20px auto 43px auto;
    padding:0;
    list-style-type:none;
    border-bottom:2px solid #4c526f;
 }
#nav li {
    width:114px;
    float:left;
 }
#nav a {
    font-size:10pt;
    color:#363b45;
    text-decoration:none;
 }
#content {
    width:725px;
    margin:auto;
}
#left {
    width:239px;
    float:left;
 }
#cal_icon {
    width:134px;
    height:30px;
    padding-bottom:3px;
    border:0;
    display:block;
    margin:auto;
 }
#ser_icon {
    width:134px;
    height:30px;
    border:0;
    display:block;
    margin:auto;
 }
#sr {
    width:159px;
    margin:auto;
    font-size:9pt;
    font-style:oblique;
    text-align:center;
 }
#sr img {
    width:159px;
    height:239px;
    padding:18px 0 10px 0;
    border:0;
    display:block;
 }
#right {
    width:450px;
    padding:0 18px;    margin-bottom:60px;
    float:left;
 }
#right h1 {
    font-size:10pt;
    font-style:oblique;    
    text-align:center;
 }
#right .info {
    line-height:1.5;
    font-size:9pt;
 }
.center {
    text-align:center;
 }
#copy {

    clear:both;
 }
.copy {
    font-size:10pt;
    color:#7b9998;
    text-align:center;
 }
.copy a {
    color:#7b9998;
    text-decoration:none;
 }
#modified {
    padding-top:20px;
    font-size:8pt;
    color:#999;
    text-align:center;
 }
.bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
    position:absolute;
    left:-200px;
 }