﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
    margin: 10px 2px 10px 2px;
    border: thin solid #C0C0C0;
    padding: 2px;
    background-color: #666666;
    color: #E0E0E0;
}

span
{
    padding: 2px;
}





/* Formating classes */

.alert
{
    color: #FF0000;
    font-weight: bold;
    font-size: small;
}

.uledit
{
    margin: 5px;
    list-style-type: none;
}

.right
{
    text-align: right;
    float: right;
}

.imagefloatright
{
    margin: 10px;
    float: right;
    clear: both;
}


.isospan
{
    margin: 3px;
    display: list-item;
    text-align: center;
}

.centre
{
    margin-right: auto;
    margin-left: auto;
}

.panelbottommargin

{
    margin-bottom: 10px;
}

.tinytext
{
    font-size: x-small;
}

/* links div formatting */

#container /* very important...do not delete */

{
    position: absolute;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

#links
{
    width: 800px;
    font-size: small;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

#links ul
{
    margin: 0px;
    float: right;
    list-style-type: none;
} 

#links li
{
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
} 

#links li a
{
    display: block;
    float: left;
    padding: 0px 10px 0px 10px;
    font-size: small;
    color: #FFCC00;
}

/* footer div formatting */

#footer
{
    height: 40px;
    width: 800px;
    font-size: x-small;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
}

#footer ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
} 

#footer li
{ 
    margin: 0px; 
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
} 

#footer li a
{
    display: block;
    float: left;
    padding: 3px 10px 2px 10px;
    color: #FFCC00;
}

#footer p
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: small;
}

#adspace
{
    background-image: url(    "../images/SSGBanner.jpg" );
    background-repeat: no-repeat;
    height: 75px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}

#box
{
    width: 650px;
}



#searchbox
{
    width: 700px;
}


#barOne
{
    width: 264px;
    height: 160px;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #999999;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
}

#barTwo
{
    width: 264px;
    height: 160px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
    
}

#barThree {
    width: 264px;
    height: 160px;
    border-left-style: dashed;
    border-left-width: 1px;
    border-left-color: #999999;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;

}

ul.decimal
{
    list-style-type:   decimal;
}