@charset "utf-8";
body  {
	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;
	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, Geneva, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #A91A1C;
} 
.twoColFixRtHdr #header {
	background: #000 url(images/front/indexheader.jpg) no-repeat right;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 168px;
	margin: 0px;
} 
.yellow {
	color: #FFCE00;
}

.twoColFixRtHdr #header h1 {
	margin: 0 680px 0 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 0px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 0.9em;
	text-align: center;
	color: #FFF;
	line-height: 1.5em;
}
.twoColFixRtHdr #nav {
	background: #000 url(images/front/images/headright2.gif) no-repeat right top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 58px;
	padding: 0;
} 
.twoColFixRtHdr #sidebar1 hr {
	border-bottom: medium solid #A91A1C;
     
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 158px; /* 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: #FFCE00; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
}
.twoColFixRtHdr #sidebar1 a:link {
	color:#A91A1C;
	text-decoration:underline;
	margin: 0px;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color:#FFF;
	text-decoration:underline;
	margin: 0px;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 a:visited {
	color:#A91A1C;
	text-decoration:underline;
	margin: 0px;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 a:active{
	color:#A91A1C;
	text-decoration:underline;
	margin: 0px;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: small;
	margin: 0px;
	padding: 0px 8px;
}
.twoColFixRtHdr #sidebar1 h2 {
	color: #FFF;
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}

.twoColFixRtHdr #sidebar1 h3 {
	font-size: small;
	color: #FFF;
	background: url(images/front/images/sidebartextbackground.gif) no-repeat;
	text-align: center;
	height: 35px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;
}

.twoColFixRtHdr #mainContent {
	margin: 0 170px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent h1 {
	color: #FFF;
	font-size: 1em;
}
.twoColFixRtHdr #mainContent h2 {
	color: #FFF;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #mainContent h2 a:link {
	color: #FFF;
}
.twoColFixRtHdr #mainContent h2 a:visited {
	color: #FFF;
}
.twoColFixRtHdr #mainContent h2 a:hover {
	color:#FFCE00
}
.twoColFixRtHdr #mainContent h2 a:active {
	color: #FFF;
}
.twoColFixRtHdr #mainContent p {
	color: #FFF;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}
.FrontHeader1 {
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	background: url(images/front/images/maintraining.gif) no-repeat center top;
	height: 190px;
	margin: 0px;
	padding: 0px 15px;
}
.FrontHeader2 {
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	font-family: Arial;
	background: url(images/front/images/mainir.gif) no-repeat center top;
	height: 190px;
	margin: 0px;
	padding: 0px 12px;
}
.FrontHeader3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	font-family: Arial;
	height: 190px;
	margin: 0px;
	padding: 0px 15px;
	background: url(images/front/images/mainstaging.gif) no-repeat center top;
}
.mainverbiage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
	padding: 25px 10px 10px;
	margin: 0px;
}
.mainverbiage2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1.8em;
	padding: 10px;
	margin: 0px;
}
.mainverbiage3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 10px 10px;
	margin: 0px;
}
.twoColFixRtHdr #container #TipRegion {
	width: 540px;
	color: #000;
	font-size: small;
	margin: 0px 15px 0px 20px;
	padding: 5px 15px;
	background: #FFF;
	border: 3px solid #000;
}
.twoColFixRtHdr #TipRegion h3 {
	color: #A91A1C;
}




.twoColFixRtHdr #container #table {
	width: 600px;
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background: #000;
	color: #FFF;
	font-size: 0.6em;
	font-weight: bold;
} 
.twoColFixRtHdr #footer a:link{
	background: #000;
	color: #FFCE00;
	font-weight: bold;
} 
.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 */
}
.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;
}
.xtrasmall {
	font-size: x-small;
}
.redesignoffer {
	font-size: small;
	color: #FFF;
	font-weight: bold;
	padding-left: 15px;
}
.redesignoffer a:link {
	font-size: small;
	color: #FFF;
	font-weight: bold;
}
.redesignoffer a:visited {
	font-size: small;
	color: #FFF;
	font-weight: bold;
}
.redesignoffer a:hover {
	font-size: small;
	color: #FFF;
	font-weight: bold;
}
.redesignoffer a:active {
	font-size: small;
	color: #FFF;
	font-weight: bold;
}
.twoColFixRtHdr #container #header p {
	color: #FFF;
	font-size: small;
	padding-left: 25px;
}
