@CHARSET "US-ASCII";

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}

#container {
	
	margin:		50px auto;
	
	width: 1000px;
	height: 600px;
	
	background: #d4e4ef; /* Old browsers */
	background: -moz-linear-gradient(top, #d4e4ef 0%, #86aecc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4e4ef),
		color-stop(100%, #86aecc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4e4ef 0%, #86aecc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4e4ef 0%, #86aecc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4e4ef 0%, #86aecc 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #d4e4ef 0%, #86aecc 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef',
		endColorstr='#86aecc', GradientType=0); /* IE6-9 */
}

#headline {
	
	height:	180px;
	
	padding-top:		120px;
	
	text-align:		center;
	font-size: 28pt;
	
	text-shadow: 10px 10px 10px #3135AD;
	
}

#choice {
	
	height:	250px;
	
}

#official {
	
	height:		25px;

	text-align:		right;
	
	padding-top:	   25px;
	padding-right: 10px;
}

.mybuttons{
	
	width:	120px;
	height:	30px;
	
	text-align:	center;
	
	padding-top: 	10px;
	margin-top:		40px;
	margin-left:		20px;
	
	font-size:	16pt;
	
	float:	left;
	
	-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;

-webkit-box-shadow: 5px 5px 5px 5px #293757;
box-shadow: 5px 5px 5px 5px #293757;

background: #e4efc0; /* Old browsers */
background: -moz-linear-gradient(top,  #e4efc0 0%, #abbd73 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efc0), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e4efc0 0%,#abbd73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */

}

h2{
	
	padding-top: 50px;	
}

h3{
	
	padding-top:	 20px;	

}

table{
	
	padding-top:	  10px;
	padding-left: 20px;
}

a{
	
	text-decoration: none;
}

a:link{ color: #000; }
a:hover{ color: #AA0000; }
a:active{ color: #000; }
a:visited{ color: #000; }