@charset "utf-8";
/* CSS Document */
body{
	background:#FBFCFE url(../images/main_bg.jpg) no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
}

em {
	font-style:italic;
}

#mainContentContainer {
	width:800px;
	padding:25px 0 0 9px;
	position:relative;
}
#leftCol{
	float:left;
	width:560px;
	margin-bottom:20px;
	padding-right:20px;
}
#leftCol h4 {
	font-size:14px;
	font-weight:bold;
	color:#004b8d;
	padding:22px 0 7px 2px;
}
#leftCol h5 {
	font-size:12px;
	font-weight:bold;
	color:#375d81;
	line-height:30px;
	padding:0 0 0 2px;
	margin:12px 0 0 0;
}
#leftCol p {
	font-size:12px;
	font-weight:normal;
	color:#375d81;
	line-height:20px;
	padding:0 0 0 2px;
}
#leftCol td {
	padding:0 0 0 13px;
}
#leftCol h4 span{
	color:#ff0000;
}
#rightCol{
	float:right;
	width:200px;
	text-align:left;
	height:190px;
	padding:20px 0 0 20px;
	background:url(../images/rule.gif) top left no-repeat;
}
#rightCol p {
	margin:0;
	padding:0;
	line-height:20px;
}
#rightCol a {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#004b8d;
	line-height:24px;
	text-decoration:none;
}

.spacer {
	width:100%;
	height:10px;
}