@charset "utf-8";
/* CSS Document */

<!-- 
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #666666;
}
img {
	border:0px;
	padding:0px;
}
.twoColFixLt #container { 
	width: 703px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/images/nav_background.gif); background-repeat:repeat-y;
	display:block;
}
.twoColFixLt #footer { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border-top: 1px #666666 solid;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:10px;
	padding-bottom:10px;
	color:#666666;
	font-size:10px;
	display:block;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 160px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #mainContent #header { 
	margin:0px;
	padding:0px;
	width:540px;
	height:100px;
	display:block;
} 
.twoColFixLt #mainContent #visual { 
	margin:0px;
	padding:0px;
	width:540px;
	height:160px;
	display:block;
} 
.twoColFixLt #mainContent #content { 
	margin: 0 0 0 0px;
	padding: 0px 10px 5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
} 

.twoColFixLt #mainContent #content p { 
line-height: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:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.twoColFixLt #sidebar1 #navbar {
	float: left;
	position: relative;
	width: 160px;
	text-align: left;
	display:block;
	padding-top:100px;
}
.twoColFixLt #sidebar1 #navbar #navbarTop {
	height:1px;
	border-bottom:1px #FFFFFF solid;
	display:block;
}

.twoColFixLt #sidebar1 #navbar ul.section_nav {
	margin : 0px;
	padding : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
*. hack {	display : none;	}


.twoColFixLt #sidebar1 #navbar ul.section_nav li {
	display : block;
	margin : 0px;
	padding : 0px;
	margin : 0px 0px 0px 0px;
	clear:both;
}
*. hack {	display : none;	}

.twoColFixLt #sidebar1 #navbar ul.section_nav li a {
	display : block;
	background : #E6E6E6;
	color: #333333;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
	padding: 5px 0px 5px 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width : 140px;
	color:#666666;
	border-bottom:1px #FFFFFF solid;
}
*. hack {	display : none;	}


.twoColFixLt #sidebar1 #navbar ul.section_nav li a:hover {
	background: #CCCCCC;
	color:#666666;
}

/* secondary nav */

.twoColFixLt #sidebar1 #navbar ul.section_nav li ul {
	margin : 0px;
	padding : 0px 0px 0px 0px;
	background : White;
	padding : 0px 0px 0px 0px;

}
*. hack {	display : none;	}


.twoColFixLt #sidebar1 #navbar ul.section_nav li ul li {
	display : block;
	margin : 0px;
	padding : 0px;
	margin : 0px 0px 0px 0px;
	clear:both;

}
*. hack {	display : none;	}

.twoColFixLt #sidebar1 #navbar ul.section_nav li ul li a {
	display : block;
	background : #E6E6E6;
	color : White;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
	padding: 1px 0px 1px 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width : 160px;
	color:#666666;

}
*. hack {	display : none;	}


.twoColFixLt #sidebar1 #navbar ul.section_nav li ul li a:hover {
	background: #CCCCCC;
	color:#666666;
}

/* end secondary nav */

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
#rightInfo {
	float: right;
	margin-left: 15px;
	width:160px;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	clear:both;
}
#rightInfoHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

a {
	color:#333333;
}

--> 