@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.thrColFixHdr #sidebar1 a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #510051;
	text-decoration: none;
	font-weight: normal;
}
.thrColFixHdr #sidebar1 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #970097;
	text-decoration: underline;
	font-weight: normal;
	display: block;
}
.thrColFixHdr #sidebar1 a:active  {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #510051;
	text-decoration: none;
	font-weight: normal;
}
.thrColFixHdr #sidebar1 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #510051;
	text-decoration: none;
	font-weight: normal;
}






.thrColFixHdr #container {
	width: 1200px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
} 
.thrColFixHdr #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 */
	color: #76009d;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1pt;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFF;
	border: 1px solid #A256FF;
	height: auto;
}
.thrColFixHdr #sidebar1 p {
	font-family: "Times New Roman", Times, serif;
	color: #510051;
	font-size: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}




.thrColFixHdr #sidebar1 h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #76009d;
	font-family: "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 18px;
	letter-spacing: 0em;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 208px;
	clear: none;
	margin-top: 125px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px none #76009D;
	background-color: #FFF;
	padding-top: 40px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.thrColFixHdr #sidebar2 p {
	float: none; /* padding keeps the content of the div away from the edges */
	font-family: "Times New Roman", Times, serif;
	color: #800080;
	clear: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.thrColFixHdr #mainContent {
	margin-top: 15px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	top: 10px;
} 
.thrColFixHdr #mainContent a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #510051;
	border-bottom-style: none;
}
.thrColFixHdr #mainContent a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #510051;
	border-bottom-style: none;
	text-decoration: underline;
	
}
.thrColFixHdr #mainContent a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #510051;
	border-bottom-style: none;
}	
.thrColFixHdr #mainContent a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #510051;
	border-bottom-style: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #76009d;
	letter-spacing: 1pt;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
}


h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #76009d;
	letter-spacing: 1pt;
	line-height: 1em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #76009d;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9C0130;
	letter-spacing: 1pt;
}
.footertext_tiny {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #510051;
	border-bottom-style: none;
}



.textheadings {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #5F007D;
	letter-spacing: 1pt;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990066;
}
.textheadings_medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #5F007D;
	letter-spacing: 2pt;
	border-bottom-width: thin;
	border-bottom-color: #990066;
	font-weight: bold;
}

.textheadings_large {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #5F007D;
	letter-spacing: 1pt;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990066;
	line-height: 30px;
	margin-bottom: 20px;
}
.textheadings_largeNoLine {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #5F007D;
	letter-spacing: 1pt;
}
.textheadings_largeNoLine_centered {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #5F007D;
	letter-spacing: 1pt;
	text-align: center;
}



.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #510051;
	border-bottom-style: none;
}
.maintextBOLD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #510051;
	border-bottom-style: none;
	font-weight: bold;
}

.phone {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #76009d;
	letter-spacing: 2pt;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	border-bottom-style: none;
	text-align: center;
}
.tablecelllabels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #510051;
	border-bottom-style: dotted;
	font-weight: bold;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}


.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #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 */
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #510051;
}
.thrColFixHdr #footer a:link {
	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 */
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #510051;
}
.thrColFixHdr #footer a:hover {
	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 */
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #510051;
	text-decoration: underline;
}


.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;
}
.sidebartext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #5F007D;
	border-bottom-style: none;
}
.tablecelllabels_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #510051;
	border-bottom-style: none;
	font-weight: bold;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.ServicesTitles {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #0000FF;
	letter-spacing: 1pt;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #0000CC;
}
li {
	padding-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.videobox {
	float: right;
	clear: right;
	border: 1px solid #5D2C7E;
	margin-left: 5px;
}
.PictureInTabSet {
	float: left;
	clear: none;
	border: 1px solid #5D2C7E;
	margin-left: 5px;
	margin-right: 25px;
}

#rodin {
	border: thin solid #9933FF;
}
