@import 'top_menu.css';
@import 'practice_menu.css';
@import 'header.css';
@import 'footer.css';

body
{
	font-family: Verdana, Arial, sans-serif;
}

#wrapper
{
background-color: #FBFBFB;  
border:1px solid #EFEFEF;
margin:0 auto;
padding:0 5px;
width:900px;
}

#mainBody
{
	margin-left: 198px;
	font-size: 11px;
}

#mainBody li
{
	line-height: 120%;
}

a
{
	color: #283f6e;
}

a:hover
{
	color: #3b629b;
}

#mainBody p
{
	line-height: 130%;
	margin-bottom: 10px;
}

#mainBody h1
{
	color: #283f6e;
	font-size: 140%;
	margin-bottom: 10px;
}

#loadTime { position: fixed; bottom: 0; right: 0; padding: 5px; font-size: 10px;}