@charset "utf-8";

.twoColFixLt #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/containerbg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 9pt;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 227px; /* 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: #CDE3F8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	text-align: left;
	margin-top: 0;
	
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 227px; /* 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: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
} 
.twoColFixLt #mainContentBody { 
	margin: 0 0 0 0; /* 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: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
} 
.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;
}
.topbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	height: 40px;
	text-align: right;
	padding: 20px 20px 0px 0px;
	/*margin: 20px 0px 0px 0px;*/
	width: auto;
	vertical-align: bottom;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#DAFDCD;
	/*height: 40px;*/
}
.topbanner A
{
    COLOR: #100a52;
    TEXT-DECORATION: underline;
	font-size: 11px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.leftNav A
{
    COLOR: #100a52;
    TEXT-DECORATION: none;
	font-size: 11px;
	text-align: left;
}
.leftNav A:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #100a52;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.leftNav A:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #100a52;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.subNavTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #993300;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.wwafooter
{
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:#FFF;
	FONT-SIZE: 9px;
    COLOR: #666666;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.wwafooter A:active
{
    COLOR: #100a52
}
.wwafooter A:visited
{
    COLOR: #100a52
}