body,td,th,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #263a51;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.categoryHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #263A51;
	font-weight:bold;
}
.subcategoryHeader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #AECED6;
	font-weight:bold;
}
a.titleHeader:visited, a.titleHeader:link, a.titleHeader:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
a.titleHeader:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #263A51;
	font-weight: bold;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #f4f6f8;
}
a.footer:visited, a.footer:link, a.footer:hover, a.footer:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #f4f6f8;
	text-decoration:none;
}
.photos{
	border:1px solid #3b7b9d;
}
.searchbutton{
	border:1px solid #FFFFFF;
	background-color:#6698B3;
	color:#FFFFFF;
}
.searchbutton2{
	border:1px solid #FFFFFF;
	background-color:#94BEA2;
	color:#FFFFFF;
}
a.blacklink:visited, a.blacklink:link, a.blacklink:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
a.blacklink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:visited, a:link, a:active {
	color: #263A51;
	text-decoration:none;
}
a:hover {
	color: #263A51;
	text-decoration: underline;
}
.hdots {
	background-image: url(../images/dots-horiz.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background: #96c1a7;

}
#sectionLinks h3{
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #7BA78D;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 8px 5px 8px 5px;
	color: #132747;
}
#sectionLinks a:hover{
	border-top: 1px solid #FFFFFF;
	background-color: #73917f;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#scrollup {
  position: relative;
  overflow: hidden;
  /* border: 1px solid #000; */
  height: 110px;
  margin:10px;
  width: 149px
}
.headline {
  position: absolute;
  top: 150px;
  left: 0px;
  height: 149px;
  width:149px;
}
