@import url(global.css);
body{
background:white url("../_img/body-bckgrnd-green.gif") top right no-repeat;
}

h1{background: url("../_img/title-eng-practice-areas.png") bottom left no-repeat;}


#header-row a:hover, #header-row a.selected{
color:#2acd00;
border-bottom: 0px solid #2acd00;
}

#main-center a:link, #main-center a:visited{
color:#2acd00;
text-decoration:none;
border-bottom:0px dotted #2acd00;
}
#main-center a:hover{
text-decoration:underline;
border-bottom:0px dotted #2acd00;
}
#main-center ul {
list-style-type: square;
color:#2acd00;
}
#main-center li {
	color:black;
}

#quote{
display:block;
width:auto;
font-size:xx-small;
border-color:#DDDDDD;
}
#quote h2 {
color:#999999;
text-align:center;
font-style:oblique;
}
#quote a:link, #quote a:visited {
color:#999999;
}
#quote p {
background:#EFEFEF;
color:black;
}
#footer a:link, #footer a:visited {
background:none;
text-decoration:underline;
color:#666666;
}
#footer a:hover{
text-decoration:overline
}