@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

.contentbg {
	background-image: url(images/repeat.gif);
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
}
.left {
	background-image: url(images/leftrpt.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.left2 {
	background-image: url(images/leftbg.jpg);
	background-repeat: no-repeat;
}
.box {
	background-image: url(images/leftrepeat.gif);
	background-repeat: repeat-y;
	color: #246c9c;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 2px;
	list-style-type: none;
	line-height: 2em;
	background-position: center;
}



.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 780px;
}
#leftli {
	list-style-type: none;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
 
}
 


#leftli ul {
	text-align: left;
	padding: 0;
	margin: 0;
 
}
 


#leftli ul li {
	list-style-image: url(images/bullet.jpg);
	padding: 0px;
	list-style-type: none;
	vertical-align: top;
	
}
 


#leftli ul li a {
	text-decoration:underline;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #246c9c;
	font-weight: bold;
	vertical-align: top;
 
}

 


#leftli ul li a:hover,
 
#leftli ul li a.active,
 
#leftli ul li a.active:hover {
	color: #619610;
	vertical-align: top;
}
 
.contentbg2 {
	background-image: url(images/contentrpt2.gif);
	background-repeat: repeat-y;
}
#leftli2 {
	list-style-type: none;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	font-size: 11px;
 
}
 


#leftli2 ul {
	text-align: left;
	padding: 0;
	margin: 0;
 
}
 


#leftli2 ul li {
	list-style-image: url(images/bullet.jpg);
	padding: 0px;
	list-style-type: none;
	vertical-align: top;	
}
 


#leftli2 ul li a {
	text-decoration:underline;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #246c9c;
	font-weight: bold;
 
}
 


#leftli2 ul li a:hover,
 
#leftli2 ul li a.active,
 
#leftli2 ul li a.active:hover {
	color: #619610;
	vertical-align: top;
}
 
.specialtiesbox {
	font-weight: bold;
	color: #FFF;
	background-color: #036;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	color: #246c9c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #246c9c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #246c9c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a:active {
	color: #246c9c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a.big:link {
	font-size: 12px;
	color: #246C9C;
}
a.big:visited {
	font-size: 12px;
	color: #246C9C;
}
a.big:hover {
	font-size: 12px;
	color: #246C9C;
}
a.big:active {
	font-size: 12px;
	color: #246C9C;
}

