body {
	background-color: #999999;
	background-image:url(images/tile.gif);
	background-repeat:repeat-y;
	background-position: top center;
	margin-top:0px;
	font: 10pt arial;
	background-repeat: repeat-y;
	-moz-user-select: none;
	padding: 0px;
}

  h1 {font: 12pt arial; font-weight: bold; color: #58507C} 
  h2 {font: 12pt arial; color: #58507C}
  b {font-weight: bold; color: #58507C}
  li {font: 10pt arial;}
  a {font: 10pt arial; font-weight: normal; text-decoration: none; color: #58507C}
  hr {color: #174776}
  input {font: 8pt Verdana}
  a:hover {color: #DBDBDB}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:770px;
}

#top {
	left: 0;
	top: 0;
	z-index: 0;
	width: 770px;
	position: absolute;
	left: 200;
}

#bot {
	left: -173px;
	top: 0;
	z-index: 0;
	width: 775px;
	position:relative;
	background-color: #1B1925;
	color: #ffffff;
}

#bot a {
	color: #ffffff;
}

#bot a:hover {
	color: #A19EB0;
}

#roll {
	left: 0px;
	top: 160px;
	z-index: 7;
	width: 150px;
	position: absolute;
	left: 200;
}
#contentLayer {
	background: white;
	text-align: justify;
	position: absolute;
	width: 425px;
	left: 170px;
	top: 170px;
	left: 200;
}

#right {
	left: 623px;
	top: 158px;
	z-index: 6;
	position: absolute;
	width: 150px;
	left: 820;
}  
  .term {font: 10pt arial; color: #000000}
  .subs {font: 8pt tahoma; color: #000000}
  .con {font: 10pt arial; text-decoration: underline; color: #58507C}
  .con2 {font: 12pt arial; font-weight: bold; color: #58507C}
  .topic {font: 10pt arial}

  .bluebold {font: 12pt arial; font-weight: bold; color: #58507C}
  .blueital {font: 10pt arial; font-style: italic; color: #58507C}
#rightColumnMenu {
	background-image: url(images/practiceBackground.gif);
	background-repeat: repeat-y;
	width: 147px;
	left: 820;
}
#rightMenu {
	left: 820;
}
/* remove all the bullets, borders and padding from the default list styling */
#rightMenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:10;
}
/* position relative so that you can position the sub levels */
#rightMenu li {
	position:relative;
	z-index:10;
	left: 820;
}

/* get rid of the table */
#rightMenu table {
	position:absolute; 
	top:0; 
	left: 820;
}

/* style the links */
#rightMenu a{
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 0 1px 1px;
	text-align:left;
	font-family: tahoma;
	font-size: 8pt;
	width: 134px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #403A5D;
	border-bottom-color: #403A5D;
	display:block;
	left: 820;
}

a.bulletLeft {
	width:105px;
}
/* style the link hover */
#rightMenu a:hover{
	text-decoration:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	left: 820;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#rightMenu ul ul {
	visibility:hidden;
	position:absolute;
	top:-1px;
	left:-154px;
	width:150px;
	background:#C9C4E1;
	z-index:20;
	border: 1px solid #000000;
	padding:2px;
	left: 820;
}
#rightMenu ul ul a{
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	text-align:left;
	font-family: tahoma;
	font-size: 8pt;
	text-align:right;
	border-width:0px;
	left: 820;
}
#rightMenu ul ul a:hover{
	border-width:0px;
	color:#403A5D;
}
/* make the second level visible when hover on first level list OR link */
#rightMenu ul :hover ul{
	visibility:visible;
	left: 820;
}

/* END Left Menu Style */

.aboutMenu a {
display:block;
height: 35px;
width: 87px;
font: 11px sans-serif;;
color:#333;
background: url("images/aboutButton.jpg") 0 0 no-repeat;
text-decoration: none;
}
.aboutMenu a:hover { 
background-position: 0 -35px;
color: #049;
}

.titleLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #371F19;
}
