html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background-color:#FBFBFB;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============================================================================
   Page Formatting
   ========================================================================== */
	
#contents {
	clear:both;
	height: auto;
	width: 96%;
	max-width:800px;
	margin:1%;
	margin-left: auto;
  	margin-right: auto;
	}

.container {
	clear: none;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(198, 198, 198);
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	margin:2% 0;
	padding-top: 5.57%;
	padding-right: 9.05%;
	padding-left: 9.05%;
	padding-bottom: 4.57%;
	}

/* =============================================================================
   Buttons
   ========================================================================== */

#modalCloseButton {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 246, 246)), to(rgb(225, 225, 225)));
	background-image: -webkit-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: -moz-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: -o-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: -ms-linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: linear-gradient(top, rgb(246, 246, 246), rgb(225, 225, 225));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f6f6f6', EndColorStr='#e1e1e1');
	border: 1px solid #ccc;
	font-size: 0.92em;
	color:#555;
	display:inline-block;
	padding:3px 10px;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
	
#modalCloseButton:active, #modalCloseButton:focus, #modalCloseButton:hover {
	color:rgba(0,0,0,1.00);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(246, 246, 246)), to(rgb(225, 225, 225)));
	background-image: -webkit-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: -moz-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: -o-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: -ms-linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	background-image: linear-gradient(bottom, rgb(246, 246, 246), rgb(225, 225, 225));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f6f6f6', EndColorStr='#e1e1e1');
	}

/*Adjusts the position of the icon*/
	
img {
	top:0.15em;
	position:relative;
	padding-left: 5px;
	}
#one img {
	padding-left: 5px;
	top: 0.09em;
	position: relative;
}

/* =============================================================================
   HyperLinks
   ========================================================================== */
a, a:link, a:visited {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
	}

a:hover, a:focus, a:active {
	color: rgba(0,0,0,1.00);
	border-bottom: 2px solid rgba(67,113,177,1.00);
	-webkit-transition: border 0.1s ease;
	-moz-transition: border  0.1s linear;
	-o-transition: border  0.1s linear;
	-ms-transition: border  0.1s linear;
	transition: border  0.1s linear;
	}
	
.selected {
	border-bottom: 2px solid rgba(67,113,177,1.00);
	}
	
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 10%;
	font-style: normal;
	font-size: 0.88em;
	line-height:1.5em;
	}

li {
	padding-top:1%;
	}
	
.footnotes ul, .footnotes ol {
	padding: 0 0 0 5%;
	border-top:dashed;
	border-top-width: 1px;
	border-top-color: #4b4b4b;
	}

/* =============================================================================
   Text Styles
   ========================================================================== */
h1 {
	font-size: 1.85em;
	line-height:1.22em;
	text-align:center;
	}
	
h2 {
	padding-top:3%;
	text-align:center;
	font-size:1.5em;
	line-height:1.1em;
	margin-bottom:2%;
	}

h3 {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	padding-top:2%;
	}
	
h4 {
	font-size:1em;
	font-weight:bold;
	}

p {
	margin: 0;
	margin-top:1.5%;
	font-style: normal;
	font-size: 0.92em;
	color: rgba(0,0,0,1.00);
	line-height: 1.5em;
	margin-bottom:1.5%;
	}

em {
	font-style:italic;
	}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
