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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
* {
	margin: 0;
}
html {
	background: #294076 url(bg-gradient.png) repeat-x;
	text-align: center;
	height: 100%;
}
body {
	color: #253d78;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 16px;
	width: 100%;
	height: 100%;
}
#content {
	overflow:auto;
	width: 696px;
	margin: 0 auto;
	text-align: left;
	background: url(bg-main.png) no-repeat;
	padding: 50px;
}
h1 {
	padding: 10px 0 5px 0;
	text-align: center;
}
p, h2, h3, address {
	padding: 5px 10px;
}
h2, h3, strong {
	font-weight: bold;
	padding-bottom: 0;
}
h2 {
	font-size: 20px;
}
ul {
	padding: 0px 0px 0px 28px;
}
.col1, .col2 {
	font-size: 16px;
	width: 335px;
	float: left;
	padding-bottom: 20px;
}
.col1 p, h3, address {
	padding: 0px 10px;
}
a {
	color: #4e79e2;
	}
a:hover {
	color:#1d2d53;
}
#footer, .push {
	height: 30px;
	clear: both;
}

#footer {
	position: relative;
	margin-top: -35px; /* negative value of footer height */
	height: 35px;
	clear:both;
	color: #4e79e2;
	width: 100%;
	background-color: #1d2d53;
	border-top: 3px solid #677d94;
	font-size: 14px;
	padding-top: 5px;
}
#footer p {
	margin: 0;
	display: inline;
	padding: 0px 20px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color:#4e79e2;
	text-decoration: underline;
}

.copyright {
	font-style: italic;
}

#wrap {min-height: 100%;}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-35767px;/
}
