body {
	font-family:Georgia, serif;
}

h1 {
    font-size: 188%;
}


h2 {
    font-size: 150%;
}


h1, h2, h3, h4, h5, h6 {
    color: black;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    -x-background-x-position: 0%;
    -x-background-y-position: 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    font-weight: normal;
    margin-top: 0pt;
    margin-right-value: 0pt;
    margin-bottom: 0pt;
    margin-left-value: 0pt;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(170, 170, 170);
}


a{
	text-decoration: none;
	color: #017bba;
}


a:hover{
	text-decoration: underline;
}


a.external {
background: url(/images/external.png) right center no-repeat;
padding-right: 13px;
}

#ftr{
	position: relative;
	float: left;
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px 0px 10px 0px;
/*	width: 988px;*/
	height: 23px;
	line-height: 23px;
	border: 1px solid #C3CFD1;
	font-size: .9em;
	background-color: #FFF;
	z-index: 1;
}

#ftr ul{
	margin: 0px;
	padding-left: 0px;
	display: block;
}

#ftr li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#ftr a{
	text-decoration: none;
	color: #017bba;
}


#ftr a:hover{
	text-decoration: underline;
}



#ftr .copyright {
	float: right;
	padding-right: 5px;
}





.infobox {
	margin-top: 0px;
	background: rgb(172,194,228);
}

.infobox h2 {
	margin-top: 0px;
	align-top: 0px;
	color: white;
	background: #3565a8;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: center;
}

.infobox ul {
	margin-bottom: 0px;
}



.info-top, .info-bottom{display:block; }
.info-top {margin-top: 10px; }
.info-bottom {margin-bottom: 5px; }
.info-top * { background: #3565a8; display: block; height: 1px; overflow: hidden}
.info-bottom * { background: rgb(172,194,228); display: block; height: 1px; overflow: hidden}

