@charset "utf-8";
body  {
	background: #666666;
	margin: 0;
	text-align: left;
	color: #666666;
	padding: 0px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 80%;
}
a:link {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #0033FF;
	text-decoration: underline;
}
a:active {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #0033FF;
	text-decoration: none;
}

h1 {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	
}
h2 {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1em;
display: inline;
} 
h3 {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1em;
display: inline;
} 
h4 {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1em;
display: inline;
} 
h5 {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1em;
display: inline;
} 
h6 {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1em;
display: inline;
} 
h7 {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1em;
display: inline;
} 
h8 {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1em;
display: inline;
} 
h9 {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1em;
display: inline;
} 
h10 {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1em;
display: inline;
} 

#searchbox {
	margin: 0px;
	padding: 0px;
	height: auto;
	position: absolute;
	left: 188px;
	top: 56px;
	right: auto;
	text-align: center;
}

.thrColFixHdr #container {
	height: auto;
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-position: center top;
	padding: 0px;
} 
.thrColFixHdr #header {
	padding: 3px;
	height: auto;
	text-align: left;
	width: 100%;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: auto;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	vertical-align: text-bottom;
	text-indent: 4px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: auto;
	margin: 0px;
	text-align: left;
}
.thrColFixHdr #sidebar2 {
	width: 336px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	float: right;
}
#right-skyscraper {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 600px;
	width: 120px;
}

.thrColFixHdr #mainContent {
	text-align: left;
	height: auto;
	width: 800px;
	float: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#article-index {
	padding: 0px 0px 0px 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	text-align: left;
	margin-left: 0px;
}
#article-list {
	text-align: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	float: right;
}


.thrColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00CCFF;
	text-align: center;
	height: 75px;
	margin: 0px;
} 
.thrColFixHdr #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 */
}
.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;
}
#right-div {
	width: 120px;
	padding: 0px;
	float: right;
	margin: 0px;
}
#right-rectangle {
	height: 280px;
	width: 336px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
}
#thanks {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 300px;
}

.textboxstyle {
	font-size: 12px;
	font-weight: normal;
	color: #0099FF;
	background-color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	border: thin solid #000000;
}
#iframe {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 900px;
	width: 80%;
}
#articles {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	float: left;
	height: 375px;
	width: 300px;
}
#manuals {
	padding: 0px;
	height: 400px;
	width: 780px;
	float: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#manuals-1 {
	padding: 0px;
	height: 380px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
} 
#headerText {
	padding: 0px;
	height: auto;
	width: 930px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
