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

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center;
	background-color:#000033;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #111111;
	font-size: 18px;
}
#content {
	background-image: url(images/2.png);
	background-repeat: repeat-y;
	padding-right: 100px;
	padding-left: 100px;
}
#contenttop {
	background-image: url(images/1.png);
	background-repeat: repeat-y;
}
.img-margin {
	margin-right: 20px;
	margin-bottom: 5px;
}
.red {
	color: #C00;
}
.darkbar {
font-size:24px;
background-color:#4D4D4D;
color:white;
padding:3px;
padding-left:3px;
font-weight:bold;
}

.ballotbox:before{
    content: "\2611";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

.envelope:before{
    content: "\2709";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

.xbox:before{
    content: "\2612";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

.checkred:before{
    content: "\2714";
    color:red;
    margin-right: 6px;
    margin-left: 20px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}
.checkbox:before{
    content: "\2611";
    color:blue;
    margin-right: 6px;
    margin-left: 20px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}
.check:before{
    content: "\2714";
    color:blue;
    margin-right: 6px;
    font-weight:bold;
    margin-left: 20px;
    font-size:40px;
    text-indent:50px;
}

h1 {
text-align:center;
font-weight:bold;
font-family:tahoma;
}

p {
font-size:18px;
}

.headlinered {
font-family:verdana;
font-size: 150%;
line-height: 120%;
font-color: #cc0000;
color: #cc0000;
text-align: center;
font-weight: bold;
}

.subheadlinered {
font-family:verdana;
font-size: 130%;
line-height: 120%;
font-color: #cc0000;
color: #333366;
text-align: left;
}

.headlineblack {
font-family:verdana;
font-size: 150%;
line-height: 120%;
font-color: #000000;
color: #000000;
text-align: center;
font-weight: bold;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffa136), color-stop(1, #fc910f));
	background:-moz-linear-gradient(top, #ffa136 5%, #fc910f 100%);
	background:-webkit-linear-gradient(top, #ffa136 5%, #fc910f 100%);
	background:-o-linear-gradient(top, #ffa136 5%, #fc910f 100%);
	background:-ms-linear-gradient(top, #ffa136 5%, #fc910f 100%);
	background:linear-gradient(to bottom, #ffa136 5%, #fc910f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa136', endColorstr='#fc910f',GradientType=0);
	background-color:#ffa136;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:28px;
	font-weight:bold;
	padding:21px 90px;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	margin-bottom:10px;
	
box-shadow:
  0 0 0 1px rgba(239, 119, 22, 0.6),
  0 0 0 3px hsl(0, 0%, 90%),
  0 0 0 4px hsl(0, 0%, 100%);
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc910f), color-stop(1, #ffa136));
	background:-moz-linear-gradient(top, #fc910f 5%, #ffa136 100%);
	background:-webkit-linear-gradient(top, #fc910f 5%, #ffa136 100%);
	background:-o-linear-gradient(top, #fc910f 5%, #ffa136 100%);
	background:-ms-linear-gradient(top, #fc910f 5%, #ffa136 100%);
	background:linear-gradient(to bottom, #fc910f 5%, #ffa136 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc910f', endColorstr='#ffa136',GradientType=0);
	background-color:#fc910f;
}
.myButton:active {
	position:relative;
	top:1px;
}
.removebars {
border-left-width:0px;border-right-width:0px;
}
