@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
.twoColFixLtHdr #container  {
	width: 1100px;
	text-align: left;
	background-image: url(../images/new-background.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 68px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 60px;
} 
.twoColFixLtHdr #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 */
	color: #999999;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 172px;
	background-color: #4f4a47;
	background-image: url(../images/AboutBkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 210px;
	padding-bottom: 0px;
	height: 363px;
	color: #FFFFFF;
	text-indent: 0px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #FF6600;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr  #tvContent {
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin-top: 150px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 610px;
}
#tvContent img
{
	border: 0;
	cursor: pointer;
	width: 114px;
	height: 86px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #CCCCCC;
	font-size: 14px;
	line-height: 2em;
} 
.twoColFixLtHdr #mainContent a {
	color: #FF6600;
}
.twoColFixLtHdr #footer {
	color: #CCCCCC;
	background-image: url(../images/FooterIco.png);
	background-repeat: no-repeat;
	background-position: 90%
$ center;
	padding-top: 15px;
	padding-bottom: 0;
	background-position: 90%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 8pt;
}
.twoColFixLtHdr #footer a {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #F15A24;
	text-decoration: underline;
}
.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;
}

#nav {
	background-color: #0D0D0D;
	width: 100%;
	height: 28px;
		filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.5;
	opacity: 0.7;
	}

	#nav ul {
		width: 800px;
		margin: 0 auto;
		padding: 6px;
		}
		
	#nav li {
	color: #FFFFFF;
	font-size: 10pt;
	float: left;
	padding: 0 6px  0 0;
	margin: 0 6px 0 0;
	list-style-type: none;
	text-transform: lowercase;
	text-align: left;
		}
.twoColFixLtHdr  #subpage  img  {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
		
		#nav li.cap {
			border-right: none;
			margin: 0;
			padding: 0;
			}
#nav a {
	margin: 0;
	padding: 0px;
	color: #F15A24;
	text-decoration: none;
}
#nav a:hover {
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: underline;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.5;
	opacity: 0.7;
	background-color: #F15A24;
}
.twoColFixLtHdr    #subpage-left {
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	text-indent: 0px;
	font-size: 12px;
	padding: 10px;
	margin-left: 20%;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.5;
	opacity: 0.7;
	background-color: #0D0D0D;
	height: 100%;
	width: 300px;
}
.twoColFixLtHdr #subpage-right {
	width: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 15px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.5;
	opacity: 0.7;
	background-color: #0D0D0D;
	float: right;
	clear: both;
	margin-right: 20%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #subpage-right img {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #subpage-right a {
	color: #FF6600;
	text-decoration: none;
}
.twoColFixLtHdr #container #subpage-right a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.twoColFixLtHdr #subpage-left a {
	color: #FF6600;
	text-decoration: none;
}
.twoColFixLtHdr #container #subpage-left a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
