A:link {
  color: #608020;
}

P {
  line-height:140%;
  text-align:justify;
  text-justify:auto;
}

BODY {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

BODY, TD, TH {
  font-family: Arial, Helvetica, Sanserif;
}

H2 {
  font-size: 22px;
  margin-bottom:8px;
  margin-top:35px;
}

TABLE.main {
  width: 700px;
  min-height: 800px;
}

TD.top_column {
  background-color: #066;
  font-size: 20px;
  height: 60px;
  text-align: center;
  color: white;
}

TD.top_column A:link, TD.top_column A:visited {
  background-color: #066;
  font-size: 20px;
  height: 60px;
  text-align: center;
  color: white;
  text-decoration: none;
}

TD.top_column A:hover {
	text-decoration: underline;
}

TD.left_column {
  background-color: #ccc;
  font-size: 13px;
  width: 160px;
  padding-right:0px;
  padding-top:80px;
}

TD.left_column a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

TD.left_column a:hover {
  color: white;
  text-decoration: underline;
}

TD.left_column ul {
  margin-left:0px;
  padding-left:0px;
  padding-right:5px;
}

TD.left_column ul li {
  margin-left: 0px;
  padding-left:10px;
  margin-bottom:10px;
  list-style-type: none;
}

TD.left_column ul li ul {
  margin-left:0px;
  margin-top:2px;
}

TD.left_column ul li ul li {
  margin-left:0px;
  margin-top:6px;
  margin-bottom:3px;
  list-style-type: none;
  line-height: 95%;
  font-family: Arial Narrow, Helvetica, Sanserif;
}

TD.right_column {
  width: 540px;
  padding-left: 10px;
}

A.black:link,A.black:visited {
	color: #066;
	text-decoration:none;
}

A.black:hover {
	color: #066;
	text-decoration:underline;
}

h2 {
	text-decoration:underline;
	margin-bottom: 24px;
}
/* form */

DL.form DT {
      font-weight: bold;
      background: #CCCC99;
      padding: 2px;
      padding-left: 6px;
    }
DL.form DD {
      background: #EEEECC;
      border-bottom: 4px solid white;
      padding: 6px;
      padding-left: 10px;
      margin-left: 20px;
    }
DL.form DD DL DT {
      background: #EEEECC;
      padding-top: 4px;
      padding-bottom: 0px;
	}
dl.form dd dl dd {
      border: 0px;
      padding: 1px;
	}
input[type=text], input[type=password] {
		width: 250px;
	}
textarea {
		width: 450px;
	}
form {
		margin-top: 0px;
		margin-bottom: 10px;
    }

div.box {
	border:solid 2px;
	padding:10px;
	background:#EEEEEE;
}

div.example {
	color: #888;
	font-size:smaller;
	font-style:italic;
}

form.button-to {
  display:inline;
}
form.button-to div {
  display:inline;
}
