/* Eric Meyer's CSS Reset */
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;
}
html{
	height:100%;
}
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 Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 1em/18px Arial, sans-serif;
	background: #00529B;
	color:#00529B;
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#D56C70),color-stop(100%,#B80109));
		background-image:-webkit-linear-gradient(top,#D56C70 0%,#FFCCCC 50%,#B80109 100%);
		background-image:-o-linear-gradient(top,#D56C70 0%,#FFCCCC 50%,#B80109 100%);
		background-image:-ms-linear-gradient(top,#00529B 0%,#00529B 10%,#57A3D6 17%,#0081D7 25%,#0081D7 100%);
		background-image:linear-gradient(top,#00529B 0%,#57A3D6 30%,#0081D7 40%,#0081D7 100%);
		border-radius: 0px 0px 10px 10px;
		-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border: 0px solid #000000;
}
.clearb{
	clear:both;
}
.ws {
	min-width: 250px;
	max-width: 1010px;
	height:100%;
	margin: 0 auto;
}
.wrapper {
	width: 97%;
	height:100%;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 0px 9px 7px rgba(0,59,112,0.5);
	-moz-box-shadow: 0px 0px 9px 7px rgba(0,59,112,0.5);
	box-shadow: 0px 0px 9px 7px rgba(0,59,112,0.5);
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	text-align:center;
}
	.logo{
		width:39.6%;
		margin-top:5%;
		max-width:396px;
		height:auto;
		border:none;
	}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 8% 2.5% 5% 2.5%;
}
h1{
	font-size: 1.6em;
	margin-bottom:2%;
	font-weight:bold;
}
h2{
	font-size: 1.3em;
	margin: 3% 0 2% 0;
	font-weight:bold;
}
p{
	line-height:1.6em;
}
a{
	color:#00529B;
}
a:hover{
	color:#0081D7;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height:auto;
}
.foot33{
	width:28.33333333333333333%;
	min-width:218px;
	padding:0.5% 2.5% 0.9% 2.5%;
	float:left;
}

.foot33 p{
	font-size: 0.8em;
	line-height:1.2em;
}
.foot33 a{
	color:#00529B;
	text-decoration:none;
}
.foot33 a:hover{
	color:#0081D7;
}

@media screen and (max-width: 820px) {
.foot33{
	width:31.33333333333333333%;
	padding:0.5% 1% 0.9% 1%;
	float:left;
}

}
@media screen and (max-width: 750px) {
.foot33{
	width:45%;
	padding:0.5% 2.5% 0.9% 2.5%;
	float:left;
}

}