﻿body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e8e8e9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 5px;
	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: black;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0px 0 10px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; 
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:1px #000000 solid;
	min-height: 600px;
	float:left;
	width: 605px;
} 
.twoColFixLtHdr #footer { 
	background:#e8e8e9; 
	border-top: 1px solid #000000;
	margin: 10px 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #BABAD1;
	text-align:center;
	
}
.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;
}


#menubar{
	float:left;
	height: 17px;
	width: 605px;
	background:#4d4d88;
	text-align:right;
}

#menubar .menubarText{
	padding-right: 5px;
	float:right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

#menubar .menubarText a{
	text-decoration: none;
	color: #FFFFFF;
}

#mainContentPanel{
	padding: 0px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#mainContentPanel h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:#840707;
}

#mainContentPanel h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#840707;
}

#mainContentPanel h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#840707;
}

#sidebarMenu
{
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}


.searchPanel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	float:left;
	width: 150px;
	border: 1px black solid;
	margin-top: 10px;
}

.searchPanel fieldset legend 
{
	color: Black;
}

.searchControl
{
	margin-left: 10px;
}

.searchElements
{
	padding: 5px;
}

.searchHeader
{
	background-color: #4d4d88;
	color: White;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
}

.searchBox input
{
	font-size: 11px;
}

.searchButton
{
	margin-top: 5px;
}
.contentPanel 
{
	float:left;
	padding: 10px;
               }
               
.loginLink
{
	text-decoration: none;
	color: black;
}



.shippingMsg
{
	padding: 10px 5px 10px 5px;
	border: 1px solid black;
	margin: 10px 0px 0px 0px;
	background-color: #F0F0F0;
	float: right;
	width: 140px;

}


.rightPanel
{
	float: right;
	width: 180px;
}

.bottomContentPanel
{
	padding: 10px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	min-width: 200px;
	clear:left;
}

.transcriptWarning
{
	padding: 20px 10px 10px 10px;
}