.top {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
}
.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-indent: 20px;
}
.sub-head {
	font-size: 13px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-transform: none;
	text-indent: 20px;
}
.content {
	padding: 20px;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
}
.footer {
	color: #CCCCCC;
	text-decoration: none;
}
.footer:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footer:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.footer:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	color: #447FAA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #447FAA;
}
a:hover {
	text-decoration: underline;
	color: #447FAA;
}
a:active {
	text-decoration: none;
	color: #447FAA;
}
/** Left menu on content page */
.leftmenu {
	list-style-image: url(images/bullet.gif);
	margin: 0;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	
}
.leftmenu li {
	list-style-image: url(images/bullet.gif);
	padding-bottom: 10px;
}
.leftmenu .on a {
	color: #7DB6DB;
}
.leftmenu .on li a {
	color: black;
}
.leftmenu .on li a:hover {
	color: #7DB6DB;
}
.leftmenu li.off ul {
	display: none;
}
#practicemenu, #practicemenu a {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
