﻿
.Footer
{
	background: #ebebeb none repeat scroll 0 0;
	border-top: 2px solid #006699;
	clear: both;
	font-size: 10px;
	padding: 15px 0px;
	width: 100%;
}

.Footer .Contact
{
	float: left;
	width: 320px;
}

.Footer .Contact .Links,
.Footer .Contact .Description
{
	margin-bottom: 12px;
}

.Footer .Sponsors
{
	float: left;
	margin-left: 25px;
}

.Header
{
    padding-top: 13px;
}

.MainMenu
{
    font-size: 13px;
    font-family: Trebuchet MS, Arial;
    margin-bottom: 2px;
}

.MainMenu .Item, .MainMenu .Item a
{
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    float: left;
}

.MainMenu .Item .LeftCorner
{
    background-image: url(../Images/Controls/Main-Menu-Left.gif);
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    width: 5px;
}

.MainMenu .Item .Body
{
    background-image: url(../Images/Controls/Main-Menu-Body.gif);
    background-repeat: repeat-x;
    float: left;
    height: 21px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    text-align: center;
    display: block;
}

.MainMenu .Item .RightCorner
{
    background-image: url(../Images/Controls/Main-Menu-Right.gif);
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    width: 4px;
    margin-right: 2px;
}

.MainMenu .ItemSel, .MainMenu .ItemSel a
{
    color: #003399;
}

.MainMenu .ItemSel .LeftCorner
{
    background-image: url(../Images/Controls/Main-Menu-Left-Sel.gif);
}

.MainMenu .ItemSel .Body
{
    background-image: url(../Images/Controls/Main-Menu-Body-Sel.gif);
}

.MainMenu .ItemSel .RightCorner
{
    background-image: url(../Images/Controls/Main-Menu-Right-Sel.gif);
}

.SectionHeading h1
{
	color: #5c5c5c;
	font-size: 18px;
	margin-bottom: 30px;
	margin-left: 180px;
	margin-top: 0px;
}

.SectionSubmenu
{
	border-top: solid 1px #dcdbda;
	margin-bottom: 25px;
	width: 150px;
}

.SectionSubmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

.SectionSubmenu ul li
{
	border-bottom: solid 1px #dcdbda;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.SectionSubmenu li.Placeholder
{
	border: none;
}

.SectionSubmenu li.Folder
{
	color: #5c5c5c;
	font-weight: bold;
	margin-top: 24px;
	padding: 4px 2px;
}

.SectionSubmenu li.Folder:first-child
{
	margin-top: 0px;
}

.SectionSubmenu a
{
	background-color: #ffffff;
	color: #006699;
	display: block;
	padding: 4px 2px;
	text-decoration: none;
}

.SectionSubmenu a:hover
{
	background-color: #F3CB58;
}

.SectionSubmenu a.Selected
{
	background-color: #ffffff;
	color: #5C5C5C;
	font-weight: bold;
}

.SectionSubmenu li.Level1
{
}

.SectionSubmenu li.Level2
{
	padding: 4px 2px 4px 15px;
}

