a, a:visited { 
	/*color: #0099CC;*/ 
	text-decoration: none;
    color: #ffff00;
}
a:hover { 
	color: #000000;
    background-color:#FF6600
}

.admin, .admin:visited {
	color: #bb88dd;
}
.admin:hover {
	color: #ffffff;
	background-color: #bb88dd;
}

ul {
	font-size: 16px;
	color: #ffffff;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 20px;
}
li {
	margin-top: 3px;
}

h3 {
	font-size: 18pt;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: thin solid #fff;
}

body {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	/*background: #006633;*/
	background: #006633;
	letter-spacing: 1px;  
    font-size:12pt;
    font-family: Arial, Helvetica, sans-serif; 
/*font-family: Palatino, serif; */
    
    color: #ffffff;
}

#header {
    height: 80px;
/*    padding-top: 28px; */
    padding-bottom: 10px;
    background-color: #005533; 
    font-size: 30px; 
    text-align: center; 
    color: #fff; 
    font-weight: bold;
}

#container {
	width: 900px;
	border: thin solid #000;
	background-color: #006633;
	margin: 0 auto; 
	height: 100%;
}

#content {
	margin-left: 15px;
	width: 620px;
	float: left;
}

/*************** NAVIGATION ***************/

#navigation {
    width: 180px;
    float: left;
}

#navigation a, #navigation a:visited { 
    text-decoration: none;
    color: #ffffff;
}
#navigation a:hover { 
    color: #000000;
    background-color:#006633
}
#menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
#menu span {
  display: none;
  position: relative;
  top: -18px;
}
#menu a {
  display: block;
  text-indent: -900%;
  
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
.frontfoot {
    margin-left: 30px;
}


/*************** FOOTER ***************/

#footer {
	font-size:11px;
    clear: both;  
    height: 30px; 
    text-align: center;
    background-color: #005633; 
    line-height: 30px;
    color: #696;
}

/*************** BREADCRUMBS ****************/

.breadcrumbs {
	font-size:14px;
}

/*************** GMAPS ****************/

#map_canvas {
	width: 640px;
	height: 550px; 
	border: 2px solid black;
	margin: 20px;
}

/*************** OUTROS ***************/

dd .RichTextEditable {
  background-color: #FFFFFF;
  color: #000000;
}

dd textarea {
	font-size: 10pt;
	font-family: Courier New, monospace;	
}

div #map_canvas {
  color: #000000;
}


