body {
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: #666666;
}

#container {
width: 800px;
margin: auto;
background: #FFFFFF;
}
#header {
height: 250px;
}
#content {
width: 800px;
}
#left_column {
background: #FFFFFF;
float: left;
width: 200px;
}
#right_column {
float: right;
width: 600px;
}
#footer {
clear: both;
background: #000000;
padding: 5px;
color: #FFFFFF;
}
#footer a {
color: #FFFFFF;
}
#site_title {
padding-top: 50px;
padding-left: 260px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 32px;
font-style: italic;
color: #FFFFFF;
}
#site_slogan {
padding-top: 10px;
padding-left: 264px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
}
.text_area {
margin: 10px;
}
.text_areaServices {
margin: 16px;
font-size: 11pt;
line-height:1.75em;
}
.title {
padding-bottom: 10px;
font-size: 14pt;
font-weight: bold;
}
.subtitle {
padding-bottom: 10px;
font-size: 12px;
font-weight: bold;
}
h4 {
font-size: 10pt;
color: #000000;
}
a:link { color: #0066CC; text-decoration: none} 
a:visited { color: #0066CC; text-decoration: none} 
a:active { color: #008000; text-decoration: underline} 
a:hover { color: #008000; text-decoration: underline}

/* Menu */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
border: 1px solid #FFFFFF;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: right;
color: white;
padding: 7px 9px;
text-decoration: none;
border-left: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
p.iepara{
padding-top: 1em;
}