html {
	height: 100%;
	font-size:0.9em;
}
body {
	height: 100%;
	font-size:0.9em;
	padding: 0px;
	margin: 0px;
	line-height:20px;
	background:url(images/body_bckg.jpg) repeat-x #ffffff;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
}
a { color:blue; text-decoration: none;}
a:hover { color: black;}
h2 { color: gold;}
#header { background:url(images/header_bckg.gif) repeat-x;}
#logo { padding:30px 0 0 40px; height:36px; }
#logo a{ color:gold; text-decoration:none; font-weight:bold; height:36px; font-size:26px; text-transform:uppercase;}
#logo a:hover { }
#menu { background:url(images/nav.png) repeat-x; width:780px; margin:0 auto; height:32px; margin-top:47px;}
#menu ul { margin:0; padding:0;}
#menu ul li{ display:inline-block; float:left; width:100px; list-style:none; text-align:center; height:32px;}
#menu a { display:block; float:left; width:100px; color:#FFFFFF; font-size:14px; text-transform:uppercase; font-weight:bold; text-decoration:none; padding-top:8px;}
#menu a:hover{ background: blue; padding-top:8px; height:24px;}

#main { width:100%; }
#content { margin:0 auto; width:780px; padding:30px 10px 0px 10px; padding-bottom: 9em;}
#content h1 { margin:0; text-transform:uppercase; font-size:2em; padding-bottom: 10px;}
.gold { color:gold;}
#content p { border-bottom:15px solid #fafafa; padding-bottom:20px;}

#left_footer { float:left; padding:40px 0 0 60px; background:url(images/c.gif) no-repeat 30px 35px; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px;}
#left_footer a { color: gold;}
#left_footer a:hover { color: white;}
#right_footer { float:right;  padding:40px 30px 0 0; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px; text-align:right;}
#right_footer a { color:gold;}
#right_footer a:hover { color: white;}

#nonFooter {
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footer {
	background:url(images/footer.gif) repeat-x #000000;
	height:108px;
	position: relative;
	margin-top: -7.5em;
}

input.button {
	color:#000;
	font: bold; 
	background-color:#fff; 
	border:1px solid; 
	border-color: #000;; 
} 

td.p_cell {
	font-size: 0.9em;
}

td.cell {
	font-size: 0.9em;
}

td.light {
	background-color: #aaaaaa;
}
td.dark {
	background-color: #cccccc;
}