/* leeacademy.css*/
/* This file must be in root folder */
/*Jim Lacey 04/08/2009*/

body {
background-color: #9FC;
}

  #content_Layer {
	position:absolute;
	width:750px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	z-index:2;
	left: 230px;
	top: 0px;
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: repeat-y;
  }

#logo_box {
	position: absolute; 
	width:161px; 
	height:150px; 
	z-index:1; 
	left: 0px; 
	top: 0px;
	background-position: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../CDS/Images/image001.jpg) repeat;
}

#welcomebox {
	float: left;
	width:256px; 
	height:200px; 
	background: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

#JAMAR_Credits {
	width:161px; 
	height:16px; 
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000; font-weight: bold; 
	z-index:100; 
	left: 0px; 
	top: 0px;
	background-position: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#sidebar {
  position: absolute;
  top: 150px;
  right: 0px;
  left: 0px; 
  margin: 0px 0px 5px 0px;
  padding: 0px 10px 10px 15px;
  width: 162px;
  border-left: 1px solid #ccc;
  }

.style2 {color: #000000}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

.floatleft {
	float: left;
	margin: 10px 10px 0 0;
}

#top {
margin: 5px;
padding: 20px;
font-family: serif; 
font-size: 18px;
line-height: 22px;
background-color: #BDB76B; 
border: 5px solid #0000ff; 
height: 110px;
color: #0B00FF;
}

#right {
position: absolute;
top: 200px;
right: 0px;
margin: 5px 15px;
padding: 20px;
background-color: #fff; 
border: 5px solid #000fff; 
width: 200px;
}

#leftrecertbox {
float: left;
/*position: absolute;*/
top: 173px;
left: 300px;
margin: 5px;
padding: 20px 20px 20px 80px;
background-color: #fff; 
border: 1px solid #000fff; 
width: 600px;
}

#rightrecertbox {
float: right;
/*position: relative;
top: 140px;*/
right: 100px;
margin: 5px;
padding: 20px;
background-color: #fff; 
border: 1px solid #000fff; 
width: 300px;
}

#printclosebox {
float: left;
/*position: absolute;*/
top: 300px;
left: 20px;
margin: 5px;
padding: 2px;
background-color: #fff; 
border: 1px solid #000fff; 
width: 60px;
}

h1 {  
font-family: "Arial Black"; 
font-size: 48px; 
color: #999999; font-weight: bold; 
letter-spacing: 2px;
}
.contentstyle{
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: Black; font-weight: bold; 
}

.leftcontentstyle{
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: Black; font-weight: bold;
text-align:left;
}

.historystyle {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
}
	
.notestyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: Black; font-weight: bold; 
}

.redbiggernotestyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: Red; font-weight: bold; 
}

.ddrivetipstyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: Red; font-weight: bold; 
}

.whitebiggernotestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
}
.biggernotestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.centeredbiggernotestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.h2 {
	font face="garamond"; 
	color="#334455";
	font-size: 20px;
	font-weight: bold;
}

.ColumnHeading {
	color: #FFFFFF; 
	<font face="arial";
	font-size: 20px;
	font-weight: bold;
}

a:hover{
color:#88be88;
}

a {
text-decoration: none;
}

a:link {
color: #008041; text-decoration: none;
}
a:visited {
color: #1E90FF; text-decoration: none;
}
a:hover {
color: #FF0000; text-decoration: none;
}
a:active {
color: Blue; text-decoration: underline;
}
