body
{
	background: #fff;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height : 1.0em;
	text-align: center;
	padding:0px;
	margin:0px;

}


h3{
/* color:#BC751D; */
color:#E8921E;
font-size:1.0em;
font-weight:normal;
}

/*h3{	font-size:80%; color: #E8921E; }*/
h1{ color: #048DD4; font-size:1.2em;line-height:1.2em;  }
p { margin:5px 0;  }
p {line-height:140%; font-size:80%; }


#citation h1{ line-height:140%;  font-size:80%; color: #333333; font-weight:normal; }
div#wrapper{
	padding:0;
	margin:0;
	max-width:550px;
	width:100%;
	margin-left:30px;
	margin-right:30px;
text-align: left;

}

div#header{
	margin:0;
	padding:0px;
	width:100%;
	background-color:#048DD4;
	text-align: left;	
}
div#header img{
	margin:0px;
	padding:0px;
	width:auto;
	max-width: 100%;
}

div#footer{
	background-color:#dddddd;
	color:#777777;
	padding:1px;
}

div#footer p{
	text-align:center;
	
	font-weight:400;
}
/* AB padding-top:10px; */
#content{

	text-align:left;
}

#citation-link{
	padding-top:10px;	
	text-align:left;
	width:105%;	
}

#warning{
	text-align:left;
}
#warning p{
	font-size:60%;
	color: #048DD4;
}


#citation-id{
	text-align:right;
	margin-top:10px;	
	margin-bottom:10px;	
	font-size:60%;
	color:#999;	
	font-weight:bold;	
}
span.logo h3{
	font-size:inherit;
	color: #E8921E;
}
.source{
	font-style:italic;
line-height:140%;
}


a:link, a:visited
{
	color:#048DD4;
}

a:hover
{
	color: #E8921E;
}

ul{padding:0; margin:0 0 0 15px;}

/**
 * 
 * buttonbar - added by ryan
 * 
 */
a.buttonlink {
	line-height: 20px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	display: block;
	margin: 0px 5px 0px 0px;
	float: left;
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #E4E4E4;
	width: 40px;
	padding-right: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	
	text-align:left;
	font-size: 85%;
}
.buttonbar {
	clear: both;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 18px;
}
a.buttonlink:hover {
	color: #048DD4;
	border-color: #048DD4;
	background-position: left bottom;
}
.print {
	background-image: url(../images/btn_print.gif);
}
.close {
	background-image: url(../images/btn_close.gif);
}

sup a{
    text-decoration: none;
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 600px) {
	div#wrapper{
		padding:0;
		margin:0;
		width:90%;
		margin-left:5%;
		margin-right:5%;
		text-align: left;
	}

	div#header{
		margin:0;
		padding:0px;
		width:100%;
		background-color:#048DD4;
		text-align: left;	
	}
	div#header img{
		margin:0px;
		padding:0px;
		width: 100%;
	}

}