#HeadContainer {
	background:#D3D3D3;
	margin: 0px;
	padding: 0px;
	height: 66px;
}
#headerLeft {
	float:left;
	width:280;
	background:#D3D3D3;
	margin: 0px;
	padding: 0px;
	height: 66px;
}
#headerRight {
	background:#D3D3D3;
	margin: 0px;
	height: 66px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.clear { 
   clear: both; 
   width: 1px; 
   height: 0; 
} 

* html .clear { 
   display: none; 
}  


#SearchBar {
	background-color: #333333;
	background-image: url(../images3/bg_searchbar.jpg);
	background-repeat: repeat-x;
	height: 36px;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-align: right;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: middle;
}

div#SearchBar form {
   margin-top: 4px;
}

* html div#SearchBar form {
	padding: 0;
	margin: 0px;
	margin-top: 8px;
}

#SearchButton { 
    vertical-align: middle; 
} 

* html #SearchButton {
   margin-top: -6px;
}

#navLeft {
	float:left;
	width:161;
	text-align: right;
	margin: 0px;
	padding: 15px;
	background-color: #858585;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#navLeft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navLeft a:link, #navLeft a:visited {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 145px;
	background-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}
#navLeft a:hover {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 145px;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-decoration: none;
	color: #666666;
}
#ContentArea {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
#ContentArea #Up2Date {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #993300;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
.oddRows {
	color: #000000;
	background-color: #CCCCCC;
}
.evenRows {
	color: #000000;
	background-color: #E8E8E8;
}
.tinyText {
	font-size: 9px;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.SiteSponsors {
	text-align: center;
}
.PageDate {
	font-size: 10px;
	text-align: center;
}
.ContactScott {
	text-align: center;
}
.Impeccable {
	text-align: center;
}
.looksLikeCode {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
.currentOutofPage {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding: 2px;
	border: 1px solid #000000;
}
.CompanyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.CompanySummary {
	color: #333333;
}
.CompanyLocation {
	color: #999999;
}
