/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: inherit;
	vertical-align: baseline;
}
/* 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;
}
#header{
	position:fixed;
	display:block;
	width:100%;
    margin-left:auto;
    margin-right:auto;
	height:85px;
	background-color: #2F4F4F;
    text-align: center;
    font-size: 20px;
    font-family:Georgia, Verdana, Arial, Sans-Serif;
    color:#eeffee;
    border-radius: 20px;
    padding:30px;
    top:-20px;
    z-index: 4;
}

#header span {
	font-size: 30px
}
#header a{
	text-decoration: none;
	color:#eeffee;
}

.button {
	display: inline-block;
    height: 40px;
    width: 160px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 27px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: #dd5544;
    text-align: center;
    padding: 20px 0 0 0;
    z-index: 5
}
.button a {
	color: #FFFFFF;
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}
#container {
	display:block;
    margin-top: 120px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
   padding: 30px 20px 15px 20px;
    width: 875px;
    color: #232323;
    text-align: left;
    font: 18px "CrimsonSemibold", 'Times New Roman', Georgia, serif;
	background-color: #E6E8FA;
	border:1px solid black;
}
.sectionhead {
	text-decoration: underline;
	font-weight: bold;
	font-size: 22px;
	margin-top: 15px;
}
#container ul {
	text-decoration: none;
	padding-left: 25px;
	font-size: 18px;
	list-style-type: disc;
}
#container ul span {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	margin-top: 8px;
	font-weight: 600;
	letter-spacing: 2;
}
h2 {
	font-size: 18px;
}
.sectionhead p {
	font-size: 18px;
	font-style: italic;
}

