/* Page Layout */
#container	{
	width:800px;
	margin:auto;
	}
	
#header {
	width:800px;
	height:170px;
	background-image:url(images/nd_banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}

#body	{width:800px;}

#left	{
	float:left;
	width:225px;
	}

#right	{
	float:right;
	width:250px;
	margin-right:25px;
	margin-bottom:10px;
	}

#pc_hardware_container	{
	width:800px;
	clear:both;
	}
	
#footer	{
	width:800px;
	font-weight:bold;
	}

/* 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;}

table	{
	text-align:center;
	}
	
fieldset	{
	background-image:url(images/fieldset_bg.jpg);
	}
	
legend	{
	font-weight:bold;
	color:#3366CC;
	}

/* Custom Properties */

.underline_bold	{
	font-weight:bold;
	text-decoration:underline;
	}

.footnote	{
	font-size:smaller;
	text-align:center;
	font-style:italic;
	}

.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;}
