body {
	background-image: url(images/bg.gif);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
a:link {
	color: #4E516A;
}
a:visited {
	color: #676468;
}
a:hover {
	color: #6A211B;
}
a:active {
	color: #056A30;
}

.container {
	position: absolute; 
	left: 0px; 
	width: 100%; 
	top: 50px;
	min-height: 180px; 
	min-width: 602px;
	/* IE Dynamic Expression to set the width */
	width: expression(document.body.clientWidth < 550 ? "301px" : "100%" );">
}

.teaser{
	position: relative; 
	background: url(images/teaser2.gif);  
	width: 612px; 
	height: 195px; 
	background-repeat: no-repeat;
	padding: 15px; 
	padding-right: 0px; 
	text-align: left;
}

.quicklinks{
	position: relative; 
	width: 115px; 
	height: 120px; 
	border-right: dotted; 
	border-right-width: thin; 
	text-align: right; 
	float:left; clear: left; 
	padding-right: 5px; 
	top: 50px; 
	margin-right: 6px;
}

.special {
	font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	float: left; 
	margin-left: 7px;
	height: 182px; 
	width: 144px;
}

