﻿body
{
    font-family: Verdana, Arial, helvetica;
    margin: 0 0 0 0;
}

a:link, a:visited
{
    color: Blue;
    text-decoration: none;
}

a:hover
{
    color: Red;
    border-bottom: 1px solid blue;
}

#headad
{
    width: 480px;
    height: 60px;
    float: right;
    padding: 5px 0 0 0;
}

#content
{
    width: 952px;
    text-align: left;
    font-size: 80%;
    border-left: 1px transparent;
    border-right: 1px transparent;
    margin: 5px auto 0 auto;
}

#bodytext
{
    padding: 10px 0 10px 0;
    text-align: left;
}

#navigation
{
    text-align: center;
    font-size: 90%;
    line-height: 150%;
    border-top: 1px solid white; /*display:inline;*/
    padding-bottom:5px;
}

#footer
{
    border-top: 1px solid #b68d4c;
    font-size: 80%;
    padding-left: 10px;
    margin-bottom: 5px;
}

.headbold
{
    background: #b68d4c;
    color: white;
    padding: 10px 10px 0 10px;
}

#uPanel
{
    text-align: right;
    /*position:fixed;*/
    bottom:0px;
    width:952px;
}

.FindLine
{
    background: #b68d4c;
    padding: 2px 4px;
    vertical-align: middle;
    color: #FFF;
    font-weight: bold;
}

.h1
{
    font-size: 180%;
    font-weight: bold;
    color: #b68d4c;
}

.h2
{
    font-size: 150%;
    font-weight: bold;
    color: #b68d4c;
}

.h3
{
    font-size: 120%;
    font-weight: bold;
    color: #b68d4c;
}

.menuitem
{
    list-style-type: none;
    line-height: 125%;
    color: White;
    font-weight: bold;
    display: inline;
    margin: 0 10px 0 10px;
    text-align: center;
}

.menuitem a:link, .menuitem a:visited
{
    color: White;
}
.menuitem a:hover
{
    color: White;
    border-bottom: 1px solid yellow;
}

.desctable
{
    border-top: 2px solid #FcF;
    border-bottom: 2px solid #FcF;
}

.desctable .head
{
    border-bottom: 1px solid #FcF;
    background: #C5C;
    color: White;
    font-weight: bold;
}

.category
{
    background-position: top;
    display: inline-block;
    border: 1px solid #fceabb;
    border-radius:10px;
	background: linear-gradient(135deg, rgba(252,234,187,1) 0%, rgba(247,243,234,1) 100%);
    padding: 10px;
    margin: 5px;
    vertical-align: top;
}

/*.catetext
{
    width:425px;
    display:inline-block;
    border: 1px solid #FEF;
    vertical-align:top;
    padding: 10px;
    margin:4px;
}*/

table.company
{
    border-collapse: collapse;
}
table.company td
{
    border-bottom: 1px solid #FAF;
    padding: 3px 0;
}

.CrsName
{
font-size:20px;
font-weight:bold;
color:#b68d4c;
}

.CDName
{
font-size:17px;
font-weight:bold;
color:#a669f5;
}