@charset "utf-8";
/* CSS Document */

.twoColFixLtHdr #maincontent {
	float: right; /* since this element is floated, a width must be given */
	width: 570px;
	margin-right: 10px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #e0e0e0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	background-image: url(../images/main_content_bg.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #maincontent h1{
	font-size: 14px;
	color: #efefef;
	font-weight: 700;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0;
	line-height: 30px;	
} 
.twoColFixLtHdr #maincontent h2{
	font-size: 12px;
	color: #15317e;
	font-weight: 600;
}
.twoColFixLtHdr #maincontent h3{
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
	vertical-align: bottom;
}

.twoColFixLtHdr #leftcol{
	width: 250px;
	float: left;
}
.twoColFixLtHdr #rightcol{
	width: 250px;
	float: right;
	margin-right: 50px;
}
.twoColFixLtHdr #maincontent td a:link {
	text-decoration: none;
	color: #15317e;
}
.twoColFixLtHdr #maincontent td a:visited {
	text-decoration: none;
	color: #15317e;
}
.twoColFixLtHdr #maincontent td a:hover {
	text-decoration: underline;
	color: #cc0000;
}
.twoColFixLtHdr #maincontent td a:active {
	text-decoration: none;
	color: #15317e;

}
a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
p img { padding: 0; max-width: 100%; }
img.fltrt { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.fltlft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.centered { display: block; margin-left: auto; margin-right: auto; }

