@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;
	background-image: url(../WebsiteBannerBackgroundSlice5.png);
	background-repeat: repeat-x;
	background-color: #11284f;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 980px;
	text-align: left;
	background-image: url(../LogoBackground.png);
	background-repeat: no-repeat;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width:  0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFF;
	color: #FFF;
} 

.twoColFixLtHdr #titleText {
	text-align: center;
	width: 660px;
	color: #4F95FF;
	padding-top: 8px;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 0px;
	margin-left: 45px;
	padding-bottom: 12px;
} 

.twoColFixLtHdr #header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	height: 170px;
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 23px;
	padding-bottom: 0px;
	background-image: url(../WebsiteBannerFontplusTVmerged5.png);
	background-repeat: no-repeat;
	background-position: -10px -4px;
	padding-right: 0px;
	padding-left: 775px;
	height: 150px;
}

.twoColFixLtHdr #container #header #MenuBar1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 130px;	
	}

.twoColFixLtHdr #sidebar1 {
	width: 172px;
	color: #FFF;
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	font-weight: normal;
	float: right;
	padding-left: 30px;
	margin-top: 5px;
	margin-right: 20px;
}
.twoColFixLtHdr #mainText {
	width: 660px;
	color: #FFF;
	padding-left: 45px;
	text-align: justify;
} 

.twoColFixLtHdr #container #mainContenttitle {
	background-image: url(../Faux-Background-Round-top.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px;
	color: #FFF;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	min-height: 350px;
} 
.twoColFixLtHdr #footer {
	margin: 0px;
	background-image: url(../Faux-Background-Round-bottom.png);
	background-repeat: no-repeat;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-size: 14px;
	height: 75px;
} 

.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.twoColFixLtHdr #insidecontainer {
	background-image: url(../Faux-Background3.png);
	background-repeat: repeat-y;
	width: 980px;
	top: 30px;
	min-height: 780px;
}

.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:0px;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container table tr td table {
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #container #centertable {
	padding-top: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #FFF;
}
.twoColFixLtHdr #container #insidecontainer #sidebar1 .subtitle {
	font-weight: bold;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-right: 28px;
}
.twoColFixLtHdr #container #insidecontainer #sidebar1 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-left: -3px;
}
.twoColFixLtHdr #container #insidecontainer #mainContent #mainText form table tr td {
	vertical-align: top;
	margin: 0px;
}
.twoColFixLtHdr #container #insidecontainer #mainContent #mainText form table tr td {
	padding: 5px;
}

.colortextblue {
	color: #F60;
	font-size: 18px;
}
