@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
.thrColFixHdr  #bpcontainer {
	width: 810px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bp_bg.png);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
} 
.thrColFixHdr  #container {
	width: 810px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/Untitled-6.png);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	width: 810px;
	padding-top: 0;
	padding-bottom: 0;
	height: 238px;
	background-repeat: no-repeat;
} 
.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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #7AC49D;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2bp {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	padding-right: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* padding keeps the content of the div away from the edges */
	padding-top: 9px;
	padding-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	padding-right: 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
} 
.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 */
}
.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;
}
.thrColFixHdr #sidebar1 ul {
	float: left;
	list-style-type: none;
}

.thrColFixHdr #sidebar1 li {
	float: left;
	list-style-type: none;
}
.thrColFixHdr #sidebar1 a {
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:hover {
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #7AC49D;
	text-decoration: underline;
}
.thrColFixHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #7AC49D;
}
.thrColFixHdr #mainContent P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}
.thrColFixHdr #sidebar2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #7AC49D;
}
.thrColFixHdr #sidebar2 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #666666;
}
.thrColFixHdr  #sidebar2bp  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: left;
}
.thrColFixHdr  #sidebar2  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: left;
}
.thrColFixHdr #sidebar2bp a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: left;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: left;
	text-decoration: underline;
}
.thrColFixHdr  #sidebar2bp  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: left;
}
.thrColFixHdr  #sidebar2  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: left;
}
.thrColFixHdr #sidebar2bp a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #7AC49D;
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: left;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #7AC49D;
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: left;
	text-decoration: underline;
}
.thrColFixHdr #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}
.thrColFixHdr #mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #7AC49D;
	text-decoration: underline;
}
.thrColFixHdr #footerleft {
	float: left;
	width: 300px;
}
.thrColFixHdr #footer a {
	color: #666666;
}

.thrColFixHdr #footerright {
	float: right;
	width: 300px;
	text-align: right;
}
.thrColFixHdr #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #7AC49D;
}
.thrColFixHdr #mainContent P2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #999999;
}
