/* forms.css*/
/*Jim Lacey 11/13/2008*/

body {
background-color: White;
}

  #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;
}

#sidebar {
  position: absolute;
  top: 10px;
  right: 0px;
  left: -1px; 
  margin: 0px 0px 5px 0px;
  padding: 0px 10px 10px 15px;
  width: 162px;
  border-left: 1px solid #ccc;
  }

#DropDownLayer {
	position:absolute;
	width:200px;
	height:150px;
	font-family: sans-serif; 
	font-size: 18px;
	line-height: 22px;
	background-color: #BDB76B; 
	border: 5px solid #0000ff; 
	color: Red;
	z-index:10;
	left: 398px;
	top: 0px;
}
#SlicesAnimationLayer {
	position:absolute;
	width:150px;
	height:180px;
	font-family: sans-serif; 
	font-size: 18px;
	line-height: 22px;
	background-color: #BDB76B; 
	border: 5px solid #0000ff; 
	color: Red;
	z-index:30;
	left: 650px;
	top: 300px;
}

/*.style2 was created in Dreamweaver and CSS moved here*/
.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; 
}

.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; 
}

.biggernotestyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: Black; font-weight: bold; 
}

a:link {
color: #669999; text-decoration: underline;
}
a:visited {
color: #999999; text-decoration: underline;
}
a:hover {
color: #FF0000; text-decoration: underline;
}
a:active {
color: #000000; text-decoration: underline;
}

