@charset "utf-8";
/* CSS Document */


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: #612886;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C4CCEC;
}
#mainContent h2 {
	font-size: 17px;
	font-weight: normal;
	color: #D658C4;
}

p {
	line-height: 17px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 6px;
	border-right-width: 4px;
	border-bottom-width: 10px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 120px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #tel {
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	background-color: #F5EBFC;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #tel a {
	text-decoration: none;
}
.twoColFixLtHdr #container #tel a:hover {
	color: #D936D1;
	text-decoration: none;
}

.twoColFixLtHdr #container #sidebar1 #menu {
	width: 190px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 #menu a {
	display: block;
	padding-bottom: 2px;
	background-image: url(gifs/linkbgd1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
	text-decoration: none;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 175px;
	color: #5E1694;
	font-size: 11px;
	background-color: #F5EBFC;
}
.twoColFixLtHdr #container #sidebar1 #menu a:hover {
	background-color: #D3CDEB;
}
.twoColFixLtHdr #container #sidebar1 li {
	line-height: 22px;
	color: #7237C7;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E2F5;
	line-height: 125%;
} 
.twoColFixLtHdr #mainContent #pinkfill {
	background-color: #F5EBFC;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.twoColFixLtHdr #mainContent #bluefill {
	background-color: #E9ECF8;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.twoColFixLtHdr #container #mainContent h3 {
	font-size: 14px;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent a {
	color: #6633FF;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #DF2BC8;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-size: 22px;
	font-weight: normal;
	color: #764FCC;
	background-image: url(jpgs/h1bgd.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr  #mainContent #arc {
	background-image: url(jpgs/arc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.lvl {
	margin-right: 12px;
	margin-bottom: 12px;
}
.beforeAfter {
	background-color: #F9E5EE;
	width: 460px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
a.zigzag
}
.zigzag {
	text-align: right;
	padding-right: 20px;
	margin-left: 600px;
	padding-bottom: 5px;
}
.zigzag a {
	font-size: 10px;
	color: #8298D2;
	text-decoration: none;
	letter-spacing: -1px;
	text-align: right;
}
.zigzag a:hover {
	color: #333333;
	text-decoration: none;
}
