html,body {
    background:#9B9A9A;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size:small;

}



div#container {
     background: url("../img/mainbg.gif") 100% 0px repeat-x;

	margin:0 auto; /* center, not in IE5 */
	width:100%;
    height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
    border:0px dotted red;
	min-height:100%; /* real browsers */
    z-index: 1;



}

div#header {
background: url("../img/header.png");
    padding:0px;
    width: 922px;
    margin: 0 auto;
    border: 0px double green;
    height: 142px;

}


div#content {
 background: url("../img/bodyfill.png") 100% 0px repeat-y;
    width:924px;
    border:0px dotted red;
    margin: 0 auto;
    text-align:left;
	padding:0em 0em 1.5em; /* bottom padding for footer */
    float: top;
    z-index:100;
}



div#footer {
background: url("../img/footer_bg.png");
    width:924px;
    float: top;
    margin: 0 auto;
    text-align:center;
	bottom: 0; /* stick to bottom */

    height: 33px;
}


td {
font-family : Tahoma,Verdana, Arial, Helvetica;
font-size : 12px;
color: #ffffff;
}

td.righttd {
background: url("../img/righttd_bg.png") no-repeat;
font-family : Tahoma,Verdana, Arial, Helvetica;
font-size : 11px;
color: #ffffff;
}


p {
font-family : Tahoma,Verdana, Arial, Helvetica;
font-size : 12px;
color: #ffffff;
}

a.footerlink {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 10px;color: #ffffff;text-decoration: none;}
a.footerlink:hover {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 10px;color: #ffffff;text-decoration: underline;}

a.footerlinkw {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 11px;color: #060F30;text-decoration: none;}
a.footerlinkw:hover {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 11px;color: #060F30;text-decoration: underline;}


a.rightlink {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 12px;color: #177D8E;text-decoration: none;font-weight:bold;}
a.rightlink:hover {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 12px;color: #177D8E;text-decoration: underline;font-weight:bold;}

a.rightlinks {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 11px;color: #177D8E;text-decoration: none;font-weight:bold;}
a.rightlinks:hover {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 11px;color: #177D8E;text-decoration: underline;font-weight:bold;}

a.smlink {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 12px;color: #ffffff;text-decoration: none;}
a.smlink:hover {font-family : Tahoma,Verdana, Arial, Helvetica;font-size : 12px;color: #ffffff;text-decoration: underline;}


.formbutton {
cursor:pointer;
border:outset 1px #ffffff;
background:#000090;
color:#060F30;
font-weight:bold;
padding: 0px 0px;
background:url(../img/buttonbg.gif) repeat-x left top;
height:20;
width: 130;
}


.formfield{cursor:pointer;border:outset 1px #ccc;background:#fff;color:#000000;font-weight:normal;padding: 1px 2px;height:20;}
.formarea{cursor:pointer;border:outset 1px #ccc;background:#eeeeee;color:#000000;font-weight:bold;padding: 1px 2px;  width: 240;}

table.stats
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 99%;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td
{background-color: #e2e2e2;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.color
{background-color: #efefef;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #177d8e;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

table.stats td.hed2
{background-color: #177d8e;
color: #000;
padding: 0px;
text-align: left;
border-bottom: 0px #000 solid;
font-size: 11px;
font-weight: bold;}

table.stats td.white
{background-color: #ffffff;
color: #000;
padding: 4px;
text-align: right;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;}


