body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-image: url(inc/layout_01.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 100px;
}
.oneColLiqCtrHdr #mainContent {
	background-image: url(inc/layout_03.jpg);
	background-repeat: repeat;
}
.oneColLiqCtrHdr #footer {
	background-image: url(inc/layout_05.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 26px;
} 
.oneColLiqCtrHdr #menu {
	background-image: url(inc/layout_02.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 222px;
	padding: 0px 20px 0px 20px;
}

.menu {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #e8e7da;
	text-decoration: none;
}
.menu a:link {
	color: #e8e7da;
	text-decoration: none;
}
.menu a:visited {
	color: #e8e7da;
	text-decoration: none;
}
.menu a:hover {
	color: #0066FF;
	text-decoration: none;
	}
.menu a:active {
	color: #e8e7da;

}

.small {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #e8e7da;
}
.small a:link {
	color: #e8e7da;
	text-decoration: none;
}
.small a:visited {
	color: #e8e7da;
	text-decoration: none;
}
.small a:hover {
	color: #0066FF;
	text-decoration: none;
}
.small a:active {
	color: #e8e7da;
	text-decoration:underline
}
.small {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #e8e7da;
}
.H1 {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #330000;
	text-decoration: none;
	font-weight:bold;
}
.H1 a:link {
	color: #330000;
	text-decoration: none;
}
.H1 a:visited {
	color: #330000;
	text-decoration: none;
}
.H1 a:hover {
	color: #0066FF;
	text-decoration: none;
}
.H1 a:active {
	color: #330000;
	text-decoration: none;
}
.H2 {
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	color: #660000;
	text-decoration: none;
	font-weight:bold;
}
.H2 a:link {
	color: #660000;
	text-decoration: none;
}
.H2 a:visited {
	color: #660000;
	text-decoration: none;
}
.H2 a:hover {
	color: #0066FF;
	text-decoration: none;
}
.H2 a:active {
	color: #660000;
	text-decoration: none;
}
.H3 {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
.H3 a:link {
	color: #660000;
	text-decoration: none;
}
.H3 a:visited {
	color: #660000;
	text-decoration: none;
}
.H3 a:hover {
	color: #0066FF;
	text-decoration: none;
}
.H3 a:active {
	color: #660000;
	text-decoration:underline;
}

.style3 {
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	color: #e8e7da;
	font-weight: bold;
}
.nitanetworkbox {
	background-color: #FFFFFF;
	border: 0;
}
.nitanetworkhead {
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.nitanetwork {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.nitanetwork a:link {
	color: #0066FF;
}
.nitanetwork a:visited {
	color: #0066FF;
}
.nitanetwork a:hover {
	color: #660000;
}
.nitanetwork a:active {
	color: #000000;
}
.style4 {
	color: #CCCCCC;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

	.nav {
	color:#660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color:#000000;
	border-collapse: separate;
}
.nav a:link      {
	text-decoration:  none;
	color:#660000;
}
.nav a:active    {
	text-decoration:  none;
	color : #000000;
}
.nav a:visited   {
	text-decoration: none;
	color : #660000;
}
.nav a:hover	   {
	text-decoration: none;
	color: #336633;
}