#container {
	width: 620px;
}
#miniContainer{
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
#leftCol {
	width: 140px;
	float: left;
	text-align: left;
}
#rightCol {
	width: 480px;
	float: left;
	text-align: left;
	vertical-align: top;
}
#singleCol{}
#indexLeft{
	border-right-color: #CCCCCC;
	float: left;
}
#indexRight{
	position: relative;
	float: left;
}
.headline {
  font-family       : Arial, Helvetica, sans-serif;
  font-size         : 14px;
  font-weight       : bold;
  white-space       : nowrap;
  text-transform    : uppercase;
  text-align        : left;
  line-height       : 21px;
  color             : #1A4A88;
  width             : 100%;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-position: top;
	margin-top: 0px;
	padding-top: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;}

a:link {
  display           : inline;
  font-weight       : normal;
  color             : #0066FF;
  text-decoration   : none;
}
a:hover {
  font-size         : 12px;
  color             : #000000;
  font-weight       : normal;
}
a:visited{
	color: #000099;
}
#container2 {
	width: 450px;
}

