html { background: url(./background/pattern-bg.png) center top no-repeat #1470B2; width:100%; height:100%; }

body {
	min-height: 100%;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #d9d9d9; border-top:none; border-bottom:none;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	        box-shadow: 0 0 4px rgba(0,0,0,.3);
			
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	 
	-webkit-font-smoothing: antialiased;
}


p, li, td   {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}

p   {
	max-width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

li   {
	line-height: 1.5;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

td  {	vertical-align: top; }


h1, h2, h3, h4, h5 {
	color: #222; 
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	max-width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h1  {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 30px;
}

h2  {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 24px;
}

h3  {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}

h4  {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 14px;
}

sup {
	font-size: 12px;
}

a:link { color: #1470B2; text-decoration: none; }
a:visited { color: #1470B2; text-decoration: none; }
a:hover { color: orange; }

.LearnMore{
	border: 1px solid #999;
	border-radius: 3px;
	text-align: center;
	display: table;
	font-size: 1.4rem;
	padding: .4em 1.8em;
	cursor: pointer;
	margin: 3rem auto 0;
	transition: all 0.5s ease;
	background: rgba(255, 255, 255, 0);
}

p.small{
	font-size: 8pt;
}

img {
    border: 0;
}

td.Bar00 { border-top: 1px solid gray ; border-right: 1px solid #808080; border-left: 1px solid #808080; padding-left: 10px; }
td.Bar00L { text-align: center; border-top: 1px solid gray; border-right: 1px solid #808080; border-left: medium none gray ; }
td.Bar15 { font-weight: bolder; background-color: #ddd; border-top: 1px solid gray ; border-right: 1px solid #808080; border-left: 1px solid #808080; padding-left: 10px; }
td.Bar15L { background-color: #ddd; border-top: 1px solid gray; border-right: 1px solid #808080; border-left: medium none gray ; }
td.Bar25 { font-weight: bolder; background-color: #bbb; border-top: 1px solid gray; border-right: 1px solid #808080; border-left: 1px solid gray; padding-left: 10px; }
td.Bar25L { font-weight: bolder; background-color: #bbb; text-align: center; border-top: 1px solid gray; border-right: 1px solid #808080; border-left: medium none gray ; }
td.BarEnd { font-weight: bolder; text-align: center; border-top: 1px solid gray; border-right: #808080; border-left: gray }

hr {
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.30)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.30) 50%, hsla(0,0%,0%,0) 100%);
}

.shaddow {
	box-shadow: 4px 4px 6px 0px #333333;
	-webkit-box-shadow: 4px 4px 6px 0px #333333;
	-moz-box-shadow: 4px 4px 6px 0px #333333;
	-o-box-shadow: 4px 4px 6px 0px #333333;
}

.notes {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.sitemap {
	background-color: whitesmoke;
	font-size: 12px;
	line-height: 20px;
	text-align: left;	
	color: gray;
}

.sitemap a:link { color: gray; text-decoration: none; }
.sitemap a:visited { color: gray; text-decoration: none; }
.sitemap a:hover { color: gray; text-decoration: underline; }

.sitemap h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-align: left;	
	color: gray;	
	max-width: 100%;
	margin: 0;
}