* {
	font-family: "Trebuchet MS", helvetica;
}

body {
	background-color: #F7FEA4;
	text-align: center;
}
input {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}
button {
	color: #000000;
	font-size: 8pt;
	cursor: pointer;
	cursor: hand;
}
span {
	cursor: help;
}
a {
	color: #0073BC;
	text-decoration: none;
	font-weight: bold;
}

a.info { position: relative; z-index: 24; cursor: help; }
a.info:hover { z-index:25; border-bottom: 1px dashed #01385A; }
a.info span { display: none; color: #01385A; border: 1px solid #01385A; font-weight: normal; 	padding: 3px; background-color: white; }
a.info:hover span{ display:block; position:absolute; top:2em; left:2em; width:18em; }

table {
	width: 580px;
}

#main {
	width: 754px;
	margin: 0px auto;
	background-color: #0073BC;
	text-align: left;
}
#left {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 5px;
	background-color: #0073BC;
}
#content {
	background: #FDFFE0 url(./img/welcome.jpg) no-repeat center center;
	padding: 0px;
	margin-left: 150px;
	margin-right: 0px;
	font-size: 10pt;
	color: #01385A;
	padding: 8px;
}
div#content { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"500px");
}
#content td {
	font-size: 10pt;
	color: #01385A;
}
#bottom {
	background: #F7FEA4 url("./img/bottom.jpg") no-repeat top left;
	clear: left;
	text-align: right;
	padding: 3px;
	padding-right: 13px;
}
#copy {
	background-color: #F7FEA4;
	font-size: 10px;
	text-align: center;
}
#links {
	color: #F7FEA4;
}
#links a {
	color: #F7FEA4;
}
div.menu
 {
  border-left: 3px solid #01385A;
  border-top: 1px solid #01385A;
  border-bottom: 1px solid #01385A;
  background: #2085C4 url("./img/middle.jpg") repeat scroll -80px 0px;
  padding: 4px;
  margin-bottom: 5px;
 }
div.menu:hover
 {
  background: #3992CB url("./img/middle.jpg") repeat scroll -150px 0px;
 }
div.menu2
 {
  border-left: 3px solid #EDF773;
  border-top: 1px solid #EDF773;
  border-bottom: 1px solid #EDF773;
  background: #2085C4 url("./img/middle.jpg") repeat scroll 0px 0px;
  padding: 4px;
  margin-bottom: 5px;
 }
.menu a, .menu2 a
 {
  font-size: 11pt;
  color: #F7FEA4;
  text-decoration: none;
 }
.menu a:hover, .menu2 a:hover
 {
  color: #FDFFE0;
  text-decoration: underline;
 }
 
.brd {
  border: 1px solid #01385A;
}
