/* CSS Document */

html, body {
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(Images/gradient.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

h1 {
	font-size: 16px;
}

td {
	font-size: 12px;
}

#container {
	height: 100%;
	width: 100%;
}

#header	{
	height: 79px;
	background-image: url(Images/header_bg.gif);
}

#leftbar {
	height: 100%;
	width: 143px;
	background-color: #e6eefa;
	border-right: solid #201E6F 1px;
}

#rightbar {
	height: 100%;
	width: 130px;
	background: url(Images/gradient.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#nav {
	height: 18px;
	width: 100%;
	background-color: #ffefc2;
	border-top: solid #cec7b4 1px;
	border-bottom: solid #afa99a 1px;
}

#listbig {
	font-size: 13px;
	margin-left: 10;
	padding: 10
}

#listsmall	{
	font-size: 11px;
	margin: 0;
	padding: 3;
}

#listpractice	{
	font-size: 17px;
	margin: 20;
	padding: 20
}

#listpracticeB	{
	font-size: 14px;
	font-weight: bold;
	margin: 20;
	padding: 20;
}

#listservices	{
	font-size: 11px;
	padding: 0;
	margin-left: 1em;
	list-style: none;
}

#listservices li {
	background-image: url(Images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: 1.2em;
}

#listservices2{
	font-size: 11px;
	padding: 0;
	margin-left: 3em;
	list-style: none;
}

a:link {
	text-decoration: none;
	color: #000000}

a:visited {
	text-decoration: none;
	color: #000000}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: #000;}

a.antonin:link {
	text-decoration: none;
	color: #0000FF}
a.antonin:visited {
	text-decoration: none;
	color: #0000FF}
a.antonin:active {text-decoration: none}
a.antonin:hover {text-decoration: underline; color: #0000FF;}

ul {
	list-style: square;
}

ul li {
	padding: 3px;
}

#email_link {
	font-size:11px;
	font-weight: bold;
}

#footer {
	font-size: 10px;
	color: #CCCCCC;
	background: url(Images/blue.gif);
}

#footer a:link {
	text-decoration: none;
	color: #ccc}

#footer a:visited {
	text-decoration: none;
	color: #ccc}
#footer a:active {text-decoration: none}
#footer a:hover {text-decoration: underline; color: #fff;}

#rightlist {
	border: solid #201E6F 1px;
	background-color: #e6eefa;
}

#contact td{
	font-size: 10px;
}

.indent {
margin-left: 15px;
margin-top: 0px}