@charset "UTF-8";
.twoColFixLtHdr  #coming {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #660066;
	text-align: left;
	padding-left: 0px;
}
.twoColFixLtHdr  li{
	margin: 1px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
	background-position: left;
	text-indent: 5px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
 }
 
 
 
body  {
	margin: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
	padding: 0;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	color:#25004A;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/nfdheader.jpg);
	height: 126px;
	width: 950px;
	margin: 0px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #990033;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	height:100%;
	margin: 0px;
	clear: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	position:absolute;
	padding-left: 55px;
}
#sidebar1 a{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#330000;
}
#sidebar1 a:hover{
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/nfdmid.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 200px;
	background-attachment: fixed;
	background-position: center;
	width: 750px;
	min-height:500px;
} 
.twoColFixLtHdr #mainContentnopadding {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/nfdmid.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
	width: 850px;
} 
.twoColFixLtHdr #container .clearfloat {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 90px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #footer {
	padding: 0;
	font-size: 9px;
	font-weight: bold;
	color:#E35A00;
	text-align: center;
	background-image: url(images/nfdfooter.jpg);
	margin: 0px;
	height: 58px;
	width: 950px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
 [if IE 5]>
  
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
 
<![endif][if IE]>
 
/* place css fixes for all versions of IE in this conditional comment */
 .twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
 
<![endif]
.twoColFixLtHdr #mainContent p {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/nfdmid.jpg);
	background-repeat: repeat-y;
}
#searchform {
	background-color: #F4fCf3;
	margin: 1px;
	padding: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	float: right;
	width: 250px;
	text-align: center;
	height: 26px;
	vertical-align: middle;
}
.twoColFixLtHdr #container #mainContent #bodarea {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 190px;
	background-color: #Fdf7Ef;
	padding: 8px;
}
#searchform input {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFFFCC;
	height: 22px;
	width: 150px;
	margin: 0px;
	padding: 1px;
}
#searchform button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFCCFF;
	font-weight: bold;
	padding: 1px;
	line-height: 14px;
	margin: 0px;
	vertical-align: middle;
}
#category 
{
   }
#category a

{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#3333FF;
   }
   #category  a:hover
{
color:#990066;
   }

#category ul {
  float: left;
  width: 660px;;
  margin: 0;
  padding: 0;
    list-style: none;
}
 
#category li {
  float: left;
  width: 220px;
  margin: 0;
  padding: 0;
    list-style: none;

} 
#widet ul {
  float: left;
  width: 700px;;
  margin: 0;
  padding: 0;
    list-style: none;
}
#widet {
   width: 700px;;
  margin: 0;
  padding: 0;
 }
 
#widet li {
  float: left;
  width: 230px;
  margin: 0;
  padding: 0;
    list-style: none;
		font-size: 14px;
		color:#000000;
		font-weight:bold;
 


} 
 #widet2 ul {
  float: left;
   margin: 0;
  padding: 0;
    list-style: none;
}
 
#widet2 li {
	float: left;
	width: 230px;
	margin-top: 1;
	margin-bottom:1;
	margin-left:0;
	margin-right:0;
	padding: 1;
	list-style: none;
 

} 
#widet2   a{
	float: left;
 	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #FF9900;


} 
 
#widet2   a:hover{
color: #CC0000;
}
.mybutton {
	background-color: #eeeeff;
	font-weight: bold;
}
.alertbox {
	background-color: #FFFFCC;
	border: 1px dotted #663300;
	margin: 1px;
	padding: 2px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent #category {
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #pcat1 {
	margin: 0px;
	padding-top:5px;
	padding-left:5px;
	padding-right:25px;
	padding-bottom:10px;
	
	position: relative;
 	width:325px;
	float:left;
  }
.twoColFixLtHdr #container #mainContent #pcat1 a {
color: #660000;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
text-decoration:none;
 
	 
}
.twoColFixLtHdr #container #mainContent #pcat1 a:hover {
color: #CC0000;
background-color:#FFFFCC;
 
	 
}
 
.twoColFixLtHdr #container #mainContent #pcat1 #catsub a {
color:#FF6600;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
text-decoration:none;
border-bottom:dotted;
border-bottom-color: #FF6600;
border-bottom-width:1px;
margin-right:5px;
margin-top: 2px;
margin-bottom:2px;
padding-bottom:0px;
padding-top:3px;


	 
}
.twoColFixLtHdr #container #mainContent #pcat1 #catsub a:hover {
color: #CC0000;
background-color:#FFFFCC;
  border-bottom:dotted;
border-bottom-color:#330033;
border-bottom-width:1px;

	 
}


.twoColFixLtHdr #mainContent #bodarea {
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul {
	list-style-type: none;
	margin: 1px;
	padding: 1px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	vertical-align: middle;
	text-align: left;
}
#sidebar1 li:hover {
background-color:#FFFFCC;
}
.twoColFixLtHdr #container #sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 a:hover{
	color: #990000;
	background-color: #FFFF66;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
 }
 
.twoColFixLtHdr #container #sidebar1 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.twoColFixLtHdr  #name {
	font-size: 18px;
	color: #660000;
 }
.twoColFixLtHdr  #name a{
	font-size: 18px;
	color: #660000;
 }
 .twoColFixLtHdr  #name a:hover{
 	color: #FF0000;
 }
 
.twoColFixLtHdr #container #mainContent .allthecats {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;

}
.twoColFixLtHdr  #phone {
	font-size: 16px;
	color:#663300;
 }
.twoColFixLtHdr  #website {
color:#0033FF;
}
.twoColFixLtHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.twoColFixLtHdr #container #mainContent a:hover {
 	color: #660000;
	background-color:#FFFFCC;
}
.twoColFixLtHdr #container #footer a {
	color: #FF0000;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 #sideads {
	width: 120px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 240px;
}
.twoColFixLtHdr #container #mainContent .allthecats  .allthecats  #onecat {
	padding: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color:#FFF7E7;
}
.twoColFixLtHdr #container #mainContent .allthecats  .allthecats  #onecat:hover {
background-color:#FFFFCC;
}

.twoColFixLtHdr #container #mainContent .allthecats    #subhead a {
color:#990000;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
padding:0px;
margin-left:10px;

 
}
.twoColFixLtHdr #container #mainContent .allthecats    #subhead  {
background-color:#FEFEF2;

}
 .twoColFixLtHdr #container #mainContent .allthecats h2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent #navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	height: 50px;
	background-color:#FFFFCC;
	width: 500px;
}
.big2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	height: 28px;
	background-color:#FFFFCC;
	border-style:dotted;
	border-width:1px;
	
 }
#alert {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #FFFFee;
	margin: 0px;
	padding: 5px;
	border: 1px dotted #660000;
	width: 600px;
	color: #330000;
}
 
.twoColFixLtHdr    #onepar {
	padding: 6px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	background-color:#F6EAE5;
 }
.twoColFixLtHdr   #onepar:hover {
background-color:#FFFFCC;
}
 
.twoColFixLtHdr    #onepar1 {
	padding: 6px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	background-color:#FcdAd5;
  }
.twoColFixLtHdr   #onepar1:hover {
background-color:#FFeebb;
}
 



.twoColFixLtHdr #container #mainContent #pcat2 h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:normal;

}




.twoColFixLtHdr #container #mainContent #pcat2 {
margin-bottom:0px;
margin-top:0px;
margin-left:20px;
margin-right:20px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color: #E8EEB5;
   	
	position: relative;
 	width:325px;
	float:left;
  }
.twoColFixLtHdr #container #mainContent #pcat2 a {
color: #660000;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
text-decoration:none;
 
	 
}
.twoColFixLtHdr #container #mainContent #pcat2 a:hover {
color: #CC0000;
background-color:#FFFFCC;
 margin-top:2px;

	 
}

.twoColFixLtHdr #container #mainContent #pcat2 #catsub  {

}


.twoColFixLtHdr #container #mainContent #pcat2 #catsub a {
color:#FF6600;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;

text-decoration:none;
border-bottom:dotted;
border-bottom-color: #FF6600;
border-bottom-width:1px;
margin-right:5px;
margin-top: 2px;
margin-bottom:2px;
padding-bottom:0px;

	 
}
.twoColFixLtHdr #container #mainContent #pcat2 #catsub a:hover {
color: #CC0000;
background-color:#FFFFCC;
  border-bottom:dotted;
border-bottom-color:#330033;
border-bottom-width:1px;

	 
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CF3603;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#signup {
	width: 550px;
	background-color: #FCFDDA;
	margin: 10px;
	padding: 10px;
	border: 1px dashed #483C53;
}
#signup h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DF500A;
}
#signup #form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9C0909;
}
#signup #form1 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #F5EEE8;
}
 #submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E44C00;
	background-color: #FFFF66;
	margin: 2px;
	padding: 0px;
	border: thin groove #663300;
		-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}
.twoColFixLtHdr #container #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9E0E0E;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#searchformfloat {
	background-color: #EFE4E0;
	clear: none;
	float: right;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#searchformform {
	margin: 2px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}
#formside {
	margin: 0px;
	padding: 0px;
}
/* custom styles for this example */
#dt-pag-nav { margin:1em; } /* custom pagination UI */
.twoColFixLtHdr #container #mainContent #areachoice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent #areachoice input {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.twoColFixLtHdr #container #mainContent .searchresults {
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663366;
	text-align: right;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663366;
	background-color: #BEEEEE;
	margin: 2px;
	padding: 1px;
 }


.rightalign {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .myform {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding: 3px;
	margin: 3px;
}
 

