@charset "utf-8";
/* CSS Document */

.border
{
border:#d7d7d7 1px solid;
}


.text
{font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:14px;
color:#555555;
line-height:20px;
margin-left:10px;
margin-right:10px;
}

.text1
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
font-weight:normal;
text-decoration:none;
text-align:left;
line-height:20px;
}
.text2
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FF0000;
font-weight:normal;
text-decoration:none;
text-align:center;
line-height:20px;
}

.heading
{font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
color:#1e6792;
line-height:20px;
margin-left:10px;
}


.btmmenu
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#333333;
text-decoration:none;
}

.btmmenu A
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#333333;
text-decoration:none;
margin-right:10px;
}

.btmmenu A:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#990000;
text-decoration:none;
}
.btm
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#FFFFFF;
text-decoration:none;
}

.dept
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#555555;
text-decoration:none;
padding-right:12px;

}

.dept A
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#555555;
text-decoration:none;
}

.dept A:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#990000;
text-decoration:underline;
}


#navlist li
{
display: inline;
list-style-type: none;
background:url(../images/bullet-black.png) no-repeat center left;
padding-left:17px;
}

#toTop {
 width:50px;
 padding:5px;
 position:fixed; /* this is the magic */
 bottom:10px; /* together with this to put the div at the bottom*/
 right:10px;
 cursor:pointer;
 display:none;
 z-index:9999999;              
}