@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	text-align: left;
} 
.thrColFixHdr #header {
	width: 960px;
	height: 120px;
	background-image: url(inc/logo.gif);
	background-repeat: no-repeat;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	border-right-style: dashed;
	border-right-width: thin;
	border-right-color: #CCCCCC;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	border-left-style: dashed;
	border-left-width: thin;
	border-left-color: #CCCCCC;
}

.thrColFixHdr #mainContent {
	margin-left: 190px;
	width: 580px;
} 
.thrColFixHdr #footer {
	width: 960px;
} 
.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;
}

.H1 {
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.H1 a:link      {
	text-decoration:  none;
	color:#CCCCCC;
	font-weight:bold;
}
.H1 a:active    {
	text-decoration:  none;
	color : #CCCCCC;
}
.H1 a:visited   {
	text-decoration: none;
	color : #CCCCCC;
}
.H1 a:hover	   {
	text-decoration: none;
	color:#CC0000;
}

.H2 {
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.H2 a:link      {
	text-decoration:  none;
	color:#CCCCCC;
	font-weight:bold;
}
.H2 a:active    {
	text-decoration:  none;
	color : #CCCCCC;
	font-weight:bold;
}
.H2 a:visited   {
	text-decoration: none;
	color : #CCCCCC;
	font-weight:bold;
}
.H2 a:hover	   {
	text-decoration: none;
	color:#CC0000;
	font-weight:bold;
}

.H3 {
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.H3 a:link      {
	text-decoration:  none;
	color:#CCCCCC;
	font-weight:bold;
}
.H3 a:active    {
	text-decoration:  none;
	color : #CCCCCC;
	font-weight:bold;
}
.H3 a:visited   {
	text-decoration: none;
	color : #CCCCCC;
	font-weight:bold;
}
.H3 a:hover	   {
	text-decoration: none;
	color:#CC0000;
	font-weight:bold;
}

.menu {
	color:#0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.menu a:link      {
	text-decoration:  none;
	color:#0066FF;
}
.menu a:active    {
	text-decoration:  none;
	color : #0066FF;
}
.menu a:visited   {
	text-decoration: none;
	color : #0066FF;
}
.menu a:hover	   {
	text-decoration: none;
	color:#CC0000;
}

.hl {
	color:#0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.hl a:link      {
	text-decoration:  none;
	color:#0066FF;
}
.hl a:active    {
	text-decoration:  none;
	color : #0066FF;
}
.hl a:visited   {
	text-decoration: none;
	color : #0066FF;
}
.hl a:hover	   {
	text-decoration: none;
	color:#CC0000;
}

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

.nav a:link      {
	text-decoration:  none;
	color:#CCCCCC;
}
.nav a:active    {
	text-decoration:  none;
	color:#CCCCCC;
}
.nav a:visited   {
	text-decoration: none;
	color : #CCCCCC;
}
.nav a:hover	   {
	text-decoration: none;
	color: #CC0000;
}

.navaz {
	color:#CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold
}
.navaz a:link      {
	text-decoration:  none;
	color:#CC0000;
}
.navaz a:active    {
	text-decoration:  none;
	color : #CCCCCC;
}
.navaz a:visited   {
	text-decoration: none;
	color : #CC0000;
}
.navaz a:hover	   { text-decoration: none; color: #0099FF;}

.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;
}
