@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../_images/browserbackground.jpg);
	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;
}
.twoColFixRtHdr #container {
	width: 880px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 20px;
} 
.twoColFixRtHdr #header {
/*	background: #666666; */
	background: url(../_images/headerBackground4.jpg) repeat-x;
	padding: 0 10px 0 20px;  /* 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: 100px;
} 
.twoColFixRtHdr #header #flash {
	position:absolute;
	float:right;
	left: 804px;
	top: 24px;
}
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr  #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px;
	height: auto;
}
#sidebarNav {
	background: #E6E8E7;
	border: 2px solid #00AAA3;
	margin-top: 7px;
	}

#sidebarNews {
	background-color: #E6E8E7;
	margin-top: 50px;
	border: 2px solid #00AAA3;	/*00FF00;	*/
	}
#sidebarNews p {
	font-size: 70%;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	}

#sidebarNews h3 {
	padding-top: 0px;
	padding-left: 10px;
	background: url(../_images/tableheadingbackground.jpg) repeat-x top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #00AAA3;
	}
	
#sidebarNews a:hover {
	color: #C2E934;
	}
#sidebar ul {
	margin: 10px;
	padding-left: 5px;
	list-style: none;
	border: none;
	}
#sidebar ul li {
	background: url(../_images/navigationbackground.jpg) no-repeat left 5px;
	border-left: #A5A3A4;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.twoColFixRtHdr #container #sidebar #sidebarNav #sidebarNav #current a{
	color: #00AAA3;	/*00FF00;	*/
	background: url(../_images/bullet.gif) no-repeat left 7px;
	}
.twoColFixRtHdr #container #sidebar #sidebarNav #sidebarNav #currentSub a{
	color: #009900;
	background: url(../_images/bulletDown.gif) no-repeat left;
	}
.twoColFixRtHdr #container #sidebar #sidebarNav #sidebarNav #currentSubSub a{
	color: #009900;
	background: url(../_images/bulletDown.gif) no-repeat left;
	}
#sidebar ul li a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: block;
	padding-left: 20px;
	}
#sidebar ul li a:hover {
	color: #C2E934;
	}
.subMenu {
	padding-left: 40px;
	}
.subSubMenu {
	padding-left: 100px;
	}
	
#sidebar a {
	color: #00AAA3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

.last {
	background:url(../_images/sidebarbottom.jpg) no-repeat bottom left;
	margin: 0px;
	}
.navFrame {
	background: url(../_images/sidebarcenter.jpg) repeat-y;
	margin: 0px;
	}
	
.twoColFixRtHdr #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: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../_images/footerBackground2.jpg) repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
/*	border-top: solid 1px black; */
} 
.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;
}
.mainTableSetup {
	width: 186px;
	height: 160px;
	text-align: center;
	vertical-align:text-top;
	border-collapse: collapse;
	border: solid 1px #00AAA3;	/*00FF00;	*/
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	}
.mainTableSetup h3 {
	background: url(../_images/tableheadingbackground.jpg) repeat-x top left;
	padding: 5px;
	margin: 0;
	font-size: 10px;
	}
.mainTableSetup img {
	text-align:center;
	border: none;
	}
.twoColFixRtHdr #container #mainContent #mainTable {
	margin-left: auto;
	margin-right: auto;
	}
.twoColFixRtHdr #container #mainContent #mainTable p {
	text-align: center;ss
	}
td:hover {
	background-color: #E6E8E7;
	}
.agvTableSetup {
	text-align: center;
	vertical-align:text-top;
	border-collapse: collapse;
	border: solid 1px #00AAA3;	/*00FF00;	*/
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	}
#mainContent h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color: #00AAA3;
	padding-left: 10px;
	}
#mainContent h1 {
	margin-top: 30px;
	background: url(../_images/mainheaderbackground.jpg);
	}

.twoColFixRtHdr #container #mainContent #floatLeft {
	float: left;
	margin-right: 20px;
	}

.twoColFixRtHdr #container #mainContent #DeCarteClock {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	}
.twoColFixRtHdr #container #mainContent #floatRight {
	float: right;
	margin-left: 20px;
	}

#mainContent ul {
	list-style: square;
	}
	
#mainContent li {
	margin-bottom: 10px;
	font-size: 75%;
	}
.style2 {font-size: 65%}

.style3 {font-size: 10px}

#orderForm td:hover {
	background: none;
	}
#deCarteTable td:hover {
	background: none;
	}
