@charset "UTF-8";
body  {
	background: #fff;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 340px;
	padding: 5px;
	background-color: #FFFFFF;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00DBFF;
}
.thrColFix #container {
	width: 1024px;
	text-align: left;
	background-image: url(images/background.gif);
	height: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	position: relative;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 431px;
	height: 346px;
	clear: both;
}
.thrColFix #navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 346px;
	height: 310px;
	top: 365px;
	position: absolute;
	left: 0px;
}
.thrColFix #frames {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #heading {
	position: absolute;
	top: 317px;
	left: 415px;
}
.thrColFix #mainContent {
	height: 350px;
	width: 365px;
	position: absolute;
	left: 415px;
	top: 350px;
	overflow: auto;
}
a:link, a:visited {
	color: #00DBFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #D1D3D4;
	text-decoration: none;
}
.thrColFix #downloadhead {
	position: absolute;
	top: 228px;
	left: 571px;
}
.thrColFix #container #downloads #form #jumpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.thrColFix #downloads {
	height: 372px;
	width: 550px;
	position: absolute;
	left: 376px;
	top: 294px;
	overflow: auto;
	background-color: transparent;
}
.thrColFix     #downloads     p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: auto;
	font-weight: bold;
	background-color: transparent;
}
.thrColFix #footer {
	position:absolute;
	left:415px;
	top:717px;
	width:366px;
	z-index:1;
	padding: 5px;
	font-size: 7px;
	clear: both;
}
.thrColFix  #footer  p  {
	background-color: transparent;
}
.thrColFix  #footer  a:link  {
	color: #666666;
	text-decoration: none;
}
.thrColFix  #footer  a:active  {
	color: #00DBFF;
	text-decoration: none;
}
.thrColFix #footer a:visited {
	color: #666666;
	text-decoration: none;
}
.thrColFix #footer a:hover {
	color: #00DBFF;
	text-decoration: none;
}
.titles {
	font-weight: bold;
	color: #00DBFF;
}
