body{
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  font-family: "century gothic", Geneva, Verdana, sans-serif;
}

h1{
  font-size: 140%;
	margin-top: 0;
	padding-top: 10px;
}

h2, h3, h4{
  font-size: 110%;
}

p, li, td{
  font-size: 80%;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

img {
  border: 0;
}

#masthead{
  width: 760px;
  background: url(../images/masthead_3.gif);
  background-repeat: no-repeat;
  height: 115px;
}

#top_menu{
  width: 760px;
  background: url(../images/top_menu_3.gif);
  background-repeat: no-repeat;
  height: 130px;
	padding-left: 10px;
}

#side_menu{
  float: left;
	clear: left;
	margin-right: 20px;
  margin-bottom: -2px;
	position: relative;
  min-height: 400px;
}

#side_menu_links{
  width: 97px;
}

#side_menu_top{
  width: 97px;
  background: url(../images/side_menu_top_3.gif);
  background-repeat: no-repeat;
  height: 10px;
}

#side_menu_bottom{
  width: 97px;
  background: url(../images/side_menu_bottom_3.gif);
  background-repeat: no-repeat;
  height: 10px;
	clear: left;
}

/* top menu links styles  */
#top_menu a:link, #top_menu a:visited, #top_menu a:active, #top_menu a:hover{
  color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-weight: normal;
}

#top_menu a:link img, #top_menu a:visited img, #top_menu a:active img, #top_menu a:hover img{
  border: 0;
	padding: 1px;
}

ul {
  list-style-type: disc;
  display: block;
  padding: 0;
  margin: 0;
}

li {
  list-style-type: disc;
	list-style-position: inside;	
}

.dropmenudiv{
  z-index:100;
  text-align: left;
  visibility: hidden;
  position: absolute;
  margin-top: 0;
	border: none;
}

#top_menu .dropmenudiv a:link, #top_menu .dropmenudiv a:visited{
  z-index:100;
  display: block;
  text-decoration: none;
  color: #FFF;
	font-size: 80%;
	display: block;
	float: left;
	clear: left;
	padding: 5px;
	margin: 0;
	width: 130px;
	border: none;
	text-align: left;
  background-color: #EE9C00;
}

.dropmenudiv a:visited{
  background-color: #EE9C00;
}

#top_menu .dropmenudiv a:active, #top_menu .dropmenudiv a:hover{
  background-color: #00AABD;
	width: 130px;
	color: #FFF;
	text-align: left;
}

#side_menu_links a{
  color: #FFF;
	text-decoration: none;
	font-size: 80%;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
  background-color: #00AABD; 
	width: 97px;
}

#content{
/*  border-right: 3px solid #00AABD;
  border-bottom: 2px solid #00AABD;*/
	padding-right: 10px;
	clear: none;
}

.clearer{
  height: 0;
	clear: both;
  overflow: hidden;
}

.footer{
  height: 8px;
	border-bottom: 2px solid #00AABD;
}

.tereo{
  font-size: smaller;
	font-style: italic;
}

#fadeout {
  z-index: 2;
  position: absolute;
  top: 250px;
  padding: 10px;
  background: #FFF;
  clear: both;
}
