html { overflow: -moz-scrollbars-vertical; }
body  {
	CURSOR: default;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 14px;
	SCROLLBAR-FACE-COLOR: #4a4a4a;
	SCROLLBAR-HIGHLIGHT-COLOR: #7d7d7d;
	SCROLLBAR-SHADOW-COLOR: #323232;
	SCROLLBAR-3DLIGHT-COLOR: #111111;
	SCROLLBAR-ARROW-COLOR: #bbbbcc;
	SCROLLBAR-TRACK-COLOR: #333333;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #789789;
	color: #333333;
	background-color: #FFFFFF;
	word-spacing: normal;
	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 */
	background-image: url(../../images/bg09.jpg);
	background-repeat: repeat-x;
}

.thrColElsHdr #container {
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 780px;
	text-align: left;
} 
.thrColElsHdr #header {
	background-color: #000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColElsHdr #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 */
}

.thrColElsHdr #sidebar1 {
	float: left;
	width: 180px; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #FFF;
}
.thrColElsHdr #sidebar2 {
	width: 180px; /* top and bottom padding create visual space within this div */
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #FFF;
	float: right;
	margin-right: 10px;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}

.thrColElsHdr #mainContent {
	float: left;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 12px;
	width: 380px;
	padding-top: 10px;
} 
hr {
	color: #fff;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #A163A1;
	border-right-color: #A163A1;
	border-bottom-color: #A163A1;
	border-left-color: #A163A1;
	text-align: center;
}

.thrColElsHdr #footer {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColElsHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* Miscellaneous classes for reuse */
.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;
}
A:link		{
	TEXT-DECORATION: underline; color: #000000}

A:visited 	{
	TEXT-DECORATION: underline
}
	
A:hover 	{
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #A163A1
}

TD 		{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 14px;
}


TR 		{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: 14px;
}
h1 {font-size: 16px; font-weight: bold; color: #A163A1; }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666;
	background-color: #F4F1F3;
	padding: 2px;
}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #999999}
.borderImg {
	border: 1px solid #999999;
}

/* Top Nav
------------------------------------------------------- */
#mainLink
{
	padding: 4px;
	font-weight: bold;
	color: #333;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
}


#mainLink a
{

	text-decoration: underline;
	color: #A163A1;
}

#mainLink a:hover
{
	color: #333333;
	background: #eadfeb;
	font-weight: bold;
	text-decoration: none;
}



.style4 {
	font-size: 12px;
	font-weight: bold;
}
.btmNav {
	background-color: #CCC;
	padding: 6px;
}

.imagebdr {
	border: 1px solid #000000;
}
a {
	color: #333;
	text-decoration: underline;
}

.style8 {font-size: 16px; font-weight: bold; color: #A163A1; }
.pinkBG {
	background-color: #F4F1F3;
}
