#main {
	border: 1px solid #666;
	clear: both;
	background: #FFFFFF; /* white, color of the background inside the box */
	padding: 0em;	
	width:1000px;
	min-height: auto;
	height: auto;
	margin:0px auto;    <!- this stuff centers it
	text-align:left;
}

.pagetitle{
	color: #000000;
	font-size: 24px;
	font-face: times;
	font-weight: bold;  
}

h2 {
   margin-bottom: 5px;
   color: #000000;
   padding: -1em 0em 0em 0 ;
 
}	

h3 {
   margin-bottom: 5px;
   color: #000000;
   padding: -1em 0em 0em 0 ;
   font-weight: normal;
}

ul.normal{
	line-height: 1.2;
}


li{
 margin-bottom: 3px;
}

table#stats td {
	    padding: 5px;
	    border: solid  #99CCCC 1px;
	    text-align: center;
}

table#info td {
	   padding: 1px;
	   padding-right: 10px;
}


#contents {
	font: normal 14px auto  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 	line-height: 1.5;
	color: #4f6b72;
}


A:link {color:#c75f3e; text-decoration:none}
A:visited {color:#c75f3e; text-decoration:none}
A:hover {color:#c75f3e; text-decoration:underline}


a[href^="http://arxiv"] {
display:inline-block;
padding-left:15px;
padding-bottom:1px;
background:transparent url(../images/pdficon.gif) center left no-repeat;
}

a[href^="http://xxx.lanl"] {
display:inline-block;
padding-left:15px;
padding-bottom:1px;
background:transparent url(../images/pdficon.gif) center left no-repeat;
}

a[href^="http://lanl"] {
display:inline-block;
padding-left:15px;
padding-bottom:1px;
background:transparent url(../images/pdficon.gif) center left no-repeat;
}

a[href^="http://dx.doi"] {
display:inline-block;
padding-left:15px;
padding-bottom:2px;
background:transparent url(../images/doi-icon.png) center left no-repeat;
}

a[href^="http://adsabs"] {
display:inline-block;
padding-left:15px;
padding-bottom:2px;
background:transparent url(../images/ads-button_small.jpg) center left no-repeat;
}

a[href$=".pdf"]{
display:inline-block;
padding-left:15px;
padding-bottom:1px;
background:transparent url(../images/pdficon.gif) center left no-repeat;
}


/* THIS STUFF IS FOR THE PUBLICATION STYLES */
.title{
	text-decoration: underline;
	color: #000000;	
}
.authors{
	text-decoration: none;
	}
.journal{
	font-style: italic;
}
.vol{
	font-weight: bold;
}
.type{
	color: #000000;
	font-family: "Courier New", Courier, monospace
	
}	
