body {
background-color: white;
background-image: url('/images/bg1.jpg');
background-repeat: repeat-x;
font-family: sans-serif;
font-size: 18px;
color: black;
}


a:link {text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}

#wrap
{
margin-left: 150px;
margin-top: 2%;
width: 880px;
}

#top
{
float: top;
width: 580px;
height: 100px;
}

#navbar
{
float:left;
margin: 0 auto;
width: 400px;
}

#navbar2
{
float:left;
margin: 0 auto;
width: 400px;
}


#drawing
{
float: right;
}

.button a:link { text-decoration: none; color: white;}
.button a:visited { text-decoration: none; color: white;}
.button a:hover { text-decoration: none; color: yellow;}
.button a:active { text-decoration: none; color: red;}
.button2  a:link { text-decoration: none; color: white;}
.button2 a:visited { text-decoration: none; color: white;}
.button2 a:hover { text-decoration: none; color: yellow;}
.button2 a:active { text-decoration: none; color: red;}

.button
{
float: left;
padding: 10px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
width: 95px;
font-size:13;
font-weight: bold;
background-color: rgb(0,100,205);
border: .15em solid white;
}

.button2
{
float: left;
padding: 4px;
padding-right: 0px;
padding-left: 0px;
text-align: center;
width: 48.5%;
font-size:10;
font-weight: bold;
background-color: rgb(100,200,255);
border: .15em solid white;
}

#logo
{
float: left;
height: 50px;
margin-left: 10px;
}

.contents
{
float: left;
width: 600px;
border: .2em solid white;
border-bottom: 0;
border-top:0.4em solid white; 
background-image: url('/images/bodybg.jpg');
background-repeat: repeat-y;
padding: 20px;
padding-left: 70px;
padding-right:45px;
color: black;
font-size: 12;
font-style: Times New Roman;
}

.contents h1{font-size:15;font-weight: bold;}
.contents h2{font-size:13;}
.contents h3{font-size:11;}

table
{
//float: left;
font-size: 13;
text-align: left;
}

th
{
font-size:13;
text-align: left;
padding: 5;
}


td,tr
{
font-size:11;
padding: 5;
vertical-align: text-top;
}

tr{
border: 0.1em black solid;
padding-bottom: 10;
margin-bottom: 4 px;
}

.cat{
border: 0;
font-weight: bold;
}

.opic
{
border: 0.3em white solid;
float: center;
}

.rpic
{
float: right;
border: 0.4em white solid;
margin: 15px;
margin-right: 25px;
}

.lpic
{
float: left;
border: 0.4em white solid;
margin: 10px;
margin-right: 10px;
}

.field
{
font-size: 11;
font-weight: bold;
}

ul.slist {list-style-type: square}
ul.clist {list-style-type: circle}
.lititle{font-weight: bold;}

#footer
{
width: 600px;
float: left;
border: .2em solid white;
border-left: .15em solid white;
border-top: 0;
}