body {
  margin-left: auto;
  margin-right: auto;
  font-family: Bitstream Vera Sans, Verdana, sans-serif;
  font-size: 8pt;
  background-image: url(images/main_bg.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  margin-top: 0px;
  width: 787px;
}

.topnav {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-color: #01285c;
	color: #ffffff;
	font-size: 12px;
	font-weight: none;
	height: 18px;
	border-bottom: 1px solid #ffffff;
}

.topnav a {
	background-image: url(images/diamond_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration:none;
	color: #ffffff;
}

.topnav a:hover {
	color: red;
	text-decoration: none;
}
	

.topnav a:link {
	color: #ffffff;
}

.topnav a:visited {
	color: #ffffff;
}

.topnav a:hover {
	color: #ff0000;
}


#main_container {
  background: white;
  border: 1px solid black;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  width: 758px;
  position: relative;
}

#lni_header {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  left: 0px;
  top: 0px;
  height: 166px;
}

#navbar_left {
  background-image: url(images/logo_full.jpg);
  height: 150px;
  width: 258px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  top: 0px;
  left: 0px;
}


#navbar_right {
  background-image: url(images/downloads-banner.jpg);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  left: 258px;
  top: -150px;
  height: 150px;
  width: 500px;
  position: relative;
}


#lni_menu_bar {
  left: 0px;
  top: -150px;
  position: relative;
	width: 160px;
	border: 1px solid black;
	border-bottom-width: 0;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration:none;
	text-align: left;
	/*line-height: 18px;*/
	z-index: 100;
	background-color: #4c6b9c;
	color: #FFFFFF;
}

#lni_menu_bar_left {
	background-image: url(images/page_title_bg3.gif);
}

.pagetitle {
	position: relative;
	left: 0px;
	top: -150px;
	width: 290px;
	height: 35px;
	background-image: url(images/page_title_bg3.gif);
	background-repeat:  no-repeat;
	font-size: 15px;
	color: white;
	margin: 0 0 0 0;
}

.pagetitle h2 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-indent: 60px;
	margin-left: 6px;
	vertical-align: middle;
	margin: 0 auto;
	padding-top: 5px;
}

.backlinks {
	/*float: right; */
	position: relative;
	left: 258px;
	top: -185px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 35px;
	width: 500px;
	border-collapse: collapse;
}

.backlinks td {
/*	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	height: 33px;
	width: 125px;
	padding: -10px 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid red;*/
	width: 120px;
	height: 35px;
	padding: 0;
}

.backlinks td a {
	background-image: url(images/nav_bg_off3.jpg);
	background-repeat: no-repeat;
	/*border-left: 1px solid #ffffff;*/
	width: 125px; 
	height: 30px;/*padding from .nav a*/
}


.backlinks a {
/*
	color: #fff;
	padding-top: 5px;
	background-image: url(images/nav_bg_off3.jpg);
	background-repeat: no-repeat;
	width: 125px;
	height: 35px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin: 0 0 0 0;
	display: block;*/
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	width: 125px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	display:block;
	margin: 0 0 0 0;
}

.backlinks td a:hover {
	text-decoration: none;
	background-image: url(images/nav_bg_on3.jpg);
	color: white;
}

.fade {
	position: relative;
	top: 19px;
	background-image: url(images/fade.gif);
	height: 3px;
	width: 758px;
	background-repeat: repeat-x;
}

.dropshadow {
	/* Style for shadow */
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	z-index: 50;
	font-style: none;
	position: absolute;
	display:block;
	color: #000000;
	padding-top: 2px;
	padding-left: 14px;	
}


#lni_menu_bar a {
  color: #fff;
}

#lni_menu_bar a:hover {
  color: white;
  text-decoration: none;
}

#downloads_site {
  padding: 20px;
}

#lni_footer {
	height: 35px;
	background-color: #01285c;
	color: #ffffff;
}

#lni_footer p.bottomnav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.copyright {
	font-size: 10px;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 8px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: right;
	float: right;
	vertical-align: middle;
}

#lni_footer a {
	font-size: 10px;
	color: #fff;
	padding-left: 13px;
	padding-top: 8px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration:none;
	float: left;
}

#lni_footer a:hover {
  color: #f00;
}

a {
  color: #03b;
  text-decoration: none;
}

a:hover {
  color: #346;
  text-decoration: underline;
}

table tr.tableheader td {
  border-bottom: 2px solid black;
}

table tr.tabledata:hover {
  background: #aaa;
}

table.basic {
  border: 1px solid black;
}
table.basic tr td {
  border: 1px solid black;
  margin: 10px;
} 

form {
  font-family: Bitstream Vera Sans Mono, monospace;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
}
input {
  border: 1px solid #03b;
  padding: 6px;
}

form table tr td.formtag {
  font-weight: bold;
  text-align: right;
}

form table tr td.formerror {
  font-weight: bold;
  color: red;
}

form table tr td.formerror ul {
  list-style-type: none;
}

#notice {
  padding: 30px;
  font-size: 1.5em;
  border: 2px groove black;
  margin-left: 10px;
  margin-right: 10px;
}

ul#navlist {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}


#navlist li {
  display: inline;
  list-style-type: none;
}

#navlist a {
  padding: 3px 10px;
}

#navlist a:link, #navlist a:visited {
  color: #fff;
  background-color: #01285c;
  text-decoration: none;
}

#navlist a:hover {
  color: #fff;
  background-color: #436499;
  text-decoration: none;
}

#footer {
  border-top: 1px solid black;
  text-align: center;
  font-family: Bitstream Vera Sans Mono, monospace;
}

.delete {
  color: red;
  font-weight: bold;
}

.delete:hover {
  color: red;
  background: white;
}
