body {
         position:         absolute;
         top:              0px;
         left:             200px;
         background-color: white;
         font-family:      Georgia, "Times New Roman", Times, Serif;
         font-size:        small;
         margin:           0px;
         border:           0px;
         padding:          0px;
         width:            750px;
}
#bigloop1a {
         border:           3px solid blue;
         height:           1125px;
}
#bigloop1b {
         border:           3px solid blue;
         height:           1643px;
}
#banner {
         height:           80px;
         text-align:       center;
         border-bottom:    3px solid blue;
}
#banner .logo {
         float:            right;
         height:           60px;
         padding:          none;
         margin:           none;
         margin-top:       10px;
         border:           none;
}
#banner h2 {
         padding:          none;
         margin:           none;
         border:           none;
         font-size:        1.25em;
}
ul#mainNav {
         float:            left;
         margin:           0;
         padding:          3px 0px 0px 5px;
         list-style:       none;
         width:            80px;
         border-bottom:    2px solid  light red;
}
#mainNav a {
         height:           13px;
         color:            white;
         font-size:        1.2em;
         text-decoration:  none;
         border:           2px solid black;
         border-bottom:    none;
         padding:          4px 5px 5px 10px;
         display:          block;
         background-color: blue;
         background-repeat:no-repeat;
         background-position: left center;
         -moz-border-radius-topleft: .5em;
         -moz-border-radius-topright: .5em;
         -moz-border-radius-bottomleft: .5em;
         -moz-border-radius-bottomright: .5em;
}
#mainNav a:hover {
         font-weight:      bold;
         background-color: red;
}
#mainbody{
         height:           545px;
         border:           none;
         border-bottom:    3px solid blue;
}
#mainbody a img{
         border:           none;
         padding:          none;
         padding-top:      5px;
         padding-left:     8px;
}
#mainbody2{
         height:           530px;
         border:           none;
         border-bottom:    3px solid blue;
}
#mainbody2 a img{
         border:           none;
         padding:          none;
         padding-top:      5px;
         padding-left:     8px;
}
#left{
         float:            left;
         width:            55%;
         height:           494px;
         border-right:     1px solid blue;
}
#right{
         float:            right;
         width:            44.50%;
         height:           494px;
}
p{
         line-height:      150%;
         padding:          0 12px 0 12px;
         font-size:        1.0em;
         color:            black;
         font-weight:      normal;
}
a:link, a:visited{
         text-decoration:  none;
         color:            blue;
}
a:hover {
         text-decoration:  underline;
}

p span{
         font-style:       italic;
         font-weight:      bold;
}
ul span{
         font-style:       italic;
         font-weight:      bold;
}
.var{
         color:            red;
         font-weight:      bold;
}
.var1{
         color:            teal;
         font-weight:      bold;
}
.var2{
         color:            maroon;
         font-weight:      bold;
}

.var3{
         padding:          none;
         padding-top:      5px;
         font-size:        1.3em;
         text-align:       center;
         color:            red;
         font-style:       italic;
         letter-spacing:   3px;
         font-weight:      bold;
}
.var4{
         color:            purple;
         font-weight:      bold;
}
.var5{
         color:            green;
         font-weight:      bold;
}
ul{
         font-size:        1.0em;
         color:            purple;
         font-weight:      bold;
}
ul li{
         color:            black;
         padding:          0 10px 0 0;
         font-weight:      normal;
         margin-left:      -20px;
}
