/* Style Sheet - for default layout */

/* General */

td {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 9pt;
  border: none;
  padding: .5em;
  vertical-align: top;
}

h1 {
 font-size: 14pt;
 margin: 0;
}

input {
  font-size: 9pt;
}

td.head {
  font-weight: bold;
}

td.welcome {
  font-weight: normal;
}

hr {
  border: 0;
  height: .1em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;  
}

td.links {
  border: none;	 
  width: 200px;
  height: 96px;
  padding: 0;
  text-align: center;
}

td.leader {
  border: none;	 
  width: 734px;
  height: 90px;
  padding: 0;
  text-align: center;
}

div.links {
  position: absolute;
  left: 17px;
}

div.leader {
  position: absolute;
  left: 220px;
}

table.main {
  width: 100%;
}

form {
  margin: 0;
}

td.heading {
  border: none;
  padding-bottom: 20px;
}

td.footer {
  border: none;
  font-size: 7pt;
  font-weight: normal;
  text-align: center;
  padding-top: 20px;
}

/* main page */

td.main {
  padding: 10px;
  width: 59%;
}

td.left {
  width: 18%;
  border: none;
  padding: 5px;
}

td.topmenu {
  border: none;
  padding: 0px;
}

td.topaction {
  border: none;
  padding: 1px;
}

a.boxes {
  display: block;
  width: 100%;
  border: 1px solid #f0f;
}

a.action {
  display: block;
  text-indent: 10px;
  padding: .3em;
  margin: .1em;
  width: 95%;
}

a.action:hover {
  text-decoration: none;
}

span.separator {
  display: block;
  padding: .4em;
  margin: .1em;
}

#menu ul {
	margin: 0;
	padding: 53px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* Search */

#signonoff {
	text-align: right;
	font-weight: bold;
}

#search {
  position: absolute;
  right: 170px;
  top:  60px;
}

#textfield1 {
        height: 18px;
	width: 175px;
}

#submit {
	height: 18px;
	border: solid 1px;
}

#content td {
      border: solid 1px;
}

