<!--

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url('/img/SSCBackground.jpg');
	background-repeat:repeat-x;
	background-color:#D70216;

}
.oneColElsCtr #container {
	width: 60em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #dynamicContent {
	align:center
	valign:top
	width: 90%;
}

a:link {text-decoration: none; color: #D80217; }
a:hover {text-decoration: underline; color: #D80217; }
a:visited {text-decoration: none; color: #D80217; }
a:visited:hover {text-decoration: underline; color: #D80217; }

a.bookmark {
	text-decoration: none;
	color: #000000
}

.style1 {font-size: 16px;
font-family: Verdana, Arial;
 }

.style3 {font-family: Verdana, Arial; }
.style4 {font-size: 9px; font-family: Verdana, Arial; }
.style5 {font-size: 9px; font-family: Verdana, Arial; }

table.contact{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #27FDE8;
	border-collapse: separate;
	background-color: #E8F9F8;
}

table.contact td {
	border-width: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-style: none;
}

td {
	font-family: Verdana, Arial;
	font-size: 14px;
}

td.phone {
                     font-family: Verdana, Arial;
                     font-size: 48px;
                     font-weight: bold;
}

td.header {
	font-family: Verdana, Arial;
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
    	background-color: #D80217
}

td.image {cursor: pointer }

td.homebutton {
	font-family: Verdana, Arial;
	font-size: 16px;
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: bold;
	cursor: pointer;
	background: #ffffff url('/img/SSCHomeButton.jpg') left no-repeat;
}

td.homebuttonsmall {
	font-family: Verdana, Arial;
	font-size: 15px;
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: bold;
	cursor: pointer;
	background: #ffffff url('/img/SSCHomeButton.jpg') left no-repeat;
}

td.textheader {
	font-family: Verdana, Arial;
	font-size: 16px;
	text-decoration: none; 
	font-weight: bold;
}

td.mainheader {
	font-family: Verdana, Arial;
	font-size: 18px;
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: bold;
	background: #ffffff url('/img/SSCHeader.jpg') left no-repeat;
}

td.note {
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none; 
	color: #D80217; 
	font-weight: bold;
}

td.intro {
	font-family: Verdana, Arial;
	font-size: 13px;
	text-decoration: none; 
	color: #000000; 
}

#navlist {
        font-family: Verdana,Arial;
        font-size: 12px;
	text-decoration: none;
	color: #D80217;
        line-height: 20px;
        width: 200px;
        margin: 15px;
        padding: 0px;
}

#active:hover li { display: block; }
#active li { display: none; }

li.mainlink {
        border-bottom: dashed 1px #D80217;
}

-->