body
	{
	margin: 0;
	padding: 0;
	color:#000;
	background: #CCCC99;
	font-family:Georgia,serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	}
	
body#sandbox {
	background: #bbbbbb;
}

	a:link, a:active, a:visited , a{
		color: #F05A28; 
		text-decoration: none; 
		padding: 2px;
		letter-spacing: 2px;
	}
	a:hover {
		color: #4b0d0d; 
		text-decoration:underline;
	}
	
	#sandbox a:link, 
	#sandbox a:active, 
	#sandbox a:visited , 
	#sandbox a{
		color: #727272;
	}
	
	
	ul {
		margin:  0px;
		padding: 0px;
		list-style: none;
	}


	#left{
		float: left;
		width: 425px;
	}
	
	#logo{
	 background: #FFFFFF url(images/logo.png) no-repeat scroll left top;
	 width: 270px;
	 height: 300px;
	 float: left;
	}
	#sandbox #logo {
		background: #FFFFFF url(images/logo-bw.png) no-repeat scroll left top;
	}
	
	#logo a{
		float: left;
		width: 270px;
		height: 300px;
		background: transparent;
	}
	
	#menuOne{
		float: right;
		width: 150px;
		height: 200px;
		padding: 95px 0px 5px 0px;
	}
	
	#menuOne li{
		padding: 3px;
	}
	
	
	
	img.verticalText{
	float: left;
	clear: both;
	}
	.leftPanel{
		float: right;
		width: 300px;
		background: transparent url(../images/leftPanelBracket.png) no-repeat scroll top left;
		padding: 20px 70px 35px 15px;
	}
	.leftPanelInner{
		float: right;
		width: 260px;
	}
	
	.leftPanelInner img{
		padding-bottom: 10px;
	}
	
	.leftPanel ul{
		padding: 0px 0px 20px 0px;
	}
	
	.leftPanel h1{
		font-size: 36px;
		color: #184033;
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}
	
	.leftPanel h2{
		font-size: 16px;
		color: #184033;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}
	
	
	
	.leftPanel a.issueNav{
		float:left;
		font-size:12px;
		width:115px; height:26px;
		letter-spacing:0;
		line-height:25px;
		padding:5px;
		text-align:center;
		display: block;		
	}
	ul.itemList span{
		padding: 0px 0px 10px 20px;
		display: block;
		letter-spacing: 2px;
		font-size: 10px;
		color: #aaa;
	}
	
	
	#right ul.itemList p, #left ul.itemList p{
		padding: 0px 0px 0px 20px;
		display: block;
		letter-spacing: 2px;
		font-size: 10px;
		color: #666;
	}
	
	ul.itemList a{
		padding: 0px 0px 0px 20px;
		display: block;
	}
	
	
	ul.itemList a:hover{
		background: transparent url(../images/arrowRed.png) no-repeat scroll 0% 50%;
	}
	ul.itemList a.rq{
		background: transparent url(../images/arrowRed.png) no-repeat scroll 0% 50%;
		color: #4b0d0d; 
		text-decoration:underline;
	}
	
	#sandbox ul.itemList a:hover{
		background: transparent url(../images/arrow.png) no-repeat scroll 0% 50%;
	}
	#sandbox ul.itemList a.rq{
		background: transparent url(../images/arrow.png) no-repeat scroll 0% 50%;
		color: #222222; 
	}
	
	
	.cl {
		clear: both;
		display: block;
	}
	
	.footnotes{
		
	display: block;
	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #174033;
	letter-spacing: 1px;
	
	}

	#footer{
	padding: 50px 0px 0px 0px;
	width: 100%;
	}
	
	#footer span{
		display: block;
		color: #174033;
		text-align: center;
		background: #dfdfaf;
		padding: 20px 10px 20px 10px;
	}
	#sandbox #footer span{
		background: #ddd;
		#color: #222;
	}	
	
	#footer a.hiddenLink{
		color: #174033; 
		text-decoration: none; 
		padding: 2px;
		letter-spacing: 2px;
		cursor: default;
	}
	#footer a.hiddenLink:hover {
		text-decoration:none;
	}
	
#searchBox {
background: transparent url(../images/searchBoxBG.png) no-repeat scroll 20px 20px;
float: right;
border: none;
padding: 20px;
margin-right: 30px;
width:277px;
height:28px;
}




form#search_form {
padding:0;
}
form#search_form div {
border:medium none;
}


#searchBox  #s {
background:transparent none repeat scroll 0 0;
border:0 none;
float:left;
margin:6px 0 0 10px;
padding:0;
width:160px;
}
#searchBox  #go {
float:right;
padding-right: 15px;
margin:0;
}


	
#right {
float: right;
width: 525px;
padding-right: 65px;
border: none;
}


label{
color: #174033;
display: block;
padding: 15px 0 0 0;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 1 em;
}

h1 , h2, h3{
	letter-spacing: 5px;
	padding: 5px 0px 0px 0px;
}


p, table {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	letter-spacing: 0px;
}

p.dropcap{
	padding-top: 25px;
}

p.dropcap:first-letter {
display:block;
float:left;
padding:5px 1px 0px 0px;
margin: 0px;
font-size:40px;
}

form {
	letter-spacing: 0px;
}


#right h1{
	font-size: 32px;
	line-height: 1.1em;
	font-weight: normal;
	}

#right h2 {
	padding: 0px;
	color: #F05A28;
	font-size: 16px;
}

#sandbox #right h2 {
	padding: 0px;
	color: #727272;
	font-size: 16px;
}

#right h3 {
	color: #174033;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	width: 385px;
	
	float: left;
	line-height: 1 em;
}

#right h4 {
	color: #174033;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	float: left;
	line-height: 1 em;
}
#right h5, #right h6 {
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
}

#right h3.pdf{
	height: 26px;
	width: 100px;
	float: right;
	padding: 0px;
}

#right a.fileLink{
	float: right;
	color: #174033;
	font-style: italic;
	font-size: 14px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

#right a.fileLink img{
	border: none;
}


#right p, #right address{
	text-align: justify;
	letter-spacing: 0;
	font-size: 13px;
	line-height: 1.6em;
	font-style: normal;
}

#right blockquote{
	padding: 15px 0 0 0;
	margin: 0 60px 0 60px;
}

 
#right .books  p{
	color: grey;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.2em;
	padding: 10px 0px 10px 0px;
}

a.deleteIcon {
float: right;
display: block;
padding: 5px;
  width: 16px;
  height: 16px;	
  background: url(../images/trashIconOut.png) no-repeat 50% 50%;
}
a.deleteIcon:hover{
  background-image: url(../images/trashIconOver.png);
}

a.updateIcon {

display: block;
float: right;
  padding: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/editIconOut.png) no-repeat 50% 50%;
}
a.updateIcon:hover{
  background-image: url(../images/editIconOver.png);
}


#mWrap{
	background: #ffffff;
	width: 1024px; 
	margin: 0 auto;
}
.calendarLink {
	display: block;
	float: right;
	background: url(../images/popupDateSelectIcon.png) no-repeat 50% 50%;
	width: 32px;
	height: 21px;
	border: 0px;
	float: none;
}






/*-----------------------------------------------------------------*/
/*  form checklist */

form dl {
  background: none;
  border:medium none;
  display:block;
  margin: 0px;
}

form dt {
  padding: 2px;
  clear:both;
  float:left;
  text-align: center;
  width: 20px;
}

form dd label {
  padding: 2px;
  color: #666;
  font-weight: normal;
  background: none;
  margin:0px;
}

form dd {
  float:left;
  display:block;
  margin:0px;
  width:80%;
  text-align:left;
}

form dd.first{
	border-top: none;
}

form dd img {
  border: none;
  float:right;
  margin: 2px;
}

div.checkListItem {
  background: none;
  float: left;
}



/*--------------------------------*/

table.dataTable{
  border-collapse: collapse;
  border-spacing: 0px;
}

/*makes it easy to select things in a table!*/
table.dataTable tr:hover {
  background-color: #ffffff;
}

table.dataTable td {
  border-left: 0px;
  border-bottom: 1px #ccc dotted;
  text-align: left;
  color: #404040;
  padding: 4px;
}
table.dataTable th {
  border-left: 3px solid #666;
  border-bottom: 1px #ccc dotted;
  text-align: left;
  color: #000;
  padding: 4px;
}

ul.itemList li{
padding: 0px 0px 10px 0px;
}

a.rssLink{
background: url(../images/bullet_feed.png) no-repeat 0% 50%;
padding: 0 0 0 20px;
}

div.scrolling {
float:none;
height:300px;
margin:0 0 10px;
overflow:auto;
width:50%;
}

ul.itemList span.separator{
color: black;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 0px;
background: #fff url(../images/arrowDownLight.png) no-repeat 5px 7px;
}


/* the styles for the new archive page */

ul.archiveList span.volumeLink{
color: black;
font-weight: bold;
margin-bottom: 20px;
padding: 0 0 10px 20px;
background: #fff url(../images/arrowDownLight.png) no-repeat 5px 7px;
}

ul.archiveList span.issueLink{
clear: left;
float: left; 
}

ul.archiveList span.incomplete a{
/*font-style: italic;
color: #999;*/
}

ul.archiveList a.rq, ul.archiveList a.reg{	
	padding: 5px 0 5px 20px;
	margin: 0 0 0 10px;
	display: block;
	width: 80px;
	float: left;
	}
	
	ul.archiveList a.issueImage{
		width: 32px;
		height: 32px;
		margin: 7px 13px 7px 0;
		float:left;
	}
	
	ul.archiveList a.issueImage img{
		border: none;
	}
	
	ul.archiveList a.issueFileLink{
		width: 18px;
		height: 18px;
		margin: 13px 0px 13px 0px;
		float:left;
	}
	
	ul.archiveList a.issueFileLink img{
		border: none;
	}
ul.archiveList a.rq, ul.archiveList a.reg:hover{	
	background:url("../images/arrowRed.png") no-repeat scroll 0 50% transparent;
	color:#4B0D0D;
	text-decoration:underline;
}
ul.archiveList .active a{ 	color: black; }


ul.archiveList ul.linkList{
	margin: 5px 0 0 0;
	height: 50px;
}


#right .breakList h1{
	font-size: 18px;
}

#right .breakList h2{
	margin: 10px 0 0 0px;
	color: #000;
}
#right .breakList h3{
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#right .breakList h3.pdf{
width: 140px
}
#right .breakList h3 a:hover{
	background: none;
}

#right .breakList span{
	display: inline;
	padding: 0px;
}

#right .breakList h1{
	margin: 0 0 0 -20px;
}

#right .breakList h1 a{
	padding: 0 0 0 20px;
	display: block;
	color: #000;
}
#right .breakList h1 a:hover{
	background: url("../images/arrowRed.png") no-repeat scroll 0 50% transparent;
}

#right h3 .issueFileLink img{
	border: none;
}
#right .theArchive h4{
width: 100%;
float: none;
	
}

#right .breakList .books{
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

/*CSS tooltips */

#left a.info{
    position:relative; /*this is the key*/
    z-index:24;
	text-decoration: none;
 }
 
 #left a.info span{
	display: inline;
	padding: 0px;
	color: #F05A28;
	font-size: 11px;
 }
 
	#left a.rq span{
		color: #4b0d0d; 
		text-decoration:underline;
	}

#left a.info:hover{z-index:25; text-decoration: none; }
#left a.info:hover span { text-decoration: underline; color: #4B0D0D; }
#left a.info div.toolTip{ display: none;	}
#left a.info div.toolTip p{ 
	letter-spacing: 0;
    line-height: 12px;
    padding: 5px;
	color: #000;
    text-decoration: none;
}


#left a.info:hover div.toolTip{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	padding: 10px;
	text-decoration: none;
    top:0em; left:260px; width:400px;
    border:1px solid #999;
    background-color:#fff; color:#000;
    text-align: left}
	
	#right p img{
		padding: 25px;
	}
	
	ul.itemList span.shortDesc{
		padding-bottom: 0px;
		color: #666;
	}
	
	
	div.theArchive{
		border-bottom: 1px solid #DDDDDD;
		margin: 0 0 15px;
		padding: 0 0 30px;
	}
	#right div.theArchive h3{
		float: none;
		font-style: normal;
		text-align: left;
	}
	#right div.theArchive h3 a{
		color: #000; 	
	}
	#right div.theArchive h2{
		color: #000; 	
	}
	#right div.theArchive h1{
	font-size: 20px;
	line-height: 1.1em;
	font-weight: normal;
	}
