body {
	margin:20px;
	padding:0;
	height:100%;
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	letter-spacing: normal;
}

a:hover{
	color:#c96d67;
	text-decoration:none;
}

h1, h2, h3, h4{
	color:#751016;
}

ol{ list-style: decimal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	line-height:1.5em;
}

 ol li{
	padding:3px;
}

dl{
	margin:15px;
	line-height:1.5em;
}

dt{
	font-weight:bold;
	margin:20px 0 6px 0;
}

dd{
	padding:0 0 0 6px;
}

h1{
	font-size: 1.33em;
}

h2{
	font-size:1em;
}

p{
	line-height: 1.5em;
}

ul {
margin:0 0 0 20px;
list-style-type:disc;
}

li {
	margin:4px 0 5px 10px;
}


blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

#container {
	width:685px;
	text-align:left;
	vertical-align: top;
	margin: 0 auto;
}



#header {
	height:200px;
	background-color:#fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}

#header h1 {
margin:0;
padding:20px 0 0 20px;
font-size:1.8em;
letter-spacing:.1em;
color:#ffffff;
font-weight:lighter;
}

#header h2 {
margin:0;
padding:0 0 0 20px;
font-weight:lighter;
letter-spacing:.1em;
color:#eeeeee;
}

#logo{
	width: 170px;
	height:200px;
	background:#fff;
	float:left;
}

#splash{
	background: #fff;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 196px;
	width: 489px;
}
#splash #searchForm{
	text-align: right;
	white-space: nowrap;
	height: 27px;
	position: static;
	clear: right;
	float: right;
}

#splash #searchForm label{
	color:#b22e26;
	font-weight:bold;
}

#splash #searchForm #submitBtn{
	background:#b22e26;
	color:#fff;
	border:1px solid #fff;
}

#splash #searchForm #srchField{
	border:1px solid #b22e26;
	font-size:.95em;
}

#splash #splashImage{
	height:172px;
	background-image: url(img/OTL_Splash_Home.jpg);
	background-repeat: no-repeat;
	position: static;
	width: 489px;
	background-position: bottom;
	float: right;
}

#leftColumn {
	float:left;
	margin:0;
	padding:0 0 0 0;
	width:170px;
	background:#ffffff;
	color: f0e693;
	font-weight: normal;
}


#leftColumn h2 {
margin:0;
padding:10px 0 0 10px;
font-size:1em;
}

#leftColumn ul {
margin:0 0 0 0;
list-style:none;
}

#leftColumn li {
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	color: f0e693;
}

#leftColumn li a {
	display:block;
	padding:5px;
	text-decoration:none;
	color: f0e693;
}

#leftColumn li a:hover{
	text-decoration:none;
	/*background:#c96d67;*/
	color:#fff;
	font-weight: bold;
}

#leftColumn li.activePage {
	background:#751016;
	color:#cccccc
}

#leftColumn li.activePage a{
	background:#751016;
	color:#ffffff;
	font-weight: bold;
}

#leftColumn ul li ul{
	background:#66afbc;
	margin:0;
	padding:0;
}

#leftColumn ul li ul li{
	color: #fff;
	margin: 0;
	padding:0;
	border: 0;
}

#leftColumn ul li ul li a{
	display:block;
	padding:6px 0 6px 15px;
	border-top:1px solid #fff;
	font-weight: normal;
	color: f0e693;
	background: #66afbc;
}

#leftColumn ul li ul li a:hover{
	color:#fff;
	background:#000;
	border-top:1px solid #f0e794;
}
	


#leftColumn #secondaryInfo{
margin:20px 0 0 0;
padding:5px;
}

#leftColumn #secondaryInfo h4{
	margin:20px 0 10px 0;
	color:#b22e26;
}

#centerColumn {
	margin:0 0 0 196px;
	padding:0;
	background-color:#ffffff;
	min-height: 500px;
}

#centerColumn p{
	padding:10px;
}

#centerColumn a:hover{
	color:#b22e26 !important;
}

#centerColumn ul{
	line-height:1.5em;
}

#centerColumn li{
	padding:2px;
}

#centerColumn h2 {
margin:0;
padding:10px 0 5px 0;
letter-spacing:.1em;
}



#footer {
	position:relative;
	padding:0;
	font-size:0.88em;
	background-color:#ffffff;
	white-space: nowrap;
	vertical-align: middle;
}

.footNote{
	margin:20px 0 0 0;
	font-size: .88em;
}

.learnMoreBrdr{
	padding:10px 0;
	border-top:1px solid #ccc;
}

.learnMoreBrdr a{
	padding: 10px 0;
}


/*home page specific*/
#home #centerColumn div{
	float:left;
	width:153px;
	min-height:200px;
}

#home #centerColumn div p{
	margin:20px 0;
	padding:0;
}

#home #centerColumn div h3{
	padding:4px;
	text-align: center;
	background:#751016;
	color:#fff;
	border-bottom:3px solid #fff;
}

#homeColumn1{
	margin:0 5px 0 0;
}

#homeColumn2{
	margin:0 5px 0 10px;
}

#homeColumn3{
	margin:0 0 0 10px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.textTitle { font-family: Verdana; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold}
.textHeader { font-family: Verdana; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #CC0033; text-transform: uppercase}
.textSubTitle {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #339999
}
.textSubHeader { font-family: Verdana; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #333399}
.learnMore  {
	font-style: normal;
	line-height: normal;
	color: b22e26
}
#splash a {
	margin:0 0 0 196px;
	color: b22e26;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
}
#splash a:hover {
	margin:0 0 0 196px;
	color: c96d67;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
}
#leftColumn li.inactivePage a {
	background:#a97965;
	color:#ffffff;
	font-weight: bold;
}
#leftColumn li.subPage a {
	background:#657e82;
	color:#ffffff;
	font-weight: normal;
}
#leftColumn  li.inactivePage  a:hover {
	background:#751016;
	color:#ffffff;
	font-weight: bold;
}
a {
	color:#b22e26;
	text-decoration:none;
}
#footer   #left {
	text-align:left;
	background-color:#ffffff;
	float: left;
}
#footer   #right {
	text-align:right;
	background-color:#ffffff;
	float: right;
	white-space: nowrap;
}
#leftColumn li.offsitePage a {
	background:#751016;
	color:#ffffff;
	font-weight: bold;
	border: thin solid #000000;
	font-size: 14px;
}
#leftColumn li.subPageActive a {
	background:#f0e794;
	color:#b22e26;
	font-weight: bolder;	

}
#centerColumn a {
	color:#b22e26 /*!important*/;
	text-decoration: underline;

}
.smallContentBox {
	color:#000000;
	font-weight: normal;
	font-size: 10px;
	background-color: #efe794;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
}
#splash #splashImageIndustry {
	height:172px;
	background-image: url(img/OTL_Splash_Industry.jpg);
	background-repeat: no-repeat;
	position: static;
	width: 489px;
	background-position: bottom;
	float: right;
}
#splash #splashImageInventors {
	height:172px;
	background-image: url(img/OTL_Splash_Inventors.jpg);
	background-repeat: no-repeat;
	position: static;
	width: 489px;
	background-position: bottom;
	float: right;
}
a:visited {
	color:#B22E26;
	text-decoration:none;
}
#centerColumn  a:visited {
	color:#B22E26 !important;
}


