a:link {
	color: #9a1e42;
	text-decoration: underline;
}
a:visited {
	color: #9a1e42;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #9a1e42;
	text-decoration: underline;
}

H1
{
    FONT-SIZE: 14px; COLOR: #9a1e42;
    TEXT-DECORATION: none;
}
H2
{
    FONT-SIZE: 12px; COLOR: #666666;
    TEXT-DECORATION: none;
}
H3
{
    FONT-SIZE: 11px; COLOR: #9a1e42;
}




body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.gif);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
}
.oneColFixCtrHdr #header1 {
	background: #ffffff;
	padding-top: 1px; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footerpage1 {
	background:#ffffff;
}
.oneColFixCtrHdr #footerpage {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ecf1d5;
}
.oneColFixCtrHdr #footerpage 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 */
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Form Styles*/
input.txt {
  color: #9a1e42;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #9a1e42;
  width: 200px;
}
input.txtalt {
  color: #9a1e42;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #9a1e42;
  width: 130px;
}
input.txtalt2 {
  color: #9a1e42;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #9a1e42;
  width: 180px;
}
input.txtalt3 {
  color: #9a1e42;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #9a1e42;
  width: 200px;
}
input.btn {
  color: #9a1e42;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #F2F2F2;
  border: 1px solid #9a1e42;
  padding: 2px;
}
select { 
  background-color: #FFFFFF; 
  color: #9a1e42; 
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
textarea { 
  color: #9a1e42;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px inset #9a1e42;
  width: 200px;
  height: 100px;
}
fieldset {
  border: 1px dotted #9a1e42;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #9a1e42;
  background-color: #FFFFFF;
}
LI
{
    COLOR: #000000; LIST-STYLE-TYPE: square; padding-bottom: 5px;
}
UL
{
    COLOR: #000000;
	LIST-STYLE-TYPE: square; padding-bottom: 5px;
	
}
OL
{
    COLOR: #000000
}
