@charset "utf-8";
/*///// BASIC ELIMENTS /////*/

body {
margin:0;
padding:0;
font:75%/1.4 verdana,Helvetica,sans-serif;
background-image:url(stone_wall1.jpg);
text-align:center;
}

h1 span {
text-align:center;
display:block;
padding:35px 0 0 0;
}

h2 span {
font-size:14px;
text-align:center;
display:block;
padding:0 0 0 0;
}

h3 {
height:39px;
margin:0px;
padding:0px;
}

h3 span {
display:inherit;
}

p {
margin:0 0 0 0px;padding:0;
}

acronym {
border:none;
}

a {
color:#00F;
background-color:#ffffff;
text-decoration:underline;
}

a:hover, a:hover {
color:#6CF;
background-color:#ffffff;
}

/*///// LAYOUT /////*/

#container {
width:820px;
margin:0 auto;
padding:0 13px;
position:relative;
background:url(bg.gif) repeat-x #dfdfdf;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
color:#454545;
text-align:justify;
}

#pageHeader {
width:820px;
height:179px;
background:url(topbanner.jpg);
}

#explanation {
width:780px;
background-color:#FFF;
background-repeat:repeat-y;
margin:15px 0px 2px 20px;
color:#454545;
display:block;padding:0;
font-size:14px;
}

#requirements {
width:546px;
background-color:#ffffff;
background-repeat:repeat-y;
margin:0 0 2px 250px;
color:#454545;
display:block;padding:0;
font-size:14px;
}

#click1 {
width:468px;
height:60px;
margin:0 0 15px 285px;
display:block;
}

#space {
	width:468px;
	height:30px;
	margin:0 0 0 285px;
	display:block;
}

#side {
	width:120px;
	height:600px;
	display:block;
	margin:20px 0 0 40px;
}

#linkList {
position:absolute;
top:179px;
left:40px;
width:207px;
}

#lselect {
margin:0 0 2px 0;
}

#linkList li {
list-style:none;
padding:6px 0 10px 0;
background:url(line.gif) bottom repeat-x;
}

#linkList li a {
padding-left:7px;
background:url(linka.gif) left center no-repeat;
text-decoration:none;
}

#linkList li a:hover {
text-decoration:underline;
}

#linkList li a.current {
text-decoration:underline;
color:#0FF;
}

#lselect li a {
display:block;
font-weight:bold;
background-position:0 0.6em;
}

#lselect .c {
display:inline;
color:#666666;
padding:0;
background:none;
background-color:#ffffff;
}

#footer {
width:546px;
margin:5px 0 0 235px;
text-align:justify;
padding:10px 14px 43px 14px;
font-size:10px;
}

#explanation p span {
padding:0 25px 10px 20px;
display:block;
}

#requirements p span {
padding:0 25px 10px 20px;
display:block;
}


#footer a{
text-decoration:none;
color:#888888;
background-color:#dfdfdf;
border:1px solid #bdbdbd;
padding:3px 3px;
height:100%;
}

#footer a:hover{
background-color:#ebebeb;
color:#777777;
}

/*/////  IMAGES  /////*/

#explanation p {
background:url(right_bg.gif) right repeat-y;
}

#explanation h3 {
background:url(title_explanationblank_b.gif) no-repeat;
}

#explanation .p3 span {
padding-bottom:20px;
background:url(right_bottom_b.gif) bottom no-repeat;
}

#requirements p {
background:url(right_bg.gif) right repeat-y;
}

#requirements h3 {
background:url(title_requirementsblank.gif) no-repeat;
}

#requirements .p5 span {
padding-bottom:20px;
background:url(right_bottom.gif) bottom no-repeat;
}

#lselect {
background:url(left_bg.gif) repeat-y;
}

#lselect h3 {background:url(title_selectblank.gif) no-repeat;
}

#lselect ul {
margin:0;
padding:0 25px 20px 17px;
background:url(left_bottom.gif) bottom no-repeat;
}


/* TABLE */

table.sz
{
	border: solid 1px #000;
	border-collapse: collapse;
	margin: 5px auto 5px auto;
}

table.sz td
{
	border: solid 1px #ccc;
	padding: 4px;
	text-align: center;
}

table.sz td a
{
	font-weight: bold;
}

table.sz td img
{
	border: none;
}

table.sz td.tick
{
	width: 100px;
	height: 30px;
	background: transparent url(tick.png) no-repeat center center;
}

table.sz td.cross
{
	width: 100px;
	height: 30px;
	background: transparent url(cross.png) no-repeat center center;
}

table.sz td.la
{
	text-align: center;
}


table.sz th
{
	border: solid 1px #ccc;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

