/* Reset */
	html, body, div, span, applet, object, iframe,
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%;
	vertical-align: baseline;
	outline: none;
}

h1 {
font-size: 72px;	
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Page  Style*/
html{
    background:#5a5b5d;
    font-size:15px;
   
}
body{
	font-weight: normal;
	font-size: 24px;
	line-height: 1.8rem;
	font-family: Verdana, Geneva, sans-serif;
	max-width: 1000px;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	height: 100%;
	color: #5a5b5d;
}
p{
    margin-top:3.5%;
}
a{
    color:#900028;
}
.bold{
    font-weight: bold;
}
.italic{
    font-style:italic;
        
}
header{
    width:100%;
}
header img{
    width:100%;
    height:auto;
    display:block;
}
article{
    margin:5%;
    width:90%;
    overflow:hidden;
}
#left{
    max-width:233px;
    width:26%;
    min-width:174px;
    height:730px;
    float:left;
    display:block;
    margin:0 auto 10% auto;
}
#graph{
    width:100%;
    height:675px;
    max-height:675px;
    min-width:174px;
    display:block;
    background:#efefef;
    margin-bottom:2px;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    
    padding:11.2%;
}
#graph h2{
    font-size:1rem;
    line-height:1.2rem;
    font-weight:bold;
    color:#900028;
    text-transform: uppercase;
}
#graphic{
    margin:0 auto;
    width:100%;
    height:600px;
    display:block;
}
#graphic .bar{
    position:relative;
    height:540px;
    background:white;
    border:solid 1px #c2c2c3;
    width:35px;
    display:inline-block;
}
#graphic .bar .bar{
    height:100%;
    width:100%;
    border:none;
    display:block;
    position:absolute;
    bottom:0;
    
    background: #5d5d5f; /* Old browsers */
    background: -moz-linear-gradient(top,  #5d5d5f 1%, #fbb04c 50%, #900028 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5d5d5f), color-stop(50%,#fbb04c), color-stop(100%,#900028)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5d5d5f 1%,#fbb04c 50%,#900028 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5d5d5f 1%,#fbb04c 50%,#900028 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5d5d5f 1%,#fbb04c 50%,#900028 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5d5d5f 1%,#fbb04c 50%,#900028 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5f', endColorstr='#900028',GradientType=0 ); /* IE6-9 */

}
#graphic ul{
    display:inline-block;
}
#graphic ul li{
    font-weight: bold;
    font-size:.8rem;
    line-height: .8rem;
    margin-top:42.5px;
    display:block;
}
#graphic ul li:nth-child(2) {
    margin-top: 25px;
}
#donatebutton{
    background:url(../images/donatebutton.jpg) no-repeat center center;
    width:100%;
    background-size: cover;
    height:60px;
    min-width:174px;
}
#donatebutton:hover{
    background:url(../images/donatebuttonhover.jpg) no-repeat center center;
    background-size: cover;
}
#right{
    min-width:465px;
    width:71%;
    float:right;
    display:block;
    margin:0 auto;
}
#right h1{
	font-size: 23px;
	color: #900028;
}

#right p{
	font-size: 16px;
	color: #;
}
#pdfintro{
    font-weight: bold;
    color:#900028;
}
#video{
    position:relative;
	height: 200px;
    padding-bottom:56.25%;
    padding-top:5px;
    height:0;
    margin-top:3%;
}
/*#video iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
/*video{
    height:auto;
    width:100%;
}*/
.unsupported{
    font-size:1.5rem;
    color:black;
    font-weight:bold;
    text-align: center;
    padding:10%;
    border:solid black 1px;
}
#contactinfo{
    line-height:1.1rem;
    margin-top: 3.5%;
    margin-bottom: 7%;
	font-size:16px;
}
#contactinfo li{
    margin:1.5% 0;
}
footer{
    background: #efefef;
    font-size:.8rem;
    line-height:.8rem;
    text-align: center;
    margin:0;
    display:block;
    padding:7%;
}
footer p{
    margin:1%;
}
footer img{
    margin:1%;
    display:inline-block;
}
