/*	The style sheets used here are the results of spending many hours of searching the web, and gathering bits and pieces of information from many sources.  All of the contents of the web site are Copyright 2002,2003, 2004, 2005 Majenkir Borzoi Reg. and may not be used without permission.  December 3, 2005. N. M. Services*/

div.body		{margin: 0px;
			 padding: 5px;
			 border: medium double navy;
			 text-align: center;
			 background-color: transparent;
			 /*background-color: blue;*/
			 background-image: url(/images/background.jpg);
			 background-attachment: fixed; 
			 background-repeat: repeat; 
			 lang: EN-US;
			 }
div.body2		{margin: -3px;
			 padding: -1px;
			 text-align: center;
			 background-color: black;
			 background-image:;
			 lang: EN-US;
			 }
div.body3		{margin: 0px 0px;
			 padding: 0px;
			 text-align: left;
			 background-color: transparent;
			 background-image:;
			 lang: EN-US;
			 }
div.body4		{margin: 0px 0px;
			 padding: 0px;
			 text-align: left;
			 background: navy url(images/background.jpg) repeat fixed center;
			 lang: EN-US;
			 }
div.body5		{margin: 0px 0px;
			 padding: 10px;
			 text-align: center;
			 background-color: transparent;
			 background-image:url(images/bccnj.jpg);
			 background-attachment: fixed; 
			 background-repeat: repeat-y 
			 lang: EN-US;
			 }
div.body6		{margin: 0px;
			 padding: 10px;
			 border: medium double navy;
                   height:100%; 
                   max-height:100%;
			 text-align: center;
			 background-color: transparent;
			 /*background-color: blue;*/
			 background-image: url(/images/background.jpg);
			 background-attachment: fixed; 
			 background-repeat: repeat; 
			 lang: EN-US;
			 }


p.header
	{color: #fbb117;
	font-family: Corsiva;
	font-size: 40.0pt;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}
p.fader
	{color: #fbb117;
	font-family: Corsiva;
	font-size: 30.0pt;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}
a:link, span.dksHyperlink
	{color: red;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.dksHyperlinkFollowed
	{color: blue;
	text-decoration:underline;
	text-underline:single;}
A:active{color:green;
	text-decoration:underline;
	text-underline:single;}
A:hover{color:purple; /* does not include banner items */
	text-decoration:underline;
	text-underline:single;}

p	{color: #000000;
	font-family: Times New Roman;
	font-size: 12.0pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-indent: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}

p2	{color: #000000;
	font-family: Times New Roman;
	font-size: 12.0pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}

@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	dks-header-margin:.5in;
	dks-footer-margin:.5in;
	dks-paper-source:0;}
div.Section1
	{page:Section1;}

h1 { color: black; line-height: 1 }
h1:first-line { color: #025c7f }
h2 {
  color: black;
  text-shadow: 1px 1px black;
  text-align: center;
  font-variant: small-caps;
  font-weight: bold;
  margin-top: 0;
  font-size: 140% /*200%*/;
}
h3 {
  color: black;
  font-size: 100%;
  font-weight: normal;
  font-variant: small-caps;
  text-align: center;
}
h4 {
  color: black;
  font-size: 80%;
  font-weight: normal;
  font-variant: small-caps;
  text-align: right;
}
h5 {
  color: black;
  text-shadow: 1px 1px black;
  text-align: center;
  font-variant: normal;
  font-weight: bold;
  margin-top: 0;
  font-size: 140% /*200%*/;
}
h6 {
  color: navy;
  text-shadow: 1px 1px black;
  text-align: center;
  font-variant: normal;
  font-weight: bold;
  margin-top: 0;
  font-size: 100% /*200%*/;
}
h7  {
	{color: #000000;
	font-family: Times New Roman;
	font-size: 12.0pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-indent: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.header2 {font-family: Times New Roman;
		 font-size: 18.0pt;
		 font-style: normal;
		 font-variant: normal;
		 font-weight: normal;
		 text-align: center;
		 color: black;
	  	 text-shadow: 1px 1px black;
}
div.header3 {
  	font-family: Times New Roman;
	font-size: 12.0pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	color: black;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
