/* Page Layout */
#container	{
	width:805px;
	margin:auto;
	}
	
#header {
	width:805px;
	height:170px;
	background-image:url(images/nd_banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}

#body	{width:805px;}

#left	{
	float:left;
	width:225px;
	}

#center	{
	float:left;
	width:250px;
	margin-left:5px;
	margin-right:5px;
	}

#right	{
	float:right;
	width:315px;
	}
	
#footer	{width:805px;}

/* Basic Properties */

h1, h2, h3, h4, h5, h6, th {
	color: #3366CC;
	font-variant: normal;
	text-decoration: none;
	}
	
a, alink, vlink {
	color: #3366CC;
	text-decoration: none;
	}
	
a:hover	{
	text-decoration:underline;
	}
	
body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	}
	
ul {list-style-image: url(images/bullet.png);}
img {border:0px;}
hr 	{clear:both;}

/* Custom Properties */

.style7 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #3366CC;
	}

.h_ctr {
	text-align:center;
	color:#3366CC;
	font-size:16px;
	font-weight:bold;
	}
	
.h_underline	{
	color:#3366CC;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	}
	
.m275	{margin-left:275px;}
	
.float_left	{float:left;}
	
.redhead {
	color:#FF0000;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	}

fieldset.legend {
	font-weight:bold;
	color:#3366CC;
	}
	
.popbox	{
	border:solid thin #000000;
	background:#9BB4C8;
	}