/* TEXT FORMATING */

h1, h2, h3, h4, h5, p, li { font-family: Arial, Helvetica, san-serif; margin-top: 0px; }

h1 { font-size: 30pt; color: #AD0000; font-weight: normal; text-align: center; }
h2 { font-size: 24pt; color: #005DB3; text-align: center; }
h3 { font-size: 18pt; color: #5195CE; }
h4 { font-size: 16pt; color: #1F242A; }
h5 { font-size: 14pt; color: #5195CE; }
p, li, td { font-size: 12pt; color: #000; }
li { margin-bottom: 15px; }
ul { margin-bottom: 0px; padding-bottom: 0px; }

body {
	background-color: #c5dadc;
	margin: 0px; padding: 0px;
}

#wrapper {
	width: 770px;
	background-image: url(img/widebg.gif);
	margin: auto;
	margin-top: 0px; margin-bottom: 0px;
	min-height: 800px;
}

#chead {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 140px;
}

#content {
	width: 660px;
	margin: auto;
	padding-bottom: 50px;
}

#footer {
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 50px;
	width: 770px;
	margin: auto;
	font-size: 10pt;
	padding-bottom: 20px;
}

#footer * { font-size: 10pt; margin-left: 50px; margin-right: 50px; }