﻿body, p, div, h1, h2, h3, h4, h5, h6, fieldset, ul, li {
    margin: 0;
    padding: 0;
}

body
{
    background-color: #333333;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:1em;
}

div#SitePage {
    margin: 0 auto;
    width: 751px;
    background-color: #fff;
}

h2#SiteTitle
{
    background-position:5% top;
    background-image: url('../Images/SdccLogo.jpg');
    background-repeat: no-repeat;
    color: #f58322  ;
    font-size: 105%;
    text-align:right;
    padding-right: 5%;
    padding-top: 8%;
    padding-bottom: 5%;
}

span.connecting {
    color: #0066bc;
    font-style:italic;
    font-weight:normal;
}

div#MainContent
{
    float:left;
    clear:both;
    background-color: #f58322;
    width: 100%;
}

ul#SiteLinks {
    list-style-type:none;
    margin: 0 auto;
    width: 80%;
}

ul#SiteLinks li {
    width: 50%;
    float:left;
    text-align:center;
}

ul#SiteLinks li.single-line {
    width: 100%;
}

ul#SiteLinks li img {
    border: none;
}

.sdcctable	{
	margin: 0;
	margin-bottom:5px;
	padding: 0;
	font: normal 0.9em tahoma, arial, sans-serif;
	line-height: 1.4em;
	border-collapse: collapse;
	border: 4px solid #ADBBCA;
	color: #364855;
	background: #F0F0F0;
}
.sdcctable.maxwidth
{
	width:99%;
}

.sdcctable caption	{
	margin: 0;
	padding: 0;
	color: #364855;
	font: bold 120% verdana, serif;
	text-transform: uppercase;
}
		
.sdcctable thead, tfoot		{
		color: #fff;
		background: #364855;
}
		
.sdcctable thead tr th	{
		padding: 4px 8px 4px 8px;
		}

		
.sdcctable thead th	{
		border: 4px solid #ADBBCA;
		}
		
.sdcctable tfoot tr td, tfoot tr th, tbody tr td	{
		padding: 4px;
		}
		
.sdcctable tbody tr:hover	{
		background: #fff;
		}
		
.sdcctable tbody tr	{
		border: 4px solid #ADBBCA;
		}
		
.sdcctable tbody th	{
		padding: 8px;
		border: 4px solid #ADBBCA;
		}
		
.sdcctable tbody td	{
		background: #E9ECEE;
		vertical-align:top;
		}

.sdcctable tbody tr.odd		{
		background: #C4CFDB;
		}
		
.sdcctable tbody tr.odd td {
	background: #f5f5f5;
	color: #364855;
}
		
.sdcctable td.currency	{
	text-align:right;
}
		
.sdcctable tbody tr.odd:hover		{
	background: #fff;
}