td {
	background-repeat:no-repeat;
	background-position:center;
}
/************
 * Layout 1 *
 ************/
body.layout1 {
	position:absolute;
	top:0;
	left:0;
	background-image:url(Graphics/Background.gif);
	background-repeat:repeat-y;
	z-index:1;
}
/* Top Left Emblem */
div.layout1a {
	position:absolute;
	left:0;
	top:0;
	width:216;
	height:133;
	overflow:auto;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('Graphics/SelcoLogo.gif');
	z-index:2;
}
/* Menu */
div.layout1b {
	position:absolute;
	left:0;
	top:134;
	width:130;
	overflow:auto;
	z-index:2;
}
a.layout1b {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	font-weight:bold;
	font-size:small;
}
a.layout1b:hover {color:#FFFFFF;}
/* Banner */
div.layout1c {
	position:absolute;
	left:217;
	top:0;
	width:684;
	overflow:auto;
	background-repeat:no-repeat;
	background-position:top;
	z-index:2;
}
/* Main Content */
div.layout1d {
	position:absolute;
	left:186;
	top:133;
	width:734;
	height:auto;
	margin: 0 0 0 0;
	overflow:auto;
	background-repeat:no-repeat;
	background-position:top;
	z-index:2;
}

/* Used for layout design */
/*
body.layout1 {border: medium solid #000000;}
div.layout1a {border: medium solid #FF0000;}
div.layout1b {border: medium solid #00FF00;}
div.layout1c {border: medium solid #0000FF;}
div.layout1d {border: medium solid #FF00FF;}
*/

.toClick {
	cursor:pointer;
}
a.chosenLink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFF00;
	font-weight:bold;
	font-size:small;
}
a.chosenLink:hover {color:#FFFFFF;}
