* {
    padding: 0;
    margin: 0;
} 

body {
    background: #698480;
	font: .74em  Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#wrap {
	margin: 20px auto;
	width: 800px;
	background: #698480 url('images/midbg.jpg');
	background-repeat: repeat-y;
}

#top { 
	background: #698480 url('images/topbg.jpg');
	height: 30px;
}

#content {
	padding: 0 40px 0 40px;
}

#bottom {
	background: #698480 url('images/botbg.jpg');
	height: 30px;
}


.header {
	height: 150px;
	background: #fff;
}


/*MENU*/

.menu{
	width: 700px;
	font-weight: bold;
	font-size:12px;
	margin: 0px;
	padding: 1% 1%;
}

.menu:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menu ul{
	border: 0;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}

.menu ul li{
	display: inline;
}

.menu ul li a{
	color: #003300;
	padding: 2px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #003300;
}

.menu ul li a:hover{
	color:#CC0000;
	text-decoration:none;
}


.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; 
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFF;
	width: 120px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; 
	padding: 3px 5px;
	text-decoration: none;
	color: #003300;
	font-size: 11px;
}

* html .dropmenudiv a{ 
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #F0F0F0;
	color:#CC0000;
	text-decoration:none;
}


.dropmenudiv2{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; 
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFF;
	width: 150px;
	visibility: hidden;
}


.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; 
	padding: 3px 5px;
	text-decoration: none;
	color: #003300;
	font-size:11px;
}

* html .dropmenudiv2 a{ 
	width: 100%;
}

.dropmenudiv2 a:hover{
	background-color: #F0F0F0;
	color:#CC0000;
	text-decoration:none;
}

/*MENU*/


	
.texto {
	width: 700px;
	margin: 0px;
	padding: 1% 1%;
	text-align: justify;
	color: #333;
	border-top:1px outset #006600;
}



.texto h2 { 	
	font-size: 15px; 
	margin-top: 15px;
	color:#003300;
	
	
}

.texto h3 { 	
	font-size: 12px; 
	color:#333333;
	font-weight:bold;
	font-style:italic;
	float:right;
	margin-top:50px;
	
}

.texto h3 a { 	
	font-size: 10px; 
	color:#333333;
}

.texto h3 a:hover { 	
	font-size: 10px; 
	color:#333333;
	text-decoration:none;
}

ol {
	margin-left: 30px;
}

li {
	margin-bottom: 7px;
}


.img { 
	margin-left:158px;
	margin-bottom:20px;
	margin-top:15px;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #999;
	background-color: #698480;
	font-size: 10px;

}

#footer a {
	color: #CCC;
	font-size:10px;
}


