*{
	margin:0;
	padding:0;
}

body{
	color:#000;  /*  black  */
	font-family:Helvetica, Arial, san-serif;
	font-size:1.3em;
}

img, embed, object, video{
  max-width:100%;
}

.navcolwidth, .fullwidth, .fullwidthc, .leftcol, .rightcol{
	width:98%;
	margin:1%;
	font-size:1.5em;
}

.headerlogo, .headername, .fullwidthc{
	font-size:1.5em;
	text-align:center;
}

.fullwidth{
	margin-top:-1em;
	clear:both;
}

.leftcol, .rightcol{
	margin-bottom:1em;
}

@media (min-width:504px){
	.leftcol, .rightcol{
		width:48%;
		font-size:1.13em;
	}
	.leftcol{
		float:left;
	}
	.rightcol{
		float:right;
	}
	#navcol, .fullwidth{
		font-size:1.2em;
	}
}

@media (min-width:800px){
	#navcol{
		font-size:1.13em;
	}
}

#wrapper{
	background:url(images/background1.jpg) repeat-y;
	background-color:#000;
	display:-webkit-flex;
	display:flex;
			-webkit-flex-flow:row wrap;
			flex-flow:row wrap;
	width:100%
}

#header{
	color:#000;
}

#header a{
	color:#000;
}

.hiddenm{
	display:none;
}

#navcol{
	clear:both;
	width:98%;
	margin:1%;
	text-align:center;
	padding-top:0px;
	font-size:1.25em;
	margin-top:-2.5em;
}

.nav{
	text-align:center;
}

ul.nav{
	list-style-type:none;
	margin-top:5px;
	margin-bottom:5px;
}

.nav li{
	display:inline;
	clear:both;
	height:50px;
}

.nav a{
	color:#fff;
	display:inline;
	padding-left:12px;
	padding-right:12px;
}

ul.nav a.button{
	background:none;
	color:#4069B2; /* medium blue in star quilt */
	text-decoration:none;
}

ul.nav a.button:hover{
	background:none;
	text-decoration:none;
	color:#000;
}

ul.nav a.buttonhere{
	background:none;
	color:#981B1E;
}

ul.nav a.buttonhere:hover{
	text-decoration:none;
}

#content{
	clear:both;
	font-family:Helvetica, Arial, "San Serif";
	width:92%;
	margin-right:2%;
	margin-left:2%;
	padding-left:2%;
	padding-right:2%;
	padding-top:0px;
}

p{
	margin-bottom:1em;
}

p.center{
	text-align:center;
}

p.right{
	clear:both;
	text-align:center;
}

li.list{
	margin-left:50px;
	list-style-image:url(images/smbutton.gif);
}

a{
	text-decoration:none;
}

img.left{
	float:left;
	margin:0 15px 0 0;
}

h2{
	text-align:center;
}

h3{
	font-weight:bold;
	margin-bottom:10px;
}

h4{
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

.reset{
	clear:both;
}

#copy{
	font-size:10px;
	text-align:center;
}