@charset "utf-8";
/* CSS Document */

html, body, .maintable {
	height: 100%;
}

.maintable {
	vertical-align: top;
}

body {
	background: #FFFFFF url(images/nav/bg.jpg) repeat-x;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 30px;
	color: #003D79;
	font-weight: normal;
	margin: 0 0 12px 0;
	line-height: 32px;
}

h3 {
	font-size: 16px;
	color: #003D79;
	font-weight: bold;
	margin: 16px 0 0 0;
	padding: 0;
	line-height: 16px;
	border-bottom: 1px #ADC2E2 solid;
}

.content {
	margin: 24px;
}

p {
	margin: 0 0 12px; 0;
}

a {
	color: #3b63a1;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
		text-decoration: underline;
}

p.footer {
	margin: 8px 12px 0 12px;
	color:#003D79 ;
	text-align: center;
}

p.footer a {
	color: #003D79;
}
