@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.thrColFixHdr #container { 
	width: 780px; 
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
} 
.thrColFixHdr #sidebarLeft {
	float: left;
	width: 176px;
	padding: 10px 35px ;
}
.thrColFixHdr #sidebarRight {
	float: right;
	width: 200px;
	padding: 10px 30px;
}
.thrColFixHdr #mainContent {
	margin-left: 246px;
	margin-right: 262px;
	/*margin-top: 10px;*/
	padding: 10px 25px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CE0005;
	border-left-color: #CE0005;
} 

.thrColFixHdr #mainContentWide {
	margin-left: 246px;
	margin-right: 20px;
	/*margin-top: 10px;*/
	padding: 10px 25px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CE0005;
} 

.thrColFixHdr #footer {
	clear: both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	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;
}

/* main navigation */
.nav {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 4px 0 4px 2px;
	width: 164px;
	margin: 1px 0 0 0;
	line-height: 16px;
}
 
.nav a:link {
	background-color: #CE0005;
	color: #ffffff;
	padding: 4px 0 4px 2px;
}

.nav a:visited {
	background-color: #CE0005;
	color: #cccccc
  }
  
.nav a:hover {
	background-color: #000000;
}

.nav a:active {
	background-color: #666666;
}

p {
	font-size: 11px;
	line-height: 18px;
}

td {
	font-size: 11px;
	line-height: 14px;
}

td a:link {
	color: #CE0005;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

td a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

td a:hover {
	color: #666;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-weight: normal;
}

td a:active {
	color: #666;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-weight: normal;
}


a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #CE0005;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	background-color: #fff;
}

.red {
	color: #CE0005;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	color: #CE0005;
	
}

H1 {
	font-size: 14px;
	font-weight: bold;
	background-color: #000000;
	padding: 2px 2px 2px 5px;
	color: #FFFFFF;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
