body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #578ACB;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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-size: 12px;
}
.thrColFixHdr #container {
	width: 999px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #578ACB;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height: 160px;
	background-color: #578ACB;
	background-image: url(../images/logo1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	margin-top: 0px;
	width: 989px;
	float: left;
	margin-left: 10px;
} 
.thrColFixHdr   #header   #title {
	padding-left: 255px;
	padding-top: 0px;
	font-size: 26px;
	height: 160px;
	margin-top: 0px;
	width: 480px;
	float: left;
	color: #642D6E;
	font-family: "Comic Sans MS";
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #header #title em {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #header #title img {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

.thrColFixHdr   #header   #img  {
	height: 160px;
	width: 235px;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}





.thrColFixHdr #headernav {
	background: #034381;  /* 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. */
	height: 35px;
	border: 2px solid #5E296D;
	float: left;
	width: 999px;
	text-align: center;
}
.thrColFixHdr  #headernav  ul  {
	margin-top: 7px;


}
.thrColFixHdr  #headernav  li  {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	color: #FFFFFF;
}
.thrColFixHdr #headernav li a {
	color: #FFFFFF;
	font-weight: bold;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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: #578ACB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	padding-left: 3px;
}
.thrColFixHdr #sidebar1 h3 {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 20px;
}
.thrColFixHdr #sidebar1 ul {
	font-size: 12px;
	margin-left: 1px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar1 li {
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
	color: #591F69;
	margin-top: 3px;
}
.thrColFixHdr #sidebar1 li a {
	font-size: 12px;
	color: #5A1E64;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* 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: #578ACB; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	padding-left: 10px;
	padding-top: 15px;
}
.thrColFixHdr #sidebar2 p {
	text-align: justify;

}

.thrColFixHdr #sidebar2 h3 {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: capitalize;
}
.thrColFixHdr #sidebar2 form {
	width: 185px;
	margin-top: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding-left: 10px;
	text-align: left;
}





.thrColFixHdr   #sidebar2  input,textarea {
	width: 175px;
	margin-top: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	padding-left: 3px;
}
.thrColFixHdr #sidebar2 input [type=submit] {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 175px;
	margin-left: 3px;
}

.thrColFixHdr #mainContent {
	margin: 0 235px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	padding-top: 20px;
	padding: 10px;
} 

.thrColFixHdr  #mainContent  .breadcrumbs {
	color: #5D2266;
	font-size: 9px;
	padding-top: 20px;
	margin-top: 3px;
	line-height: 18px;
}

.thrColFixHdr  #mainContent h1 {
	zoom: 1;
	color: #5D2266;
	font-size: 14px;
	padding-top: 2px;
}
.thrColFixHdr #mainContent td {
	zoom: 1;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.thrColFixHdr  #MainContent   li  {
	margin-left: 10px;
	padding-left: 10px;
}


.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#578ACB;
	text-align: center;
	margin-bottom: 20px;
	font-size: 10px;
	margin-top: 10px;
} 
.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 */
}
.thrColFixHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}

.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;
}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.thrColFixHdr #headernav {
	background: #578ACB;
	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. */
}
a:hover {
	text-decoration: none;
}
