/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444;
	background-image: url(images/grn-bkgd.gif);
	background-repeat: repeat;
}
#page {
	margin: 6px auto;
	width: 754px;
	font-size: 85%;
	line-height: 1.7em;
	background-image: url(images/paper-bkgd.jpg);
	background-repeat: repeat;
}
#content {
	float: left;
	width: 560px;
	margin: 12px 0 0 17px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;

}
#content p {
	margin: 0 100px .7em 0;
	text-indent: 2em;
}
#content p.first {text-indent: 0px;}
#content a {color: #003399;
}
#content a:hover {color:#600}

#bottom {
	width: 754px;
	margin: 0 auto;
}
.logo {
	margin-top: 30px;
}
.img {float: right; margin: 0;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
	color: #099;
	padding: 60px 0 10px 0;
	letter-spacing: 0.1em;
}
p .initcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	margin-right: .1em;
}

#menu ul {
	float: right;
	width: 137px;
	margin: 12px 22px 0 0;
	padding: 0;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
#menu ul li {
	margin: 0 0 0 -12px;
	list-style-type: none;
	left: 10px;
	}
#menu ul li a {
	color: #444;
	text-decoration: none;
	padding-left: 10px;
	
}
#menu a:hover {
	color: #444;
	font-weight: bold;
	/*background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;*/
}
#menu a.active {color: #000; font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;}
#footer {
	clear: both;
	padding-left: 17px;
	padding-bottom: 10px;
}
#practice {
	float: right;
	width: 137px;
	margin: 28px 26px 0 0;
}
#practice ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: 0; top: 0;
}
#practice ul li {
	position: relative;
	margin: 0;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 1.9em;
	} 

#practice ul li a {
	color: #444;
	text-decoration: none;
	background-image: url(images/li-border.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#practice ul li a:hover {
	color: #444;
	font-weight: bold;
	background-image: url(images/menu-bknd-brdr.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;	
}
#practice li ul {
	position: absolute;
	left: -170px;
	top: 1px;
	display: none;
	text-align: right;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ddd;
}
/* Styles for Menu Items */
#practice ul li a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	margin: 0 0  0 -10px;
	}
#practice ul li a.active {
	font-weight: bold;
	color: #000;
	background-image: url(images/li-border-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#practice ul li a:hover { color: #444; } /* Hover Styles */

#practice li ul li a {
	padding: 0 2px 0 0;
}

/* Sub Menu Styles */

#practice li:hover ul, #practice li.over ul {
	display: block;
	width: 150px;
	background-image: url(images/menu-bknd.jpg); 
	background-repeat: repeat;
} /* The magic */
.red {
	color: #CC3300;
	font-size: 120%;
}
