html,body {
	margin:0;
	padding:0;
	background-image:url(images/bg.gif);
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
}
p {
	font-size: 12px;
	margin: 0 0 12px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #1D1D95;
	padding: 0;
	margin: 0 0 0 20px;
}
h2 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	color: #1D1D95;
}
h2.red{
	color: #FF0000;
}
p.last {
	font-size: 12px;
	margin: 0px;
}
.sidebox {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.splashtext {
	font-size: 12px;
	padding-left: 7px;
	padding-bottom: 3px;
	color: #787F88;
}
a {
	text-decoration: none;
	color: #1D1D95;
}
a:hover {
	text-decoration: underline;
}
.bluebold {
	font-size: 12px;
	font-weight: bold;
	color: #1D1D95;
}

#left-col{
	position:relative;
	margin-left:-150px;
	margin-top:-126px;
	overflow:visible;
	float:left;
	background:url(images/back_r1_c1.gif) top left no-repeat;
}
#main-col{
	width:760px;
	height:540px;
	float:left;
}
#right-col{
	position:relative;
	margin-left:-150px;
	margin-top:-126px;
	overflow:visible;
	float:right;
	background:url(images/back_r1_c14.gif) top left	no-repeat;
}
