html, body
{
	font : 100% Verdana, sans-serif;
	color : #455c7c;

	padding : 0;
	background-color : #fff;
	margin : 0;
	
	cursor : default;
}
body
{
	min-width : 950px;
}

:link, :visited
{
	color : #666;
	text-decoration : underline;
	
	cursor : pointer;
}
:link:hover, :visited:hover
{
	text-decoration : none;
}

.skipblock
{
	display : none;
}
@media aural
{
	.skipblock { display : block; speak : normal; }
}

a img { border : 0 none; }

.clear
{
	display : block;
	clear : both;
}

#logo
{
	display : block;
	width : 602px;
	height : 79px;
	
	text-indent : -32767em;
	
	padding : 0;
	background : transparent url('../images/logo.png') no-repeat top left;
	margin : 0;
}

#head
{
	padding : 9px 0 9px 92px;
	border-bottom : 3px solid #899fc0;
	background : transparent url('../images/pinstripe.png') repeat-y 81px 0;
	margin : 0 0 1px;
}

#menu
{
	padding : 0;
	margin : 19px 0 0;
}

#menu li
{
	float : left;
	list-style : none;
	
	padding-left : 32px;
}
#menu li:first-child
{
	padding-left : 0;
}
#menu li a
{
	display : block;
	height : 11px;
	
	text-indent : -32767em;

	background : transparent none no-repeat top left;
	margin-top : 2px;
}

#menu li a:hover,
#menu li.active a
{
	background-position : bottom left;
}

#menu a.about
{
	width : 173px;
	background-image : url('../images/menu-about.png');
}
#menu a.contact
{
	width : 121px;
	background-image : url('../images/menu-contact.png');
}
#menu a.home
{
	width : 61px;
	height : 13px;
	
	background-image : url('../images/menu-home.png');
	margin-top : 0;
}
#menu a.practice
{
	width : 170px;
	background-image : url('../images/menu-practice.png');
}
#menu a.results
{
	width : 179px;
	background-image : url('../images/menu-results.png');
}

#body
{
	padding : 0 0 24px 82px;
	background : transparent url('../images/pinstripe.png') repeat-y 81px 0;
	border-top : 3px solid #899fc0;
}

#body h1,
#body h2,
#body h3
{
	height : 28px;

	padding : 0;
	background : transparent none no-repeat top left;
	margin : 0;
}

#body h1[style],
#body h2[style],
#body h3[style]
{
	text-indent : -32767em;
}

#sub_menu
{
	float : left;
	width : 178px;
	
	padding : 25px 24px 160px;
	border-right : 1px solid #899fc0;
}

#sub_menu h2
{
	height : 11px;
	margin-bottom : 22px;
}

#sub_menu ul
{
	line-height : 24px;

	padding : 0;
	margin : 0;
}
#sub_menu ul li
{
	list-style : none;
}
#sub_menu :link,
#sub_menu :visited
{
	display : block;
	
	color : #7288a6;
	text-decoration : none;
}
#sub_menu :link:hover,
#sub_menu :visited:hover,
#sub_menu li.active a
{
	color : #455c7c;
}
#sub_menu li.active a
{
	font-weight : bold;
}

#content
{
	padding : 0 53px;
	margin-left : 227px;
}

#content h1:first-child
{
	margin : 21px 0 40px -22px;
}

#content h2,
#content h3
{
	font-size : 17px;

	padding : 0;
	margin : 30px 0 20px;
}
#content h3
{
	font-size : 16px;
}

#foot
{
	letter-spacing : -1px;
	text-align : center;
	
	margin-top : -8px;
	padding-bottom : 22px;
}
#foot small
{
	display : block;
	font-size : 10px;
	line-height : 10px;
}
#foot :link,
#foot :visited
{
	color : #647c9e;
}

.top{
	background-color: transparent;
	color: #669999;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
.news{
color: #000000;
font-family: "Times New Roman", Times, serif;
}