body
{
margin-left: 0px;
margin-top: 0px;
font-family:arial;
}

div.outline
{
width:99%;
height:1px;
}

div.margin
{
border-left:960px solid white;
height: 1px
}

div.adjust
{
margin-left:-960px;
height:1px;
position:relative
}

div.menubar
{
float: left;
width: 150px;
background-image: url('images/background/margin.jpg');
background-repeat: repeat-y;
}

div.logo
{
height: 130px;
width: 130px;
background-image: url('images/background/logo.jpg');
background-repeat: no-repeat;
margin: 5px
}

div.menu
{
width:130px;
margin-left: 5px;
font-size:small
}

* html div.menu
{
font-size:x-small
}

div.padding
{
border: 2px solid black;
padding: 1px 4px;
margin: 2px 0px
}

div.underline
{
width:100%;
border-top: 1px solid black;
height:32px;
}

div.underline:hover
{
background-color:orange;
}

a.menu
{
text-decoration:none;
color: black;
font-weight: bold;
text-align: left;
width:100%;
height:32px;
}

a.menu:hover
{
background-color:orange
}

div.sub
{
border: 2px solid black;
width: 110px;
padding:2px;
visibility:hidden;
position:absolute;
left:115px;
z-index:100;
background-color: limegreen;
}

div.subup
{
position:relative;
top:-32px
}

div.round
{
height: 150px;
width: 150px;
background-image: url('images/background/round.jpg');
background-repeat: no-repeat;
background-position: center; 
}

div.page
{
height: 500px;
padding: 2px;
margin-left:150px
}

div.title
{
width:100%;
text-align: center;
display: inline;
padding: 40px;
font-family:serif
}

div.content
{
padding:10px;
}


div.end1
{
float:left;
height:20px;
width:10px;
background-image: url('images/background/end1.bmp');
background-repeat: no-repeat; 
}

div.bar
{
height:20px;
width:100%;
background-image: url('images/background/bar.bmp');
}

div.end2
{
float:right;
height:20px;
width:10px;
background-image: url('images/background/end2.bmp');
background-repeat: no-repeat;
}


div.end1
{
height:20px;
width:20px;
}

div.dot
{
height:0px;
width:0px;
float:left
}

hr.footrule
{
height:1px;
color: black;
background-color: black;
margin: 0px 5px;
clear:both
}

div.footer
{
margin: 0px 5px;
padding: 0px;
}

a.footer
{
color:black;
text-decoration:none;
font-size:small
}

a.footer:hover
{
text-decoration: underline
}


a.totop
{
float:right;
color: black;
text-decoration:none;
font-size:small;
margin: 2px 5px
}

a.totop:hover
{
text-decoration: underline
}