/* Tags */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	overflow-y:auto;	/* prevents IE from displaying vertical scrollbar unless needed */
}
/*div {
	text-align: center;
	position: absolute;
	left: 0px;
	right: auto;
}*/

a:link {
	color:#666666;
/*	text-decoration:none;*/
}
a:visited {
	color:#666666;
/*	text-decoration:none;*/
}
a:hover {
	color:#000000;
/*	text-decoration:none;*/
}
a:active {
	color:#000000;
/*	text-decoration:none;*/
}
a:focus {			/* not supported by IE */
	color:#000000;
/*	text-decoration:none;*/
}

/* Classes */

.bkgcolorPaleGreen {
	background-color: #CCCC99;
}
.bkgcolorWheat {
	background-color: #D9CC61;
}
.txtcolorMediumGreen {
	color: #999966;
}
.txtcolorCharcoal {
	color: #666666;
}
.centered {
	position:relative;
	margin:0px auto;
	padding:0px;
	/*text-align:center;*/
}
.popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	position: absolute;
	top: 50%;
	margin-top: -48px;
	left: 325px;
	width: 200px;
	padding:0px;
	visibility: hidden
}

/* Identifiers */

#background {
	position:absolute;
	top:80px;
	left:0px;
	width:100%;
	height:275px;
	margin:0px;		/* Right and left margin widths set to "auto" */
	padding:0px;
	/*text-align:left; /* Counteract to IE5/Win Hack */
 }
#background2 {
	position:relative;
	top:0px;
	width:650px;
	height:275px;
	margin:0px auto;
	padding:0px;
}
#wheatsheaf {
	top:0px;
	height:275px;
	width:650px;
}
#company {
	position: absolute;
	top: -25px;
	left: 325px;
	width: 325px;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;	/* 117% */
	font-style: italic;
	font-weight: normal;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 325px;
	width: 325px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	position: absolute;
	top: 50%;
	line-height: 14px;	/* these 3 lines center the text vertically */
	height: 112px;		/* 8 lines * 14px line-height */
	margin-top: -56px;	/* 1/2 of height */
	left: 0px;			/* needed for IE */
	padding-left: 5px;
	width: 320px;
}
#nav {
	top:405px;
	height:296px;
	width:650px;
}
#message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
	top: 390px;
	height:29px;
	width:650px;
}
#list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	position: absolute;
	top: 50%;
	line-height: 16px;	/* these 3 lines center the text vertically */
	height: 96px;		/* 8 lines * 14px line-height */
	margin-top: -48px;	/* 1/2 of height */
	left: 0px;			/* needed for IE */
	padding-left: 5px;
	width: 320px;
}
#email {
	position:absolute;
	top:208px;
	left:6px;
}
#SLWebLogo {
	top:404px;
	width:650px;
}
/***********************************************************************
The following CSS directives are unused!
***********************************************************************/
/*
.bgcolorWhite {
	background-color: #FFFFFF;
}
.divWheatsheaf {
	position: absolute;
}
*/
small {
 font-size: smaller;
 }
big {
 font-size: larger;
 }
h1 {
 font-size: xx-large;
 }
h2 {
 font-size: x-large;
 }
h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
h6 {
 font-size: xx-small;
 }
 
/* the following attribute value selectors are not supported by IE */
font[size="1"] {
 font-size: xx-small;
 }
font[size="2"] {
 font-size: small;
 }
font[size="3"] {
 font-size: medium;
 }
font[size="4"] {
 font-size: large;
 }
font[size="5"] {
 font-size: x-large;
 }
font[size="6"] {
 font-size: xx-large;
 }
font[size="7"] {
 font-size: 300%;
 }
font[size="-1"] {
 font-size: smaller;
 }
font[size="+1"] {
 font-size: larger;
 }
font[size="-2"] {
 font-size: 60%;
 }
font[size="+2"] {
 font-size: 150%;
 }
font[size="+4"] {
 font-size: 300%;
 }
