@charset "UTF-8";
/* CSS Document */

/*This stylesheet uses the Bison Page template*/


/* 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;
}

/*CSS RESET ENDS HERE*/


#page {
	width:1024px;
	height: 800px;
    background-image: url("../attrib/pentagram_plain_7_19_.jpg");
    
}

body {
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#topbox {
    width: 250px;
    height: auto;
}

#nav {
    width: 20px;
    height: 20px;
}

#navbar {
	width:400px;
	height: 20px;
	font-size: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #ffffff;
    text-align: center;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
    margin-left: 10px;
    z-index: 1000;
}

#column {
    height: 600px;
    width: 220px;
    margin-left: 20px;
    margin-top: 55px;
    justify-content: flex-end;
    border-top: 10px solid #5215A7;
    z-index: 1000;
 }
 a:link {
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: 24px;
        color: #5215A7;
        text-decoration: none;
 }

    a:hover {
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: 24px;
        color: #FFD700;
        text-decoration: none; 
}
    
    a:visited {
         font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
        font-size: 24px;
        color: #5215A7;
        text-decoration: none;
}


h1 {
	font-size: 26px;
	font-family: 'Ranchers', sans-serif;
	color: #5215A7;
	font-weight: bold;
    margin-left: 100px;
    margin-top: 50px;
}



h2 {
	font-size: 18px;
	font-family: 'Ranchers', sans-serif;
	color:  #5215A7;
	margin-top: 20px;
}

 
    p {
         font-family: "Open Sans", sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 18px;
        z-index: 100;
}