@charset "utf-8";
body  {
	background: #000000;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container {
	width: 955px;
	margin: 0 auto; /* 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. */
} 
.thrColFixHdr #header {
	padding: 0 0px;  /* 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. */
	width: 955px;
	height: 95px;
	margin: 10px 10px 10px 0px;
} 
.thrColFixHdr #header img.left{
	float;left;
 border-width: 3px;
 margin-right: 10px;
  margin-right: 20px;
} 
.thrColFixHdr #homeheader {
	background: #000000;
	padding: 0 0px;  /* 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. */
	width: 955px;
	height: 290px;
	margin: 10px 10px 10px 0px;
} 
.thrColFixHdr #homeheader img.left{
	float;left;
 border-width: 3px;
 margin-right: 10px;
  margin-right: 20px;
} 
.thrColFixHdr #container #mainContent li {
	color: #FFFFFF;
	list-style-type: square;
	line-height: 20px;
}
.thrColFixHdr #container #mainContent li.list2 {
list-style: square outside; color:#DD127B;
}

.litext {
	color: #FFFFFF;
}

.thrColFixHdr #header h1 {
	margin: 0 0 50px; /* 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	display: inline;
	height: 0px;
	bottom: 10px;
}
.thrColFixHdr #homeheader h1 {
	margin: 0 0 50px; /* 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EF008F;
	display: inline;
	height: 0px;
	bottom: 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210;
	margin-bottom: 0px;
	margin-left: 210;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 946px;
} 
.thrColFixHdr #mainContent 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: #EC008C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.thrColFixHdr #mainContent h2 {
	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: #EC008C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.thrColFixHdr #mainContent h3 {
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.thrColFixHdr #mainContent p {
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #gap {
height:1px;
}
.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: 0 5 10px 5px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: transparent;
}
.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited {
	color: #AAAAAA;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

.style1 {font-size: 12px}
.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;
}
.cssnav
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(./images/button-sml.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 43px;
	margin: 0;
	padding: 0;
}

.cssnav a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 150px;
	height: 43px;
	display: block;
	float: left;
	text-decoration: none;
}
.cssnav a:hover
{
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	width: 150px;
	height: 43px;
	display: block;
	float: left;
	text-decoration: none;
}
.cssnav img
{
	width: 150px;
	height: 43px;
	border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 10px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 
.thrColFixHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.telno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
}
#gap2 {
	height:1px;

}
