  a,
  a:active,
	a:visited
  {
  	border:none;
  	text-decoration:none;
  	color:#b6181c;
  }
  	a:hover
  {
  	color:#356EB0;
  }
  a img
  {
  	border:none;
  }
  
  h2
  {
    font-size:20px;
  }
  h1
  {
    color:#b6181c;
  }
 table {width:100%} 

a.button{
	margin:2px;
	background:#8B291C;
	color:white;
	padding:1px 4px;
	-moz-border-radius:5px;
	border:#511811 solid 2px;
}
tr.even
{
  background:#A8C0BF;
}
tr.odd
{
  background:#DCE5C8;
}

th
{
  background:#8B291C;
  color:white;
  font-weight:bold;
}

body
{
  background-image: url(../images/topborder.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color:#e9e9e9;
  padding-top:0px;
  margin-top:0px;
  text-align:center;
  font-family: tahoma;
	font-size:12px;
}
table {
  font-family: tahoma;
	font-size:12px;
 
}

.redtext
{
	color:#b6181c;
}
.bold {
	font-weight:bold;
}
.redinputs input
{
  margin:3px 3px;
  border:solid #b6181c 1px;
  background:white;
  width:200px;
}


/*Used to render the thick horizontal separator.
Use a div if the page must be shown in IE 6,7,8 (MS doesn't get standards)*/
hr.thick, div.thick_hr
{
  height:19px; width:100%;
  background-image: url(../images/separator.gif);
  background-repeat: no-repeat;
  background-position: top center;
  border:none;
}
hr.thin
{
  color:#b6181c;
  background-color:#b6181c;
}

.center {text-align:center;}

ul.horizontal li
{
  display:inline;
  margin-left:3px;
  margin-right:3px;
}

div#PageWrap
{
  width:693px;
  background-color:none;
  padding:none;
  margin-left: auto;
  margin-right: auto;
  text-align:left;
}
div#Header a,
div#Header a:visited,
div#Header a img
{border:none;
}
{border:none;
}
div#PageContent
{
  padding:3px 44px;
  background-color:white;
  background-image: url(../images/contentfooter_bkg.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
div#HeaderImage
{
  position:relative;
  width:693px;
  height:72px;
  background-image:url(/images/bigredbar.jpg);
  background-color:#B23426;
  background-repeat: no-repeat;
  background-position: top left;
  padding:0;
  margin:0; 
}

div#HeaderImage h2
{
  display:none;
}
div#HeaderImage h1
{
  position:absolute;
  color:white;
  padding:0;
  margin:0;
  font-size:36px;
  top:36px;
  left:44px;
  text-transform: uppercase;
}
div#PageTextBlurb
{
  padding:20px 44px;
  background-color:white;
}
div#PageContentFooter
{
  width:100%;
  height:44px;
  background-color:white;
	margin-bottom:0;
}
div#Footer
{
	margin:0;
  text-align: center;
}
ul#FooterMenu
{
  margin:0px, auto;
  color: #666666;
}
ul#FooterMenu li
{
  font-size: 11px;
  padding: 5px 10px;
}

/*error messages*/
#ajaxMessage
{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  background:red;
  color:white;
  font-weight:bold;
  padding:10px 3px;
  top:0;
  left:0;
  width:100%;
}