p {
	text-align: left;
}

a {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

a img {
	border-style: none;
}

ul {
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	list-style: url(/images/bullet.png);
}

.sublist {
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	list-style: url(/images/bullet2.gif);
}

a:link {
	color: #0667C4;
}

a:active {
	color: #0667C4;

}
a:visited {
	color: #0667C4;
}
/* order matters!!! hover must be last */
a:hover {
	color: #F28A2C;
}

h1{
	color: #063893;
}

h2 {
   margin-bottom: 0em;
	padding: 0;
}

h3 {
	margin-top: 0em;
	padding: 0;
	font-size: 14px;
}


body {
	margin: 0;
	font-family: arial, helvetica, serif;
	font-size: 80%;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #d7e0d6;
	padding-top: 0;
}

#bodytext {
	padding-left: 2em;
	padding-right: 2em;
}

#centered {
	padding: 0em;
	margin-top: 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #f6f8f6;
	padding-top: 0;
}

#tagline {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	margin-top: 0em;
	padding-right: 0.5em;
	text-align: right;
	float: right;
	clear: right;
}

.box {

	height: 16em;
	padding-left: 2em;
	padding-right: 3em;
}

#search {
	font-family: Arial, sans-serif;
	padding: 1em;
	color: #14aaf6;
	color: white;
	font-size: 7pt;
	text-align: right;
	float: right;
}

#search input {
	background: #CCC;
	font-size: 8pt;
}

#search input:active, #search input:hover {
	background: #FFF;
}

#search button {
	border-style: none;
	background-color: transparent;
	color: #CCC;
	display: inline;
	cursor: pointer;
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 150%;
}

#search button:hover, search button:active {
	color: blue;
	color: white;
}

#bottom {
	background: white;
	font-size: 8pt;
	color: #999;
	padding: 5px;
}

#bottomleft {
	float: left;
	text-align: left;
	max-width: 1050px;
}
#bottomleft a {
	color: #999;
	font-weight: normal;
}

#bottomright {
	float: right;
	text-align: right;
	max-width: 1050px;
}
#bottomright a {
	color: #999;
	font-weight: normal;
}

.contentimage {
	padding-right: 1em;
	float: right;
}

dl {
	padding-left: 2em;
}

th {
  text-align: center;
  font-size: 150%;
  color: #063893;
}



.top {
	text-align: center;
	word-spacing: 5em;
	font-weight: bold;
}

.top a{
	word-spacing: 0em;
}

