@charset "utf-8";
body {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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: #666;
	background-image: url(../images/headbg.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 941px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}


.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;

}
	

.oneColFixCtrHdr #footer, .twoColFixRt #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7a887e;
	font-size: .65em;
	color:#fff;
	text-align:right;
	padding-right:10px;
}
.oneColFixCtrHdr #footer p,  .twoColFixRt #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 */
}
.oneColFixCtrHdr #container #mainContent #homeMain {
	border: 1px solid #000;

}
.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	margin: 0px;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #Table_01 .desc ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 15px;
	
}
.oneColFixCtrHdr #container #mainContent #Table_01 .desc #loginform {
	text-align: center;
	padding-top: 10px;
	line-height: 2em;

}

/* sub page styles */

.twoColFixRt #container { 
	width: 941px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	
	
}

.twoColFixRt #sidebar2 {
	margin-top:20px;
	border: 1px solid #000;
}
.twoColFixRt #container #sidebar2 .testdrive, .twoColFixRt #container #sidebar2 .testdrive a, .twoColFixRt #container #sidebar2 .testdrive a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #7A887E;
	text-align: center;
	padding: 4px;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
}

.twoColFixRt #container #sidebar2 #loginform {
	font-size: 0.7em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
.twoColFixRt #container #sidebar2 h3 {
	color: #FFFFFF;
	background-color: #7A887E;
	font-size: 0.75em;
	font-weight: bold;
	padding: 4px;
	margin: 0px;
}

.twoColFixRt #mainContent {
	margin: 0 250px 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 */
	font-size: 0.7em;
	line-height: 1.5em;
} 
.twoColFixRt #container #mainContent h1 {
	font-weight: bold;
	color: #7A887E;
	padding-bottom: 10px;
	font-size: 1.6em;
}
.twoColFixRt #container #mainContent h2 {
	font-size: 1.2em;
	color: #7A887E;
}

.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: 12px;
}
.twoColFixRt #container #mainContent h3 {
	font-size: 1.2em;
	color: #000000;
}

.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;
}
.twoColFixRt #container #sidebar2 .sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	line-height: 1.5em;
}
a:link {
	color: #4B494A;
	text-decoration: none;
}
a:hover {
	color: #94A69A;
	text-decoration: underline;
}
.twoColFixRt #container #sidebar1 .quote {
	font-family: "Trebuchet MS";
	font-size: 0.75em;
	color: #A8A59E;
	text-align: center;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixRt #container #mainContent .pub {
	color: #6699cc;
}
.twoColFixRt #container #mainContent .emp {
	color: #7c83ac;
}
.twoColFixRt #container #mainContent #form {
	background-color: #E7E4DD;
	margin: 5px;
	padding: 5px;
	border: 1px dotted #CCCABE;
}
