a:link
{
    color: blue;
    text-decoration: none;
}

a:visited
{
    color: blue;
    text-decoration: none;
}

a:hover
{
    color: #6789C8;
    text-decoration: underline;
}

a:active
{
    color: red;
    text-decoration: none;
}

body
{
    background-color: white;
    background-image: url(../images/bg-tile.gif);
    background-repeat: repeat;
    margin: auto auto auto auto;

    /* scrollbar style */

	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* menu content */

div.menu
{
    display: block;
    left: 20px;
    position: absolute;
    top: 90px;
    width: 165px;
    z-index: 15;
}

div.menu_info
{
    border: thin solid black;
    color: black;
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: large;
    font-weight: 600;
    height: 40%;
    left: 255px;
    padding: 2%;
    position: absolute;
    top: 150px;
    width: 40%;
    visibility: hidden;
    z-index: 10;
}

div.menu_info_hidden
{
    border: thin solid black;
    background-color: #6789C8;
    color: black;
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: large;
    font-weight: 600;
    height: 40%;
    left: 255px;
    padding: 2%;
    position: absolute;
    top: 150px;
    width: 40%;
    visibility: hidden;
    z-index: 2;

    /* IE specific
    will be ignored by Netscape */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 90);

    /* Netscape specific
    will be ignored by IE */
    -moz-opacity: .9;
}

/* body content */

div.body
{
    background-color: transparent;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: medium;
    font-weight: 600;
    padding-bottom: 10%;
    padding-left: 200px;
    padding-right: 2%;
    padding-top: 2%;
}

div.header
{
    background-image: url(../images/bg-header.jpg);
    background-repeat: repeat-x;
    border-bottom: 1px solid black;
    height: 83px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

h2
{
    color: #6789C8;
    font-family: 'Verdana', 'Arial', sans-serif;
    text-align: left;
}

h3
{
    color: #6789C8;
    font-family: 'Verdana', 'Arial', sans-serif;
    text-align: left;
}

h5
{
    color: #6789C8;
    font-family: 'Verdana', 'Arial', sans-serif;
    text-align: left;
}

img.web_button
{
    border-style: none;
    float: none;
    padding-bottom: 2px;
}

.boxed-paragraph
{
    background-color: #DDDDDD;
    border: #000000;
    border-style: solid;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.heading-inset {  border: 1px #333333 inset; padding-top: 3px; padding-right: 5px; padding-bottom: 3px; padding-left: 5px; background-color: #ECECEC}
