/*
 * Style sheet for the Law Offices of Nancy G. Krop
 */

body { 
	margin: 0; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black;
	background-color: white;
}


p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.3;
}
p.table {
	line-height: 1.3;
	text-indent: 1em;
}
p.table-indent {
	margin-left: 1em;
}

div.pageTitle {
	text-align: center ;
	margin-top: 3em;
	margin-bottom: 3em;
}
p.pageTitle {
	color:  #006666;
	background-color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: italic ;
	font-weight: bold ;
	font-size: large;
	margin-top: 1em;
}


p.menu {
	color: white;
	background-color: #006666;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	margin-top: 1.5em; 
}
p.menu-active {
	color: #FDAA68;
	background-color: #006666;
	font-size: 105%;
	text-align: center;
	font-weight: bold;
	margin-top: 1.5em; 
}

h1, h2, h3, h4, th {
        font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #006666 ;
	background-color: white;
}
h1 { 
	font-style: italic ;
	text-align: center ;
	margin-bottom: 3em;
}


h2 {  
	text-align: center ;
}

h4 { 
	margin-top: 3ex  ;
}

ul { 
	list-style: disc;
	margin-top: 1.2%; 
	margin-bottom: 1.2%;
}


ol {
	margin-top: 1.2%; 
	margin-bottom: 1.2%;
}



A:link, A:visited { 
	text-decoration: none ;
	color: blue ;
	background-color: white;
}
A:active, A:hover { 
	text-decoration: underline ;
	color: blue ;
	background-color: white;
}
A.menu:link, A.menu:active, A.menu:visited {
	color: white ;
	background-color: #006666;
}

A.menu:hover { 
	color : #52B4B2 ;
	background-color: #006666;
}

A.quicklink:link, A.quicklink:active, { 
	color: blue ;
	background-color: white;
}
A.quicklink:visited { 
	color:  purple;
	background-color: white;
}
A.quicklink:hover { 
	color:  #FDAA68;
	background-color: white;
}



dl {
        font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black ;
	background-color: white;
}
dt {
        font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black ;
	background-color: white;
	margin-top: 1ex;
	border: none;
}
dt {
        font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black ;
}


div.address-col {
	margin-top: 7em;
	margin-bottom: 2em;
}

p.address-col {
	text-align: center ;
	color: white ;
	background-color:  #006666;
	font-weight: bold ;
	font-size: small;
}

div.main-content {
	margin-left:1em;
	margin-right:1em;
	margin-top:0;
	text-align:left;
}

div.copyright {
	margin-top: 2em;
	margin-left: 5em;
	margin-bottom:2em;
	margin-right: 5em;
	text-align: center ;
}

div.center {
	text-align: center ;
}

