@charset "utf-8";
/* CSS Document */


body  {
	font-family: 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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background-color: #252525;
	left: 0px;
	top: 0px;
	background-image: url(../images/BG-Slice.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 851px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
	top: 0px;
	height: auto;
} 
.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	width: 850px;
	height: 158px;
	left: 0px;
	top: 0px;
}
.twoColFixLtHdr #PrintBanner {
	background-image: url(../images/Banner_Print.jpg);
	background-repeat: no-repeat;
	height: 141px;
	width: 850px;
	display: none;
} 
#banner {
	left: 0px;
	top: 0px;
	height: 141px;
	width: 850px;
	position: relative;
}
.twoColFixLtHdr #navbar {
	padding: 0px;
	height: 17px;
	width: 850px;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.NavLink {
	font-size: 11px;
	color: #999999;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr  #container  #sidebarContent {
	width: 134px;
	z-index: 0;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 20px;
	background-image: url(../images/SideBar-BG.png);
	background-repeat: no-repeat;
	float: left;
	
}




#maincontent {
	width: 580px;
	background-position: top;
	height: auto;
	z-index: 2;
	top: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 50px;
	float: right;
}
.twoColFixLtHdr #container #BackgoundWrapper {
	background-image: url(../images/ContentSlice.png);
	background-repeat: repeat-y;
}

.twoColFixLtHdr #container #maincontent #wrapper {
	width: 800px;
	background-image: url("../../../assets/ images/ContentSlice.png");
	background-repeat: repeat-y;
	height: 500px;
	z-index: 1;
	}


h1 {
	font-size: 18px;
	font-weight: 600;
	color: #CCCCCC;
	letter-spacing: 0.25em;
}

h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #eeeeee;
	margin-top: 14px;
	margin-bottom: 3px;
}
h4 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #CCCCCC;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 0px;
	
}
h6 {
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
p {
	font-size: 12px;
	color: #999999;
	text-align: left;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.footnote {
	font-size: 12px;
	color: #999999;
	text-align: right;
	margin-right: 18px;
}
ul {
	font-size: 10px;
	color: #999999;
	text-align: left;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: circle;
}
#tableWrapper {
	float: left;
	width: 210px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.tableHeader {
	font-size: 12px;
	color: #000000;
	background-color: #FF9900;
	text-align: center;
}
td {
	font-size: 10px;
	background-color: #333333;
}
/* CSS Document */


a:link {
	text-decoration: none;
	color: #ff9900;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
		}
a:active {
	text-decoration: none;
	color: #ff9900;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
#footer   {
	z-index: 10;
	clear: both;
	background-image: url(../images/Footer.gif);
	background-repeat: no-repeat;
	height: 30px;
	background-color: #252525;
	font-size: 9px;
	color: #000000;
	text-align: right;
	padding-top: 40px;
	padding-right: 19px;
} 

.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:none;
	height:0;
	line-height: 0px;
}
.CameraAd {
	text-align: center;
	padding-top: 10px;

}

