html {
    font-size: 100%;
}
body {
    font-size: 62.5%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #444;
	line-height: 1em;
	display:block;
	border-bottom: 1px dotted #cccccc;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: .1em;
}
h2 {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.33333333em;
	margin-bottom: 0.666667em;
	display:block;
}
h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.66667em;
	margin-bottom: 0.666667em;
	display:block;
	background-image: url(../images/h3-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-indent: 10px;
}
h4 {
	color: #043c87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 0.666667em;
	display:block;
	background-image: url(../images/h3-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-indent: 10px;
}
p {
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.66666666em;
	display:block;
}
a {
	color: #444;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #444;
}
a:hover {
	text-decoration: underline;
	color: #444;
}
a:active {
	text-decoration: underline;
	color: #444;
}
.formP{
	color: #444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	text-indent: 10px;
}
.formSmallprint {
	color: #444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1em;
}
#mainContent .column {
	margin-top: .5em;
}
#mainContent .columnBlock h2{
	margin-top: .5em;
}
#mainContent .spanTwoBlock h2{
	margin-top: .8em;
}
#mainContent .spanThreeBlock h2{
	margin-top: 0.8em;
}
#sidebar .columnBlock h2{
	margin-top: 1.3em;
}
.h2Link:link {
    color: #444;
}
.h2Link:visited {
    color: #444;
}
.h2Link:hover{
    color: #043c87;
}
.h2Link2:link {
    color: #444;
}.h2Link2:visited {
    color: #444;
}
.h2Link2:hover{
    color: #043c87;
}
.h3Link:link {
    color: #043c87;
	text-decoration:none;
	display:block;
}.h3Link:visited {
    color: #043c87;
	text-decoration:none;
	display:block;
}
.h3Link:hover{
    color: #043c87;
}
.paddingLeft10px{
    padding-left:10px;
}
.quote{
	font-size: 1.9em;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #999;
	line-height: 1em;
}
