/* CSS Document */
body {
  font-family: arial, sans-serif;
  font-size: 76%;
  padding: 0px;
  margin: 0px;
  background: #999 url(../images/tile.gif) repeat-x top right;
}
img, table {
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}
p, li, table, td, th, div, input, select {
  font-size: 1em;
}
form {
  margin: 0px;
  padding: 0px;
  display: inline;
}
td, th {
  vertical-align: top;
  text-align: left;
}
h2, h4 {
  font-family: garamond, georgia, times new roman, sans-serif;
  color: #900;
  font-weight: normal;  
  font-size: 2em;
}
h3 {
  font-family: garamond, georgia, times new roman, sans-serif;
  color: #900;
  font-weight: normal;  
  font-size: 1,95em;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.upbox {
  background: white;
  width: 750px;                   /* 750 - 2 * padding */
  min-height: 500px;
  margin: 50px auto 0px auto;
}

.contentbox {
  background: white;
  width: 750px;                   /* 750 - 2 * padding */
  min-height: 500px;
  border-top: 1px #900 solid;
  border-right: 1px #900 solid;
  border-left: 1px #900 solid;

}

.contentbox2 {
  background: white;
  width: 750px;                   /* 750 - 2 * padding */
  padding: 12px;
}
.contentbox3 {
  background: white;
  width: 726px;                   /* 750 - 2 * padding */
  padding: 12px;
}
.contentboxbottom {
  width: 726px;                   /* 750 + border */
  height: 10px;
  background: #efab11;
  
}
.flashholder {
background: white;
  width: 750px;                   /* 750 - 2 * padding */
  /* padding: 12px;*/
  /* margin: -12px -12px 0px -12px;*/ /* Cancel out padding */
}
.nav {
  /*width: 200px; /* 190px - 2*border */
  font-size: 1.5em;
  font-family: garamond, georgia, times new roman, sans-serif;
  background: #f7e9cd;
  border-right: 5px #f2c977 solid;
  border-left: 5px #f2c977 solid;
  border-top: 2px #f2c977 solid;  
  float: left;
}
.iefix #nav {
  width: 200px;
}
.nav ul li {
  	border-bottom: 2px #f2c977 solid;
	line-height: 100%;
}
.nav ol li {
  border-bottom: 2px #f2c977 solid;
	line-height: 100%;
}
.nav ul li li  {
  border-bottom: none;
  line-height: 50%;
}

.nav ol li li  {
  border-bottom: none;
  line-height: 50%;
}
.nav ul ul  {
  font-size: 0.7em; /*changed from ul ol to ul ul */
  font-family: arial, sans-serif;
}
.nav ul ul li {
  /*padding: 3px;*/
  line-height:100%;
}

.nav ul ul ul {
  font-size: 0.90em;
}
.nav a {
  display: block;
  color: #963;
}
.nav .selected {
  background: #efab11;
  color: white;
}
.nav ul {
  margin: 0px;
  padding: 0px;
}
.nav ol {
  margin: 0px;
  padding: 0px;
}
.nav li {
  list-style: none;
}

.nav li.open ul {
  display: block;
}
.nav li.open ol {
  display: block;
}
.nav ul a {
  padding: 5px;
}
.nav ol a {
  padding: 5px;
}
.nav ul ul a {
  padding: 2px 3px 2px 5px;
}
.nav ol ol a {
  padding: 2px 3px 2px 5px;
}
.nav ul ul ul a {
  padding-left: 15px;
}
.nav ol ol ol a {
  padding-left: 15px;
}
.nav a:hover {
  background: #efab11;
  color: white;
}
.footer {
  margin-top: 2em;
  margin-left: 225px; /* 200 + 25 */
  color: #999;
  border-top: 1px #999 solid;
  clear: both;
  font-size: 0.8em;
}
.footer p {
  margin-top: 0.5em;
  margin-bottom: 0em;
}
.formTable td {
  margin: 0px;
  padding: 0px 20px 10px 0px;
}

.contactt{
  	width: 250px;
  	padding-left: 0.2em;
  	line-height: 1.5em;
}
contactt:link  {
	color: #990000;
	text-decoration: none;
}
contactt:hover {
	color: #990000;
	text-decoration: underline;
}
contactt:visited {
	color:#999999;
	text-decoration: underline;
}
.lisan{
color:#000000;
text-decoration:none;
}




