html, body {
	font-family: Verdana, Arial, sans-serif;
}

body{
	font-size: 100%; /* Will modify layout size.  Change font size only in presentation tags */
}

img {
  border: none;
}

/*IE puts a border on the HR, so lets stop that*/
* html hr {
	padding: 0px;
	margin: 0px;
	color: #439EBC;
	border: solid;
	height: 2px;
}

/*Firefox/Safari/Netscape HR*/
hr {
	border: none;	
	border-bottom: 2px solid #439EBC;
	margin: 10px;
}


a, a:link, a:visited, a:active
{
	margin:0;
	padding:0;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#header h1, h2{
	white-space: nowrap;
	font-weight: normal;
}

#header h1{
	font-size: 100%;	
}

#header h2{	
	font-size: 125%;
	font-weight: normal;
}

h1 {
	font-size: medium; 
}

h2 {
	font-size: small;
	font-weight: bold;
}

h3 {
	font-size: small;
	font-weight: normal;	
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

h5 {
	
}

h5{
	font-size: small;
	font-weight: bold;
	padding: 0.2em;
}

p {	
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
}

p.small {
	font-size: 60%;
}

p.large {
	font-size: 70%;
}

.nobullets{
	list-style: none;
	margin:0;
	margin-left:20px;
	padding:0;
	font-size: 90%;
}

.nobullets li{
	list-style: none;
}

.inline li{
	display:inline;
}

.orangeGradientBox1{
	background: url(/images/orangeBanner1.jpg) no-repeat;
	float:right;
	width: 194px;
	height: 125px;
}

.orangeGradientBox1 p{
	font-size: 110%;
	color: #fff;	
	font-weight: bold;
	width: 100px;
}

table th{
	font-size:75%;
	text-align:left;
	padding: 5px;
}

.pageHeading{
	border:1px solid #BEE3EB;
	background-color:#7CBDD1;	
}

.pageHeading img{
	float:left;
}

.pageHeading div{
	float:right;
	padding: 5px;
}

.nopad{
	padding:0px;
	margin:0px;
}

input{
	padding: 2px;
}

textarea{
	padding: 2px;
}

div .imageCaption{
	font-family: Verdana, Arial, sans-serif;
}

.footer a{
	font-size: 90%;
}

p.homepage-notice {
  font-size: 80%;
  padding: 1em;
  display: block;
  background-color: #D5EDF1;
  margin-top:1em;
}