BODY
{
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
    FONT-STYLE: normal;
    FONT-SIZE: .8em;
    FONT-FAMILY: Tahoma,Arial;
    FONT-VARIANT: normal;
    COLOR: #000080;
	text-align: center;
	background-color:#EEEEEE; background-image:url('../graphics/bgs/pagebg.jpg'); background-repeat:repeat-y; background-position-x:center
}

#header1
{
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background-color:#fff; background-image:url('../graphics/bgs/hdrbg.jpg'); 
	border: 5px dotted #000080;
	height:85px;
	color:#80049F;
	text-align:right; /* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 770px;
}

html>body #header1 {
	width: 770px; /* ie5win fudge ends */
	}

#content1
{
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #eee;
	border: 5px solid #ccc;
	text-align:left; /* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 770px;
}

html>body #content1 {
	width: 770px; /* ie5win fudge ends */
	}

#sectionhdr
{
	padding: 5px;
	background-color: #ccd;
}

#leftcol
{
	position:fixed;
	top:50;
	padding:5 5 0 0;
	width:120px;
	float:left;
}

#leftcol a
{
	FONT-weight: bold;
    COLOR: #C87F0B;

}

#rtcol
{
	position:fixed;
	top:0;
	padding:5 0 0 5;	
	width:600px;
	float:right;
}

img
{
border:0;
hspace:15px;
vspace:15px;
}


table
{
width:600;
}