/* @group Global Reset */

body {
	background: #053A66 url(images/page_bg.png) repeat-x center top;
	padding: 0;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 92%/140% Georgia, "Times New Roman", Times, serif;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

.header {
	height: 140px;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	background: url(images/header.png) no-repeat center top;
}

.main-top {
	height: 35px;
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font: 11px/11px Georgia, "Times New Roman", Times, serif;
	background: url(images/main_top.png) no-repeat center top;
}

.main-middle {
	text-align: center;
	padding: 0px;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;	
	background: url(images/main_bg.png) repeat-y center top;
}

.main-bottom {
	height: 35px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 11px/11px Georgia, "Times New Roman", Times, serif;
	background: url(images/main_bottom.png) no-repeat center top;
}


h1 {
	font-size: 28px;
	line-height: 145%;
	padding: 4px;
	color: #422c22;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	line-height: 145%;
	padding: 4px;
	color: #365b90;
	letter-spacing: -1px;
}

h3 {
	font-size: 20px;
	line-height: 145%;
	padding: 4px;
	color: #000;
	letter-spacing: -1px;
}

h4 {
	font-size: 16px;
	line-height: 145%;
	padding: 4px;
	color: #243c65;
	letter-spacing: -1px;
}

p {
	padding-bottom: 5px;
}

a {
	color: #305185;
	text-decoration: underline;
}

a:hover {
	color: #305185;
	text-decoration: none;
}


