body {
	margin: 0px;
	font-family: Arial;
	font-size: 11pt;
}

input[type=text] {
	width: 265px;
	height: 60px;
	padding: 0 20px;
	&padding-top: 15px;
	&height: 45px;
	font-size: 17pt;
	font-weight: bold;
	margin-top: 20px;
}

input[type=image] {
	margin: 35px 0 0 -4px;
}

a {
	color: #006699;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

a img {
	border: none;
}

h1 {
	font-size: 13.5pt;
}

p {
	line-height: 15pt;
}

#header {
	padding-top: 30px;
	height: 230px;
	background: url('/img/header.jpg') no-repeat center #5ec9e9;
	text-align: center;
}

#content {
	background: #1c7998;
}

#content-in {
	padding: 30px 0;
	width: 890px;
	margin: auto;
	color: #fff;
}

#content-in .left-side {
	width: 505px;
	float: left;
}

#content-in .left-side strong {
	display: block;
	margin: 20px 0;
}

#content-in .right-side {
	width: 345px;
	padding-left: 40px;
	float: left;
	position: relative;
}

#content-in .right-side p {
	margin-top: 0px;
}

#content-in .right-side #arrow {
	width: 128px;
	height: 77px;
	background: url('/img/arrow.png') no-repeat;
	position: absolute;
	right: 180px;
	bottom: -90px;
}

#countdown {
	width: 480px;
	margin: auto;
}

#countdown p {
	text-transform: uppercase;
	color: #515151;
	font-size: 16pt;
	font-weight: bold;
	margin: 15px 0;
}

#blue-stripe {
	width: 100%;
	height: 40px;
	background: #1c7998;
}

#text {
	width: 650px;
	margin: auto;
	background: #f4f4f4;
	padding: 30px 80px;
}

#text h2 {
	color: #1c7998;
}

#text p {
	margin: 30px 0;
	line-height: 19pt;
}

#text a.pdf {
	display: block;
	padding: 70px 0 90px 170px;
	background: url('/img/pdf.png') no-repeat left center;
}

#text p.orange {
	background: #F6BA00;
	font-size: 15pt;
	color: #fff;
	text-shadow: 1px 1px 1px #CA9800;
	margin: 25px 15px;
	padding: 15px;
	text-align: center;
}

#text ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#text ul li {
	padding: 5px 5px 5px 35px;
}

#text ul.orange li {
	background: url('/img/ul.li.orange.png') no-repeat 15px 5px;
}

#text ul.blue li {
	background: url('/img/ul.li.blue.png') no-repeat 15px 3px;
	padding-left: 45px;
}

#footer {
	margin: 50px 0;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
}
