﻿/* BASE TAGS */
html, body, form.MainForm
{
    margin:0px;
}
body
{
    font-family:"Trebuchet MS", Helvetica, Calibri, Arial, sans-serif;
    font-size:0.8em;
    color:#444444;
}
body#MainBody
{
    background:url("images/BodyBG.gif") repeat-x top;
}
/* STRUCTURE TAGS */
div#PageHolder
{
    margin:5px auto 0px auto;
    width:780px;
    background:url("images/PageContentBG.gif") repeat-y left;
}
div#Header
{
    margin: 0px 0px 0px 0px;
    padding-bottom:0px;
}
div#HeaderLogo
{
    margin:0px;
    padding:0px;
    width:780px;
    height:100px;
    background:url("images/SCFSALogo.jpg") no-repeat;
    background-color:#bbbbbb;
}
div#Content
{
    float:left;
    width:609px;
    line-height:200%;
    padding:10px 10px 10px 10px;
    text-align:justify;
}
div#Spacer
{
     float:left;
     width:1px;
     min-height:500px;
}
div#Footer
{
    clear:both;
    margin:10px auto 0px auto;
    padding:20px 0px 0px 0px;
    width:778px;
    background-color:White;
    text-align:center;
    font-size:0.7em;
    color:#777777;
    border-top:dotted 1px #444444;
    border-right:solid 1px White;
    border-left:solid 1px White;
}
div#Footer a
{
    color:#777777;
}
div#Footer a:hover
{
    color:#CC0000;
}
/* MENU TAGS */
div#TopMenu
{
    background-image:url("images/TopMenuBG.gif");
    width:778px;
    height:30px;
    margin-top:0px;
    padding-top:0px;
    border-top:none;
    border-left:solid 1px #444444;
    border-right:solid 1px #444444;
    border-bottom:solid 1px #444444;
}
ul.TopMenuList 
{
    margin:0px 0px 0px 0px;
    padding:0px;
}
ul.TopMenuList li 
{
    display:inline;
    font-weight:bold;
    text-align:center;
    line-height:30px;
    padding-right:30px;
    padding-left:7px;
    background:url("images/TopMenuSeparator.gif") no-repeat right;
}
ul.TopMenuList li a
{
    color:#ececec;
}
ul.TopMenuList li a:hover
{
    color:#ffffff;
}
div#SideMenu
{
    width:150px;
    height:550px;
    float:left;
}
ul.SideMenuList {
	margin: 0px 5px 0px 5px;
	padding:0px;
	list-style: none;
	line-height: normal;
}
ul.SideMenuList li 
{
	margin: 0px;
	padding: 0px 2px 0px 2px;
    font-weight:bold;
	display: block;
	line-height:30px;
	border-bottom: 1px dotted #444444;
}
/* GENERIC TAGS */
h1, h2, h3
{
    color:#555555;
    font-family:Helvetica, Calibri, Arial, sans-serif;
    font-weight:normal;
    margin-top:15px;
}
h2, h3
{
    padding-top:10px;
}
a
{
    color:#CC0000;
    text-decoration:none;
}
.ResponseToUser 
{
    border:solid 1px red;
    padding:5px 5px 5px 5px;
    margin:10px 0px 10px 0px;
    background-color:#ffcccc;
    color:Red;
    width:95%;
    font-weight:bold;
}
table.ContactUs td
{
    border-bottom:solid 1px #bbbbbb;
}
.PaddedButtons
{
    padding:3px;
}
a:hover
{
    text-decoration:underline;
}
a.reverse
{
    text-decoration:none;
}
a.reverse:hover
{
    text-decoration:underline;
}
img
{
    border:none;
}
label 
{     
    clear:left;     
    float:left;     
    width:7em;
} 
blockquote
{
    margin-left:20px;
}
hr
{
    color:#CC0000;
    height:1px;
    width:75%;
    text-align:center;
    background-color:#CC0000;
    margin-top:20px;
    margin-bottom:20px;
}
/* OTHER TAGS */
div#WebAfrica
{
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
    height:30px;
    background-repeat:no-repeat;
    background-position:top center;
    text-align:center;    
}
input[type="submit"]
{
    height:30px;
}
table#Links
{
    width:100%;
    margin:0px;
    border:none;
}
table#Links td#LinkCategory
{
    font-weight:bold;
}
table#Links td#Link
{
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:5px;
    background-color:#ffe6e6;
    border-bottom:solid 1px #bbbbbb;
    line-height:1.5em;
}
table#Links td#Link2
{
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:5px;
    border-bottom:solid 1px #bbbbbb;
    line-height:1.5em;
}
table#Links td#Link a, table#Links td#Link2 a
{
    font-weight:bold;
    color:#CC0000;
}
div#LinkExample
{
    padding:5px;
    background-color:#ffe6e6;
    line-height:1.5em;
}

div.webfreshfooter
{
    width:100%;
    margin:0 auto 10px auto;
    text-align:center;
}
div.webfreshfooter a
{
    color:#ddd;
    text-decoration:none;
    font-size:10px;
}
div.webfreshfooter a:hover
{
    color:#ccc;
    text-decoration:none;
}
div.webfreshfooter img
{
    vertical-align:text-bottom;
}
