/* css SPC, by Debra Davis */

/* basic elements */
body { 
	font: 10pt verdana, san-serif;
	color: #000000; 
	background: #fffae9; 
	margin-top: 0px;
	padding: 0px; 
	}
p { 
	font: 10pt verdana, san-serif;
	font-weight: normal; 
	margin-top: 0px; 
	text-align: left;
	}
	
h1 {
	font: verdana, serif;
	}
	
h2	{
	font: tahoma, san-serif;
	}	
	
h3 { 
	font: italic bold 14pt tahoma, san-serif; 
	letter-spacing: 2px;
	margin-left: 2px; 
	margin-bottom: 0px; 
	}

h4 { 
	color: #cc3300;
	margin-bottom: 0px;

	}
	
a:link, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}
	
a:visited { 
	font-weight: bold;
	text-decoration: none; 
	color: #cccccc;
	}

a:hover{ 
	text-decoration: underline; 
	color: #0033CC;
	}

.floatleft {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	float: left;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.floatright {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.floatrightnob {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.imagemargin{
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.font1{
	font-weight: normal;
	font-size: 8pt;
}

.font2{
	font-size: 12pt;
	letter-spacing: 1.5px;
	font-weight: normal;
}
.font3{
	font-size: 14pt;
	color: #ff3333;
}

.font4{
	text-align: center;
	font-size: 8pt;
	color: #000000; 
	font-weight: bold;
}
.font5{
	font: italic;
	font-size: 8.2pt;
}
.font6{
	font-family: Tw Cen MT, san-serif; 
	font-size: 8pt;
	color: #ffffff;
	letter-spacing: 2px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.font7{
	font-weight: bold;
	font-size: 11pt;	
	}

.table1{
	float: left;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font: 10pt tahoma;
	font-weight: bold; 
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}


/* specific divs */
#container { 
	background: url(images/banner_back.jpg) no-repeat top left; 
	padding: 0px;  
	margin: px;
	position: absolute;
	top: 5px;
	left: 50px;
	width: 750px;
	height: 150px;
	}
	
#logo { 
	background:  url(images/spc-logo.gif) no-repeat top left; 
	padding: 10px;  
	margin: 10px;
	position: absolute;
	top: 0px;
	left: 1px;
	width: 222px;
	height: 114px;
	}

#intro {
	background: #60685D;
	position: absolute;
	top: 175px;
	left: 50px;
	width: 750px;
	z-index: 1;
	}

#supportingText {
	position: relative;
	background: #fffae9;
	top: 35px;
	left: 165px;
	width: 550px;
	letter-spacing: 1px;
	z-index: 0;
	padding-left: 10px;
	padding-right: 3px;
	background-color: #fffae9;
	}
	
#supportingText ul {
	margin-left:10px;

}

#linkList {
	position: absolute;
	top: 180px;
	left: 23px;
	width: 199px;
	z-index: 2;
	height: 283px;
	}
	
#linkList li {
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}

#linkList h3.select { 
	background: url(images/select.gif) no-repeat top center; 
	padding-top: 25px;
	width: 150px; 
	height: 50px;
	margin-left: 28px;
	}
	
#linkList li a:hover {
	color: #CAC9B5;
	}
	
#linkListFooter{
	background: url(images/tdlogo.gif) no-repeat center center;
	position: absolute;
	padding-top: 0px;
	margin-top: 25px;
	left: 10px;
	width: 200px;
	height: 155px;
}	
#footer{
	background: #CAC9B5;
	left: 30px;
	width: 750px;
	height: 25px;
	padding-top: 4px;
	}
	
#footer a:link { 
	font-weight: bold;
	text-decoration: none; 
	color: #cc3300;
	}
	
#footer a:visited { 
	font-weight: bold;
	text-decoration: none; 
	color: #6B5B7D;
	}
	
#footer a:hover { 
	text-decoration: underline; 
	color: #0033CC;
	}	

#textLink a:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #0033ff;
	}
	
#textLink a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #0033ff;
	}

#textLink a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #0033ff;
	}

#textLink a:hover { 
	text-decoration: underline; 
	color: #666666;
	}