/* Container to centre Page */
#container
{
width: 700px;;
margin:  auto;
padding: 5px;
background-color: #FFFFFF;
color: #353535;
}

/* Banner Area */
#top
{
background-color: #FFFFFF;
border-bottom: 1px solid navy;
background-image: url(http://www.maps.data-spain.com/images/ds-bcg.gif);
margin-left: 8px;
margin-top: 8px;
 background-repeat: no-repeat;
 height: 115px;
}
#top p
{
margin-left: 310px;
margin-top:88px;
font-size: 12px;

}


/* Text Area below banner */
#top2
{
padding: 4px;
background-color: white;
}

#top2 h1
{
color: #434343;
font-weight: normal;
margin: 0;
font-size: 1.5em;
padding: 6px;
}



/* Container for left nav */
#navcontainer
{
width: 96%;
margin-left: 28px;
}

/* Container for Content Area */
#content
{
margin-left: 0px;
margin-top: 15px;
padding: 6px;
}

/* Container for Footer */
#footer
{
clear: both;
font-size: 0.9em;
margin: 0;
padding: 4px 0 4px 0;
color: gray;
background-color: white;
border-top: 1px solid gray;
text-align: center;
letter-spacing: 1px;

}

#footer a:link {
	text-decoration: none;
    color: blue;
    background: transparent;

}

#footer a:visited {
	text-decoration: none;
	    color: blue;
    background: transparent;
}

#footer a:hover {
	text-decoration: underline;
    color: blue;
    background: transparent;

}

#footer a:active {
	text-decoration: underline;
    color: blue;
    background: transparent;
}



#copy
{
clear: both;
padding: 10px;
color: #C8C8C8;
font-size: 0.8em;
background-color: transparent;
text-align: center;
}

#copy a:link {
	text-decoration: underline;
    color: #C8C8C8;
    background: transparent;

}




#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/* Navigation  */
#navlist
{
margin: 1px;
background-color: white;
font-size: 1em;
display: block;
}

#navlist li
{
list-style: none;
width: 75%;
padding: 10px;
}

#navlist a { text-decoration: none; 
color: blue;
padding: 4px;
display: inline;
width: 600px;;
}

#navlist li a:hover { 
background-color: #EAEAEA;
color: blue;
}

	
fieldset {
padding-bottom:10px;
border:1px solid gray;
padding: 5px;
margin: 7px;
line-height: 18px;
}

legend {

color:Blue;
font-weight:bold;
padding: 5px;
margin: 6px;
}

.resume {

	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

	
a:link {
	text-decoration: none;
    color: Blue;
    background: transparent;

}

a:visited {
	text-decoration: none;
    color: Blue;
    background: transparent;
}

a:hover {
	text-decoration: underline;
    color: #ff9900;
    background: transparent;

}

a:active {
	text-decoration: underline;
    color: Blue;
    background: transparent;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


h2 {
	margin: 0%;
	font-size: 1em;
	
}

h3 {
	margin: 0%;
	font-size:0.9em;
}

h4 {
	color: Maroon;
	margin: 1%;
	font-size:1.1em;
	
}
