@charset "UTF-8";

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 
 img, div { behavior: url(iepngfix.htc) repeat-y center}
*/

 /*
  Alternatively, you can specify that this will apply to all tags like so: 

   * { behavior: url(iepngfix.htc) }
*/


body  {
	font: 85% Arial, Helvetica, sans-serif;
	background: #000000 url(/images/bg-scroll.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #333333;
}

.wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/bgd_02.png');
}

.wrapper[class] {
	background: url(/images/bgd_02.png) repeat-y;
}

.headermenu {
	color: #FFFEE9;
	font-weight: bold;
	font-size: 0.85em;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/bgd_01.png');
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.headermenu[class] {
	background: url(/images/bgd_01.png) no-repeat center top;
}

.twoColFixLtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/container-bg.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 

#headerlinks {
	width: 450px;
	text-align: left;
	position: relative;
	margin-left: 24px;
}
#headerlinks a:link, #headerlinks a:visited {
	color: #FFFEE9;
	text-decoration: none;
}
#headerlinks a:hover, #headerlinks a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.headermenu  img {
	float: right;
	margin-right: 24px;
	position: relative;
	border-width: 0px;
	border-style: none;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;
	border-bottom: 6px solid #AA351F;
	height: 145px;
	overflow: hidden;
} 
.twoColFixLtHdr #headerbottom {
	background: #AA351F;
	padding: 3px;
	font-size: .8em;
	color: #FFFFFF;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 35px 18px 180px;
} 
#mainContent #display {
	position: relative;
	margin-top: 20px;
}
#display  .thecontent  {
	vertical-align: top;
	padding: 9px;
	border-top: 1px solid #AA351F;
	border-right: 1px solid #AA351F;
	border-bottom: 3px solid #AA351F;
	border-left: 1px solid #AA351F;
	background: #FFFFFF;
}
.hilite {
	font-weight: bold;
	color: #AA351F;
}
#donate2 {
	border-width: 0px;
	border-style: none;
}
#display .thecontent h1 {
	font-size: 14px;
	margin: 0px;
}
#mainContent h1 {
	margin: 18px 0px 6px;
	font-size: 1.4em;
	font-weight: bold;
	color: #AA351F;
}
#mainContent h2 {
	margin: 3px 0px 6px;
	font-size: 1.1em;
	font-weight: bold;
	color: #AA351F;
}
#mainContent p {
	margin: 3px 0px 6px;
}

.footer {
	padding: 3px 0 6px;
	color: #FFFEE9;
	font-size: 0.85em;
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/bgd_03.png');
}
.footer[class] {
	background: url(/images/bgd_03.png) no-repeat center top;
}



.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;
}
.rightImg {
	margin: 0px 0px 6px 12px;
	float: right;
	border: 1px solid #000000;
}
#datatable th {
	font-weight: bold;
	color: #FFFFFF;
	background: #AA351F;
	text-align: left;
}
#datatable td {
	vertical-align: top;
	border-bottom: 1px solid #AA351F;
}
#datatable p {
	margin: 0px;
	padding: 3px 6px;
}
.smalltype {
	font-size: 0.80em;
	text-align: left;
}
