@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.thrColFixHdr #container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
	background-color: #FFF;
} 
#pageHeader {
	height: 100px;
	width: 900px;
	background-color: #FFF;
	text-align: left;
}
#pageHeaderVideo {
	height: 75px;
	width: 900px;
	background-color: #000;
	text-align: left;
}
.thrColFixHdr #header {
	width: 900px;
	background-color: #FFF;
} 
.thrColFixHdr #headerVideo {
	background: #000;
	width: 900px;
	background-color: #000;
} 

.thrColFixHdr #headerAlPages {
	background: #FFF;
	width: 900px;
	background-color: #FFF;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: #FFF;
}
#titleBar {
	background-color: #606;
	padding: 0px;
	height: 25px;
	text-align: center;
	background-image: url(assets/images/titlebar.jpg);
	background-repeat: repeat;
	border: 0;
}
#titleBarVideo {
	background-color: #000;
	padding: 0px;
	height: 25px;
	text-align: center;
	background-image: url(assets/images/video_title_bar.jpg);
	background-repeat: repeat;
	border: 0;
}
#mainHorizontalNav {
	background-color: #606;
	height: 30px;
}
#mainHorizontalNavVideo {
	background-color: #000;
	height: 30px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #606; /* padding keeps the content of the div away from the edges */
	height: 800px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 212px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px; /* padding keeps the content of the div away from the edges */
	background-color: #606;
	height: 800px;
	font-style: normal;
	text-align: center;
}
.thrColFixHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 455px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	text-align: left;
} 

.thrColFixHdr #mainContentHomePage {
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: center;
}
.thrColFixHdr #mainContentWide {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 880px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: left;
} 
.thrColFixHdr #mainContentWideBlack {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 880px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: left;
} 

.thrColFixHdr #mainContent2 {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 725px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 150px;
} 

.thrColFixHdr #mainContentAllPages {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 670px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	text-align: center;
} 

#missionStmnt {
	height: 30px;
	background-color: #FFF;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 515px;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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 { /* 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;
}
#homePageCenterText {
	padding: 5px;
	height: 300px;
	width: 515px;
	text-align: center;
}
#sidebar2LowerTextBox {
	padding: 5px;
	height: 240px;
	width: 200px;
}
.thrColFixHdr #container #mainContentAllPages .big .medium {
	text-align: left;
}
.thrColFixHdr #container #sidebar2 #sidebar2LowerTextBox {
	text-align: left;
}
.thrColFixHdr #container table tr td table tr td .mediumWhite .mediumWhite {
	text-align: left;
}
.thrColFixHdr #container table tr td table tr td {
}
.thrColFixHdr #container table tr td table tr td .mediumWhite {
	text-align: left;
}
.thrColFixHdr #container #mainContentAllPages p strong {
}
.thrColFixHdr #container #mainContentAllPages table tr .big {
	text-align: center;
}
.thrColFixHdr #container #mainContentAllPages .medium strong {
	text-align: left;
}
.thrColFixHdr #container #mainContentAllPages .medium {
}
.thrColFixHdr #container #mainContentAllPages {
	text-align: left;
}
