﻿body {
	background: #FFFFFF url('images/SCALogo.png') no-repeat scroll;
}
#links {
	background: #AACCEE;
	position: absolute;
	top: 250px;
	left: 10px;
	width: 200px;
	height: 260px;
}
#links a {
	text-decoration: none;
	color: #000000;
	display: block;
	font: italic normal normal medium Verdana;
	text-align: left;
	padding: 5px 10px 2px 10px;
	margin: 0 10px 0 10px;
}
#links a:hover {
	color: #AACCEE;
}
#title {
	background: transparent;
	position: absolute;
	top: 50px;
	left: 305px;
	height: 185px;
	right: 25px;
	text-align: center;
	font-size: 24pt;
	font-family: Tahoma;
	color: navy;
	font-style: italic;
	font-weight: bold;
}
.style1 {
	font-size: 40pt;
}
.style2 {
	font-size: large;
}
#content {
	background: #FFFFFF none no-repeat scroll;
	position: absolute;
	top: 250px;
	left: 220px;
	right: 25px;
	min-height: 620px;
	color: #000000;
	font: normal normal normal 14px Verdana;
	padding: 10px;
	border-top-color: #FFC;
	border-top-style: outset;
	border-top-width: thin;
	border-left-color: #FFC;
	border-left-style: outset;
	border-left-width: thin;
	border-right-color: #FFC;
	border-right-style: outset;
	border-right-width: thin;
	border-bottom-color: #FFC;
	border-bottom-style: outset;
	border-bottom-width: thin;
	text-align: left;
}
#content p {margin: 0 1em 1em;}
#content h1 {
	margin-bottom: 0.25em;
	text-align: right;
	font: italic normal normal 16px Verdana;
	white-space: nowrap;
	color: #000000;
}
#content h3 {
	margin-bottom: 0.25em;
	text-align: left;
	font: normal normal normal 18px Verdana;
	white-space: nowrap;
}
#content a {
	text-decoration: none;
	color: #000000;
}
#content a:active {
	text-decoration: none;
	color: #000000;
}
#content a:visited {
	text-decoration: none;
	color: #000000;
}
#content a:hover {
	text-decoration: none;
	color: #000000;
}
#footer {
	position: relative;
	left: 0px;
	font: italic normal normal 8pt Verdana;
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

