@charset "utf-8";
@-ms-viewport{width: device-width;}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.container {
	width: 800px;
	background-image: url(../images/Sliced_Background.jpg);
	background-repeat: repeat-y;
	background-position:right;
	margin:0 auto;
	background-color:white;
	text-align: left;
}
h1 {
    margin:20px 15px 0 40px;
	padding:20px 0 20px 0;
	font-size: 40px;
    font-weight:bold;
    font-family:"Arial Black", Gadget, sans-serif;
	background-color: #999;
    color: transparent;
    text-shadow: 0px 3px 6px rgba(255,255,255,0.9);
    -webkit-background-clip: text;
    -moz-background-clip: text;
     background-clip: text;
}
p {
	margin-right: 80px;
	margin-left: 60px;
	font-size: medium;
	margin-top: 5px;
	margin-bottom: 15px;
}
hr {
	align:left;
	height: 1px;
	margin-left: 60px;
	margin-right: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	background-image: url(../images/Sliced_BigClip.jpg);
	background-position:right bottom;
	background-repeat: repeat-y;
	line-height:10px;
	text-indent: 0px;
	padding:20px 0 40px 0;
	margin: 0 0 0 30px;
}
h3 {
	background-color: #FFFFFF;
	margin-right: 100px;
	margin-left: 0px;
	background-image: url(../images/Sliced_LittleClip.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 30px;
}
li {
	margin-right: 80px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 6px;
}
.Grey {
	color: #ABABAB
}
.hide {
	visibility: hidden;
	margin:0 auto;
	width:80%;
	font-size: 5px;
	background-color:#ABABAB;
}
.beta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #C0C0C0;
}
.seal {
	width:300px;
	margin:0 auto;
}
/* Begin Toggle */
label.toggle {
	cursor: pointer;
	color: #068;
	text-decoration: underline;
}
input.toggle {
	display: none;
	}
input.toggle:checked+div {
	display: none;
	}
//*@media only screen and (max-width: 540px) {
.container {
    width: 100%;
	margin:0;
	min-width:320px;
  }
p {
	margin-right: 40px;
	margin-left: 20px;
}
}*//
/* End */
