/*
Added STICKER in June 2007 for static footer.
Used by permission, as stated on author's web site:
http://www.ryanfait.com/sticky-footer/
I modified it slightly.
*/ 

/*
STICKER - A valid, easy to use CSS sticky footer by Ryan Fait

This is the basic CSS you need along with the one extra empty
div and the wrapper required to achieve the effect. I suggest
that you leave the * { margin: 0; } code in while testing and
building your site because margins do have a tendency to mess
things up a bit. Have fun!

Copyright (c) 2006-2007 Ryan Fait

*/


html, body { height: 100%; margin: 0; }
html, body { font-family: Arial, sans-serif; font-size: 12px }
h1, h2, h3 { font-family: "Arial Narrow", sans-serif }
p, li, td, dt, dd { font-size: 11pt }
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 4em; /* .push must be the same height as .footer */
}

.content { margin: 4px 8px 8px 8px; width:702; align:center }
/* end of STICKER  */


/* efficient spacing of lists */
h2, h3 { margin-bottom: 0 }
h2 { margin-top: 2px; margin-left: 8px }
li { margin-top: 1px; margin-left: 0 }
ul { margin-top: 0 }

/* color bars for masthead */
.red    { background: #B51919; }
.red1    { color: #B51919; }
.orange { background: #E57D17; }
.orange1 { color: #E57D17; }
.yellow { background: #FFE51C; }
.yellow1 { color: #FFE51C; background: #000000;}
.green  { background: #4AB217; }
.green1  { color: #4AB217; }
.blue   { background: #3B90CF; }
.blue1   { color: #3B90CF; }
.purple { background: #8B008B; }
.purple1 { color: #8B008B; }
.white  { background: #xxxxxx; }
.white1  { color: #xxxxxx; }
.gray   { background: #959595; }
.gray1   { color: #757575; }
.black  { background: #000000; }
.black1  { color: #000000; }

/* table masthead */
.mast {
background-image: url(ui/sun.gif);
background-repeat: repeat-x
}

/* masthead title sizes */
.big1 { font-size: 20px;font-weight:700; line-height:100%; }
.size2 { font-size: 12px;font-weight:600;font-style:italic; }

.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 7pt;
    text-align: center;
}
