body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #eaeaea;
	margin-top: 0px;
	width: 775px;
	border-top: 1px none #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px none #ccc;


}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#header {
	background-color: #FF0000;
	background-image: url(images/headerpics.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin: 0;
	background-position: left top;

}
#leftcontent {
	margin: 0 79% 0 0;
	padding: 5px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px none #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top: 1px none #ccc;
	border-left: none;

}
#leftcontent H1 {
	font-size: 12px;
	color: #00208C;
}
#leftcontent H2 {
	font-size: 10px;
	color: #00208C;
}
#leftcontent a {
	color: #CC3300;
}
#leftcontent a:hover {
	text-decoration: none;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	border: none;
	background-color: #eaeaea;
}
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}
#content .ContentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: small-caps;
	color: #FF0000;
	font-weight: bold;

}

#content H1 {
	font-size: 12px;
	color: #00208C;
}
#content H2 {
	font-size: 10px;
	color: #00208C;
}
#content a {
	color: #CC3300;
}
#content a:hover {
	text-decoration: none;
}
#content .suppliestable {
	background-color: #ffffff;
	padding: 0px;
	border: 1px solid #666666;
	margin: 0px;
}
#footer {
	padding: 5px;
	clear: both;
	border-top: 1px solid #ccc;
	border-right: 1px none #ccc;
	border-bottom: 1px none #ccc;
	border-left: 1px none #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: right;





}
/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #00208C;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

#LogIn {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}
