#badge  {position: absolute; top: 10px;	left:  10px; height: auto; width: auto}
#header {position: absolute; top: 20px; left: 140px; height: auto; width: auto}

body    {
	height:      100%;
	overflow-y:  auto;
	font-family: "cg Omega", arial, helvetica, sans-serif;
	font-size:   medium;
	margin:      3px;
	padding:     3px;
	padding-top: 120px;
	text-align:  center;
	background-image: url(../backgrounds/cnvbkgnd.jpg)}

p	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:   medium;
	font-weight: normal}

h1	{
	padding:3px;
	font-family: "Antique Olive", Arial, Helvetica, sans-serif;
	font-size:   250%;
	font-weight: bold;
	color:       #2F4F4F}

table   {
	width:          100%;
	text-align:     left;
	vertical-align: middle;
	border:         1px solid #2F4F4F;
	font-size:      medium;
	padding:        0px}
	
td	{
	height:         40px;         
	border:         1px solid #2F4F4F;
	padding:        3px}

td.c1   {text-align:    center}
td.c2   {padding-left:  10px;	width:          100%}
.red    {color:#FF0000}

#footer {position: fixed; border-collapse:separate; bottom:3px; left:10px; text-align:left}
* html #footer {position:absolute;}

