body {
         position:         absolute;
         top:              0px;
         left:             200px;
         background-color: white;
         font-family:      Georgia, "Times New Roman", Times, Serif;
         font-size:        small;
         margin:           0px;
         padding:          0px;
         height:           600px;
         width:            800px;
}
#banner {
         height:           70px;
         float:            top;
         text-align:       left;
         padding:          5px 0px 5px 0px;
         margin:           none;
         font-weight:      bold;
         border:           3px solid blue;
}
a:link, a:visited{
         text-decoration:  none;
         color:            blue;
}
a:hover {
         text-decoration:  underline;
}
#rightpart {
         padding-left:     5px;
         font-size:        1.3em;
         float:            left;
}
#bigloop{
         height:           590px;
         width:            100%;
}
#leftsidebar {
         background-color: white;
         font-size:        85%;
         float:            left;
         height:           550px;
         width:            18.5%;
         margin:           none;
         padding:          none;
         border:           none;
         border-left:      3px solid blue;
}
#mainbody {
         background-color: #ffd;
         font-size:        85%;
         float:            right;
         height:           547px;
         width:            80%;
         margin:           none;
         padding:          none;
         border:           0px;
         border-left:      3px solid blue;
         border-right:     3px solid blue;
         border-bottom:    3px solid blue;
}
#mainbody span{
         color:            red;
         font-weight:      bold;
}
#left1 {
         height:           49.5%;
}
#left2 {
         height:           50%;
         border-bottom:    3px solid blue;
}
#part1{
         padding:          3px 0px 3px 0px;
         width:            30%;
         height:           275px;
         border-right:     none;
         float:            left;
         font-weight:      bold;
}
#part1 ul{
         line-height:      130%;
         font-size:        1.0em;
}
#part2{
         padding:          3px 0px 3px 0px;
         width:            30%;
         height:           275px;
         border-right:     none;
         float:            left;
         font-weight:      bold;
}
#part2 ul{
         line-height:      130%;
         font-size:        1.0em;
}
#part3{
         padding:          3px 0px 3px 0px;
         width:            39.8%;
         height:           275px;
         border-right:     none;
         float:            left;
         font-weight:      bold;
}
#part3 ul{
         line-height:      130%;
         font-size:        1.0em;
}
#part4{
         width:            100%;
         height:           200px;
         border-right:     none;
         float:            left;
         font-weight:      bold;
         text-align:       center;
}
#parta{
         width:            49.0%;
         border-right:     none;
         float:            left;
         font-weight:      bold;
}
#parta ul{
         line-height:      130%;
         font-size:        1.2em;
}
#partb{
         width:            49.0%;
         border-right:     none;
         float:            left;
         font-weight:      bold;
}
#partb ul{
         line-height:      130%;
         font-size:        1.2em;
}
.logo {
         float:            right;
         margin:           0;
         padding:          0;
         border:           0;
}
.pagetitle1 {
         text-align:       center;
         color:            black;
         font-weight:      bold;
         font-size:        1.2em;
}

.p1{
         padding:          25px 0px 5px 20%;
         font-size:        1.45em;
         font-weight:      bold;
}
.p2{
         padding:          0px 0px 0px 20%;
         font-size:        1.45em;
         font-weight:      bold;
         margin-top:       0;
         margin-bottom:    0;
}
.p3{
         padding:          0px 0px 0px 30%;
         font-size:        1.45em;
         font-weight:      bold;
         margin-top:       0;
         margin-bottom:    0;
}
.upper{
         vertical-align:   super;
         font-size:        .5em;
}
.lm{
         padding:          2px;
         font-size:        1.1em;
         font-weight:      bold;
         text-align:       center;
         line-height:      140%;
}
.lm span{
         color:            red;
         font-size:        .95em;
}
.demo1{
         font-size:        1.35em;
         text-align:       center;
         font-weight:      bold;
         letter-spacing:   .20em;
         padding-top:      10px;
}
.demo2{
         font-size:        1.2em;
         padding:          0 10px 0 10px;
}
.demo2 span{
         color:            red;
         font-weight:      bold;
}

ul:first-line{
         font-style:       Italic;
         font-size:        1.15em;
         letter-spacing:   3px;
         font-weight:      bold;
         color:            red;
}

