@charset "utf-8";
.style2 {
font-size: 12px;
text-align:justify;
}
.stylehead {
font-size: 18px;
color:#336666;
}
.style3 {font-size: 14px; }

img {
	border:none;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #666666;
}
#container  {
	background-color: #fff;
	width: 975px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align:left;
} 
#header  {


} 
#container #header img  {
	margin: 0px;
	padding: 0px;
}
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	margin: 0px 10px 0px 10px;
	padding: 0 10px;
	float: left;
	width: 650px;
	background-color: #FFF;
	text-align: justify;
} 
.mainContent  {
	margin: 0px 10px 0px 10px;
	padding: 0 10px;
	float: left;
	width: 650px;
} 
#sidebar1  {
	width: 250px;
	padding: 10px 10px;
	float: left;
}
.sidebar1  {
	width: 250px;
	padding: 10px 10px;
	float: left;
}
#mainContentRt {
	width: 250px;
	padding: 10px 10px;
	float: left;
	background-color: #FFF;
	text-align: justify;
}
.mainContentRt {
	width: 250px;
	padding: 10px 10px;
	float: left;
}
#mainContentwide  {
	margin: 0px 5px 0px 5px; /* 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: 0 5px;
}
.Contentwide  {
	margin: 0px 5px 0px 5px; 
	padding: 0px 15px 0px 15px;
	text-align:justify;
	font-size: 12px;
}
#largecolumn {
	float: left;
	width: 490px;
}
#smallcolumn {
	float: right;
	width: 430px;
	margin: 0 0 0 20px;
}

#footer {
	padding: 0 px 0px;
	background-image: url(images/directlanyards-ftr.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin : 0 auto;
	background-position: center;
	clear: both;
	} 


.footera:link {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.footera:active {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.footera:hover {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.footera:visited {
	font-family: Tahoma;
	font-size: 75%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
	
	
	
#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 */
	text-align: center;
	text-indent: 15px;
	white-space: normal;
	display: block;
}
.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;
}
a:link {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}


#footer2 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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	text-indent: 15px;
	white-space: normal;
	display: block;
}
#footer2 li {
	display : block;
	float : left;
	width : 200px;
}

.imagecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	margin : 0 auto;
	} 
	
.text-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #ffffff;
	margin : 0 auto;
	}
	
div.img
  {
  margin: 1px;
  border: 1px solid #cccccc;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 1px;
  border: 1px solid #999999;
  }
div.img a:hover img
  {
  border: 1px solid #ffcc00;
  }
div.desc
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
  text-align: center;
  font-weight: normal;
  width: 119px;
  margin: 1px;
  }
.maintext {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 80%;
}
.maintextLG {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006666;
	font-size: 120%;
	text-align:center;
}
#largecolumn {
	float:left;
	width:500px;
	margin-top:1em;
}

#navcontainer {
	width:975px;
	float:left;
	height:100%;
}
</style>

