body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/yellow-bg.jpg);
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: center;
	color: #000000;
}
.thrColFixHdr #container {
	width: 960px;
	background: #fffefa;
	margin: 0 auto;
	text-align: left;
	background:#fffefa url(../images/containerbg.png);
}
.thrColFixHdr #header {
	background:#fff url(../images/bg.png) repeat-x top;
	padding: 0;
	height: 157px;
}
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 210px;
	background: #ffe232;
	padding: 0;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 190px;
    padding-top: 20px;
	margin-right: 10px;
}
.thrColFixHdr #mainContent {
	margin: 0 0 0 220px;
	padding: 20px 5px;
}
.thrColFixHdr #mainContentpage {
	margin: 0 0 0 220px;
	padding: 20px;
}

.thrColFixHdr #footerpage {
	padding: 0 10px 0 20px;
}
.thrColFixHdr #footerpage p {
	margin-left: 220px;
	padding: 10px 0;
	text-align: left;
	color: #666666;
}
.thrColFixHdr #footerpage a {
	color: #666666;
	text-decoration: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.menusub a:link, .menusub a:active, .menusub a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.menusub a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.current {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.welcome {
	padding-top:10px;
	padding-left: 10px;
	padding-right: 100px;
}

h1 {
  font-size:16px;
  font-weight:bold;
  color:#feca14;
}

.style1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
a {
 color:#ba122b;
 text-decoration:none;
 font-weight:normal;
}

a:hover {
 color:#000000;
 font-weight:normal;
}
#crumbs {
  padding:0;
}

#crumbs a {
  color:#666666;
}

#crumbs a:hover {
  color:#000000;
  font-weight:normal;
}

/*Form Styles*/

input.txt {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 200px;
	padding:2px;
}
input.txtalt {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 130px;
}
input.txtalt2 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 180px;
	padding:2px;
}
input.txtalt3 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 200px;
	padding:2px;
}
input.btn {
  color: #4e4639;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #F2F2F2;
  border: 1px solid #1d1b1c;
  padding: 2px;
}
select { 
  background-color: #FFFFFF; 
  color: #666666; 
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
textarea { 
  color: #666666;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px inset #CCCCCC;
  width: 200px;
  height: 100px;
}
fieldset {
  border: 1px dotted #666666;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #FFFFFF;
}
.ink {
  color:#4e4639;
}
 

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 210px; }
.thrColFixHdr #sidebar2 { width: 200px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2 { padding-top: 20px; }, .thrColFixHdr #sidebar1 { padding-top: 0px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->