﻿
BODY
{
    margin: 0px auto 0px auto;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    background-color: #9CF;
}

#container
{
    margin: 0 auto;
    width: 960px;
    text-align: left;
    background-color: #FFFFFF;
}

#Header
{
    height: 80px;
}  

#Navigation
{
    background-position: #06C;
    width: 100%;
    background: #06C;
    font-family: Arial, Helvetica, sans-serif;
    color: #800080;
    
    
}

#Navigation ul
{
    
    text-align: left;
    margin: 0px auto; 
    width: 75%;
    padding: 0px;
   
}

#Navigation ul li
{
    list-style: none;
    display: inline;
   
}

#Navigation li a
{
    margin: 0px;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    color: #fff;
    text-decoration: none;
   
   
}

#Navigation li a:hover
{
   
    color: #FF0;
}   


#LHCol
{
    float: left;
    margin-top: -0px;
    width: 205px;
    padding-left: 60px;
}

#ContentText
{
    font-size: 12px;
    width: 550px;
    text-align: left;
    color: #666666;
    line-height: 16px;
    margin-left: 300px;
    margin-top: 30px;
}


#TitleText
{
    font-size: 18px;
    font-family: Verdana;
    text-align: left;
    color: #b22222;
    font-weight: bold;
    height: 20px;
    line-height: 25px;
}

#SCCCLogo
{
    
}

#RHCol
{
    float: right;
    margin-top: -200px;
    margin-right: 150px;
}


#FooterSection
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 11px;
    font-family: Arial;
    color: #b22;
}

#FooterSection a:link
{
    text-decoration: none;
    font-size: 12px;
    font-family: Arial;
    color: #696969;
    text-align: center;
}


#FooterSection a:visited
{
    text-decoration: none;
    font-size: 12px;
    font-family: Arial;
    color: #696969;
    text-align: center;
}

#FooterSection a:hover

{  

    text-decoration:underline;  
    font-size: 12px;
    font-family:  Arial;
    color: #696969;
    text-align: center;

}


.imageleft
{
    float: left;
    margin: 10px 30px 30px 36px;
}

.imageright
{
    padding: 19px 36px 30px 30px;
    float: right;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #696969;
    font-weight: bold;
}

html
{
    overflow-y: scroll;
    
}

