#pageContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #FFFFFF;
}
.floatLeft {
	float: left;
}

.textCenter {
	text-align: center;
}
#row1 {
	
}

#r1c1 {
	
	font-size: .85em;
	background-color: #D0D9D2;
	padding-left: 7px;
	padding-bottom: 15px;
}

#r1c1 a:link {
	text-decoration: underline;
	color: blue;
}

#r1c1 a:visited{
	text-decoration: underline;
}

#r1c1 a:hover{
	text-decoration: none;
	color: #0000CC;
}

#r1c2 {
	
}
#disclaimer {
	border-top: solid 1px red;
	border-bottom: solid 1px red;
}

#footer {
	margin: 55px;
	width: 600px;
	clear: left;
}

#footer p {
	font-size: .7em;
	color: gray;

}
#footer a:link{
	text-decoration: none;
}

#footer a:visited{
	text-decoration: none;
}

#footer a:hover{
text-decoration: underline;
}

#disclaimer p {
	font-size: .75em;
	font-style: italic;
	color: #000000;
}

p, h1, h2, h3 {
	margin-top: .1em;
	margin-bottom: .1em;
	padding-top: .1em;
	padding-bottom: .1em;
	line-height: 1.3em;
}

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1em;
}

