
#container
{
    min-width: 600px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left; 
	width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 1200? "1200px" : "auto");
}
body         { font-family: Arial; font-size: 10pt }

a {
	text-decoration: none; color:#0000ff; font-size:10pt
}

a:hover {
	text-decoration: underline; color:#ff0000; font-size:10pt
}

a:visited {
	text-decoration: none; color:#000080; font-size:10pt
}


#adright
{
    border:3px double #808080; FONT-SIZE: 9pt;
    WIDTH: 166px;
    COLOR: #FFFFFF;
    position:relative; right:0; float:right; background-color:#EEEEEE; height:1240px;padding-left:3px; padding-right:7px; padding-top:3px; padding-bottom:7px 
}

#adright a:link {
	text-decoration: none;
	font-weight: bold; font-family:Arial; color:#000080; font-size:10pt
}

#adright a:hover {
	text-decoration: underline;
	font-weight: bold; font-family:Arial; color:#FF0000
}
#adfooter
{
    border:3px double #C0C0C0; padding:7px; FONT-SIZE: 8pt;
    WIDTH: 800px;
    COLOR: #222222;
    margin-right: auto; font-family:Arial; background-color:#EEEEEE;
}
#adfooter a:link, a:visited {
	text-decoration: none;
	font-weight: normal; font-family:Arial; color:#000080; font-size:pt
}
#adfooter a:hover {
	text-decoration: underline;
	font-weight: normal; font-family:Arial; color:#FF0000
}