body {
  background-color: white;
}

#container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 80px 0px 0px 0px;
  background: url(../images/logo_shadow.gif) no-repeat top left;
}

#footer {
  margin: 5px 0px 0px 120px;
  padding: 0px 0px 0px 10px;

}

#menu {
  float: left;
  width: 120px;
  height: 500px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  background: url(../images/3dcube_smaller.gif) no-repeat top left;
  font-size: 0pt;
  line-height: 0;
}

#level1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#level1 a {
	padding: 25px 0px 3px 0px;
}

#level1 a:hover {
	background: url(../images/hover.gif) no-repeat bottom left;
}

#selected1 a {
	padding-right: 15px;
  	background: url(../images/selected.gif) no-repeat bottom right;
}

#selected1 a:hover {
  	background: url(../images/selected.gif) no-repeat bottom right;
}

#level2 {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#level2 a:hover {
	background: url(../images/hover2.gif) no-repeat bottom left;
}

#selected2 a:hover {
  	background: url(../images/selected.gif) no-repeat bottom right;
}

#selected2 a {
	padding-right: 15px;
  	background: url(../images/selected.gif) no-repeat bottom right;
}


#level3 {
	text-align: right;
	margin: -18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#level3 a {
  padding: 0px 0px 0px 0px;
}

#level3 a:hover {
  background: url(../images/_level3_hover.gif) no-repeat top right;
}

#level3 a:selected {
  background: url(../images/selected.gif) no-repeat top right;
}


#content {
  width: 45em;
  font: normal 10pt verdana,arial,sans-serif;
  margin: 0px 0px 0px 120px;
  padding: 5px 10px 30px 30px;
  line-height: 1.3em;
  text-align: justify;
  max-width: 37em;
  min-width: 500px;
  min-height: 395px;
}

#content h1 {
  font-size: 125%;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0px 0px -15px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  border-top: 1px solid #f25e1a;
  color: #00002f;
}

#content h2 {
  font-size: 125%;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  margin: 15px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  margin-bottom: 0px;
  border-top: 1px solid #f25e1a;
  color: navy;
}

#content h3 {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 5px 0px 0px px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  color: #369;
}

#content p {
  color: black;
  padding: 0px 0px 0px 0px;
}

#content .next {
  text-align: right;
  font-size: 80%;
}

#content .next a {
  text-align: right;
  font-style: italic;
  color: #1f1f1f;
}

#content .smalllist {
  font-size: 90%;
  color: black;
  padding: 0px 0px 5px 15px;
}

#content center {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  font-size: 120%;
  color: #369;
}

#content .center {
  text-align: center;
  font-style: italic;
  padding-top: 40px;
  font-size: 100%;
  color: #369;
}

#content .smallprint {
  text-align: center;
  padding: 5px 0px 0px 0px;
  font-size: 80%;
  color: #369;
}

#content .smallprinterr {
  text-align: center;
  padding: 5px 0px 0px 0px;
  font-size: 80%;
  color: #369;
}

#content ul {
   font-size: 90%;
	padding: 0px 0px 0px 2em;
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}

#column {
  float: left;
  width: 250px;
  height: 300px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  font-size: 10pt;
  text-align: left;
  font-color: green;
  line-height: 1;
}

#matrix {
	
}

#matrix td
{ border-bottom: 1px solid #9CF;
border-top: 1px;
border-left: 1px solid #6699CC;
border-bottom 1px solid #6699CC;
border-right: 1px;
text-align: left;
padding-left: 5px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 10x;
color: #404040;
background-color: #fafafa; }

#matrix td.title
{ border-bottom: 2px solid #6699CC;
border: 1px solid #6699CC;
background-color: #fafafa;
text-align: center;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 12px bold;
color: #404040; }

#matrix td.head
{ border-bottom: 2px solid #6699CC;
border: 1px solid #6699CC;
background-color: #faebd7;
text-align: left;
padding-left: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

#matrix table.layout
{ text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 500px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; }

