/* CDS.css JAMAR Associates 06.23.2006 */

body { 
background-color: #FFFFFF; 
}
#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;
}

#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;
  }

  #content_Layer {
	position:absolute;
	width:650px;
	height:1050px;
	padding-left: 20px;
	padding-right: 20px;
	z-index:2;
	left: 160px;
	top: 0px;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: repeat-y;
  }

  #fullpage {
	position: absolute;
	top: 220px;
	left: 0px;
	margin: 20px 20px 20px 20px;
	padding: 10px;
	width: 730px;
	border: 5px solid #ccc;
	background: #EEEBBE;
	}

  #jamar_logo {
  	background-image: url(../../CDS/Images/jamrlogo.gif);
	background-repeat: no-repeat;
	z-index:600;
	background-position: left;
  }
  
.leftfloatingpicture {
	float:left;
	/*margin-top:10px;*/
	margin-right:50px
	margin-bottom:10px
	margin-left:50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: medium;
	}
	
.floatright {
	float:right;
	width:100px;
}

.rightfloatingpicture {
	float:right;
	margin: 0px 0px 0px 0px;
	background-color: Gray;
	}

.contpara {  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 24px; 
line-height: 180%;
}
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;
}

#top {
  margin: 0px 0px 0px 200px;
  padding: 0px 10px 10px 0px;
  color: #ccc;
  border-bottom: 5px solid #ccc;
  border-left: 5px solid #ccc;
  border-top: 5px solid #ccc;
  border-right: 5px solid #ccc;
  height: 750px;
  }

  
