html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 color: #8d8e85;
 background-color: #f0f0f1;
 height: 100%;
 width: 100%;
 font-family: Arial, sans-serif;
} 
h2 {
	padding-bottom: 0px; margin-bottom: 0px; color: #3c7bcf
}
h3 {
	padding-bottom: 0px; margin-bottom: 0px; color: #3c7bcf
}
a {
	color: #3c7bcf;
	cursor: pointer;
}
a:visited {
	color: #285ca4
}
a:active {
	color: #3c7bcf
}
a:hover {
	color: #3c7bcf
}
.style1 {
	font-family: arial; font-size: medium
}
.style2 {
	font-family: arial
}
.style3 {
	font-size: x-small
}
.style5 {
	font-size: small
}
.style9 {
	color: #3c7bcf
}
.style10 {
	color: #008000
}

img {
	border: 0;
}

area {
	cursor: pointer;
}
#pagewidth{
 width:933px; 
 height: 100%;
 min-height: 100%;
 text-align:left;  
 margin: 0 auto;
 clear: both;
 position:relative; 
} 
 
#header{
 position:relative; 
 height:204px; 
 width:933px;
 background-color: #f0f0f1;
} 

#wrapper {
 background: #ffffff;
 position: relative;
}

#left_border{
 width:6px;
 height: 100%;
 min-height: 100%;
 float:left; 
 position:absolute;
 bottom: 0;
 /* background-image: url(/Content/NFDotNet/Theme/Left_DropShadow.gif); */
 background-image: url(/Content/NFDotNet/Theme/Left_Border.jpg);
 }
 
#right_border{
 width:6px; 
 height: 100%;
 min-height: 100%;
 position:absolute;
 float:left;
 left: 927px;
 bottom: 0;
 /* background-image: url(/Content/NFDotNet/Theme/Right_DropShadow.gif); */
 background-image: url(/Content/NFDotNet/Theme/Right_Border.jpg);
 }
 
#main_col{
 margin: 0;
 padding: 0;
 background-color: #ffffff;  
 float: left;
 display:inline; 
 width: 921px;
 left: 6px;
 }

#leftcol {
 margin: 0;
 padding: 0;
 width: 645px;
 float: left;
 padding-left: 20px;

}

#rightcol  {
 margin: 0;
 padding: 0;
 padding-right: 10px;
 width: 230px;
 float: right;
 text-align: right;
}

#footer{
  text-align: center;
  padding-top: 30px;
  height:50px;
  width: 933px;
  background: #f0f0f1 url(/Content/NFDotNet/Theme/Footer.gif) top center no-repeat;
  clear:both;
 }

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* NEW CSS START */
div #nav { 
position: absolute;
left: 200px;
bottom: 3px;
height: 30px;
width: auto;
}
.navlinks{
height: 30px;
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.navlinks li {
line-height: 30px;
padding-left: 0px;
padding-right: 2px;
float: left;
background: url(/Content/NFDotNet/Theme/Divider.gif) top right no-repeat;
}
.navlinks li a {
font-size: 12px;
display: block;
padding-left: 13px;
padding-right: 13px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
a#navhome {
background: url(/Content/NFDotNet/Theme/Menu-Background-Over.gif) bottom left repeat-x;
}

/* Comment the following tag out if you don't want the rollovers */
.navlinks li a:hover {
color: #fff;
text-decoration: none;
background: url(/Content/NFDotNet/Theme/Menu-Background-Over.gif) bottom left repeat-x;
}

/* NEW CSS END */


