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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN LAYOUT */
html, body {
	height: 100%;
}
body {
	width: 960px;
	margin: 0 auto;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
}
.footer, .push {
	height: 90px; /* .push must be the same height as .footer */
}

/* SITE STYLES */

.header {
	background-image: url(i/top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 403px;
	position: relative;
}
.logo {
	position: absolute;
	top: 25px;
	left: 30px;
}
.menu {
	text-align: right;
	padding-right: 10px;
	position: absolute;
	top: 90px;
	width: 600px;
	left:350px;
	align:right;
}
.menu a {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

.menu a:hover {
	text-decoration: underline;
}

.subheader {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 960px;
	color: #103652;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
}

.content {
	padding-top: 30px;
}

.main {
	float:left;
	width: 620px;
	margin-left:-100%;
	position:relative;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
}
.m2 {
	margin-left: 20px;
}

h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #004a96;
}

p {
	margin: 14px 0;
	line-height: 22px;
}

ul {
	margin-left: 20px;
	list-style: disc;
	line-height: 20px;
}

.right {
	float:left;
	width:100%;
}

.r2 {
	margin-left: 650px;
}

a.button1, a.button2 {
	display: block;
	position: relative;
	margin-bottom: 15px;
	position: relative;
}

.news {
	background-image: url(i/news2.png);
	background-position: left;
	background-repeat: repeat-y;	
	font-family: Tahoma, Helvetica, sans-serif;
}

.news .wrap {
	background-image: url(i/news3.png);
	background-position: bottom left;
	background-repeat: no-repeat;	
}

.news .wrap2 {
	background-image: url(i/news1.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
	padding-right: 30px;
	padding-right: 30px;
}

.news h2 {
	color: #111;
	font-size: 19px;
	font-weight: normal;
}

.news .date {
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #346588;
}

.news .body {
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 16px;
	color: #494949;
}

.clear {
	clear: both;
}

.footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
	text-align: center;
}

.footer .wrap {
	padding-top: 50px;
}

.xcr {
	float: right;
}
