/* GENERAL FORMAT */
p {
	font-family: Verdana;
	font-size: 1em;
	color: #000;
	margin-bottom: 1px;
}

p.copy {
	font-size: 7pt;
	padding: 4px;
}


a {
	font-family: Verdana;
	list-style-image: none;
	list-style-type: none;
	color: #000;
}

a:hover {

}

div#page-content img {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

hr {
  margin-bottom: 15px;
}

blockquote {
  background: #f5f5f5;
  font-style: italic;

  margin: 15px;
  padding: 10px;

  border: 1px solid #dfdfdf;
}

  
/* HEADINGS */
h1, h1 a {
  font-family: Verdana;
  font-size: 16pt;
  font-weight: bold;
  color: #fff !important;

  padding-top: 40px;
  padding-left: 25px;
  padding-bottom: 20px;
} 

h2, h2 a {
	font-family: Verdana;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
	color: #0361A4 !important;
	margin-bottom: 5px;
	margin-top: 11px;
}

h3, h3 a {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000 !important;
	margin-bottom: 5px;
	margin-top: 11px;
}

h4, h4 a {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #000 !important;

  margin-bottom: 5px;
  margin-top: 11px;
}

h5, h5 a {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #000 !important;

  margin-bottom: 3px;
  margin-top: 9px;
  border-bottom: 1px dotted #aaaaaa;
}

h6, h6 a {
  font-family: Verdana;
  font-size:	7pt;
  font-weight: bold;
  color: #000 !important;

  margin-bottom: 3px;
  margin-top: 9px;
}



/* LISTS */
div#page-content ul {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 25px;
}

div#page-content li {
	font-family: Verdana;
	margin-top: 2px;
}

/* TABLES */
div#page-content table {
	font-family: Verdana;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin-top: 8px;
	border-top: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
}

div#page-content td {
  padding-top: 2px;
}
  


/* INPUTS */
div#link-div input[type=text] {
	width: 150px;
	padding: 0px;
	border: 1px solid #000;
	background-image: url(../image/search.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* SEARCH */
div.searchresult {
	padding: 8px;
	margin-bottom: 5px;
	border: 1px solid #E0E0E0;
	background-color: #F4F4F4;
}
 
div.searchresult:hover {
	padding-left: 9px;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	border-top-color: #CECD00;
	border-right-color: #CECD00;
	border-bottom-color: #CECD00;
	border-left-color: #CECD00;
	background-color: #FFF;
}   

