@charset "UTF-8";
body  {
	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: #000;
	font-weight: 800;
	font-family: Courier New, Courier, monospace;
	font-size: 100%;
	list-style-type: none;
}
.twoColFixRtHdr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EEEEEE; /* this overrides the text-align: center on the body element. */
	width: 780px;
	background-color: transparent;
	background-image: url(../images/ccp_bg.jpg);
	background-position: 100%,100%
	font-style: normal;
	font-weight: bold;
} 
.twoColFixRtHdr #header {
	background:  url(../images/topv2.jpg);
	padding: 0 15px 0 10px;
	height: 151px;
	width: 750px;
	font-family: "Courier New", Courier, monospace;
	background-color: transparent;
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-left-style: none;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr   #navbar {
	height: 40px;
	width: 780px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	font-weight: 900;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-color: transparent;
	border-top-width: thin;
	padding-bottom: 12px;
	text-decoration: none;
	padding: 10;
	background-color: transparent;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #111111;
	background-color: transparent;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px;
	position: relative;
	top: auto;
	font-family: Courier New, Courier, monospace;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	padding: 0 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	font-weight: 800;
	margin: 0 250px 0 0;
	overflow: visible;
	min-height: 425px;
} 
.twoColFixRtHdr #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 */
	font-family: "Times New Roman", Times, serif;
}
.twoColFixRtHdr #content2 {
	background-color: transparent;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	z-index: 1;
	left: auto;
	min-width: 375px;
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #999999;
	scrollbar-dark-shadow-color: eeeeee;
	scrollbar-face-color: #1b1b1b;
	scrollbar-highlight-color: #434343;
	scrollbar-3d-light-color: #898989;
	scrollbar-shadow-color: #272727;
	border-right-color: #000000;
	border-right-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: no-repeat;
}
.twoColFixRtHdr  #contentArt  {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	visibility: visible;
	z-index: auto;
	left: auto;
	min-width: 375px;
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #999999;
	scrollbar-dark-shadow-color: eeeeee;
	scrollbar-face-color: #1b1b1b;
	scrollbar-highlight-color: #434343;
	scrollbar-3d-light-color: #898989;
	scrollbar-shadow-color: #272727;
	border-right-color: #000000;
	border-right-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	min-height: 400px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	list-style-type: none;
	font-size: 100%;
}
.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;

}


/*THIS STUFF BELOW IS FIR THE TP NAVIGATION MENU BAR< WHICH IS A SIMPLE LIST WITH CSS CONTROLS FOR FASTER LOADS*/
 #nav li {
	display:inline;
	margin:0;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	position: i;
	z-index: 2;
}
 a:link {
	color: #000000;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	background-color: transparent;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #777777;
}

a:active {
	text-decoration: underline;
	text-transform: uppercase;
	color: #777777;
	}
.blurb {
	color: #F00;
	font-size: 12px;
}
