/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************    End of CSS Reset    ******************************/
html,body{
	height: 100%;
}
body{
	font-family: Arial;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 12px;
}

p{
	margin: 0 0 15px 0;
	line-height: 140%;
}


#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 0px 40px rgba(0,0,0,0);
	position: relative;
	padding-top: 20px;
}

#content {
	padding: 40px 85px 10px 85px;
}

a:link {
     color: #FFF;
    text-decoration: underline;
}

a:visited {
     color: #FFF;
}

a:hover {
     color: #FFF;
	 text-decoration:none;
}

a:active {
     color: #FFF;
}

.button {
	-moz-box-shadow:inset 0px 0px 15px -2px #024661;
	-webkit-box-shadow:inset 0px 0px 15px -2px #024661;
	box-shadow:inset 0px 0px 15px -2px #024661;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0090c9), color-stop(1, #006d94));
	background:-moz-linear-gradient(top, #0090c9 5%, #006d94 100%);
	background:-webkit-linear-gradient(top, #0090c9 5%, #006d94 100%);
	background:-o-linear-gradient(top, #0090c9 5%, #006d94 100%);
	background:-ms-linear-gradient(top, #0090c9 5%, #006d94 100%);
	background:linear-gradient(to bottom, #0090c9 5%, #006d94 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0090c9', endColorstr='#006d94',GradientType=0);
	background-color:#0090c9;
	text-decoration:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #0090c9;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:22px;
	padding:10px 34px;
	text-shadow:0px 1px 0px #0090c9;
}
.button:link{
	text-decoration:none;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006d94), color-stop(1, #0090c9));
	background:-moz-linear-gradient(top, #006d94 5%, #0090c9 100%);
	background:-webkit-linear-gradient(top, #006d94 5%, #0090c9 100%);
	background:-o-linear-gradient(top, #006d94 5%, #0090c9 100%);
	background:-ms-linear-gradient(top, #006d94 5%, #0090c9 100%);
	background:linear-gradient(to bottom, #006d94 5%, #0090c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006d94', endColorstr='#0090c9',GradientType=0);
	background-color:#006d94;
	text-decoration:none;
}
.button:active {
	position:relative;
	top:1px;
	text-decoration:none;
}


h1{
font-size: 72px;
font-weight: bold;
color: #000;
margin-bottom: 16px;
}

h2{
font-size: 36px;
font-weight: 600;
color: #00AACC;
align: Center;
}

p.blue{
color: #0091C9;
}

p.bold{
font-weight: bold;}

.left{
position: relative;
width: 47%;
float: left;
padding-right: 2%;
}

.right{
position: relative;
width: 47%;
float: right;
}

.bfooter{
clear: both;
position: relative;
background-color: #FFAA66;
bottom:0;
padding: 10px 85px 10px 85px;
color: #fff;
padding-bottom: 40px;
margin-bottom: 20px;
}

.link{
text-align: center;
}