@charset "utf-8";
/* CSS Document */
body {
	background-color: #f2f2f2;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#content {
	width:600px;
	box-sizing:border-box;
	margin:10px auto;
	background-color:#fff;
}
#header {
	padding:15px 0 15px 25px;
}
#ad {
	background-color:#3E7FC0;
	Height:202px;
	color:#fff;
	font-size:24px;
	padding:60px 0 10px 30px;
	}
#ad img {
		margin-top:-60px;
	}
#skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #000;
    background-color: #fff;
}
#skip:focus {
position:absolute; 
width:auto; 
height:auto; 
top:0;
left:0;
padding:5px;
color:#000;
background-color: #fff;
font-weight:bold;
	}
.button1 {
	color:white;
	background-color:#000099;
	font-size:28px;
	padding:12px 28px;
	border-radius:8px;
	-webkit-transition-duration: 0.4s; /* Safari */
       transition-duration: 0.4s;
	border: thin solid #000099;
	margin-top:20px;
}
a.button1  {
	color:#fff;
	text-decoration: none;
}
.button1:hover {
	background-color:#266ca5;
	border: thin solid #fff;	
}
#subad {
	padding:10px;
}
#subad a {
	color:#000099;
	text-decoration:underline;
}
#subad a:hover {
	color:#000;
}
#subad button a {
	color:#fff;
	text-decoration: none;
}
#subad button a:hover {
	color:#fff;
	text-decoration: none;
}
#footer {
	background-color:#266ca5;
	color:#fff;
	padding:10px 0;
}
#footer a,#footer a:hover {
	color:#efefef;
	text-decoration:underline;
}
.hidden  {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}