@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF url(../images/background-subpage.jpg) repeat-x 50% 0;
}

#mainContent {
	margin-top: 20px; /* Append to main.css */
	min-height: 400px;
}

#twoColumnLeft {
	width: 675px;
	margin-left: 10px;
}
#twoColumnRight {
	float:right;
}

#threeColumnLeft {
	width:205px;
	padding-left:10px;
	padding-top:20px;
	float:left;
	font-size: 10px;
	font-weight:bold;
}
#threeColumnLeft a {
	text-decoration:none;
	color: #1d1957;
}
#threeColumnLeft a:hover {
	text-decoration: underline;
}
#threeColumnLeft li {
	list-style-image:url(../images/bullet.png);
	list-style-position: outside;
	margin-bottom:10px;
}
#threeColumnRight {
	float:right;
}
#threeColumnRight img {
	/*position:relative;*/
	margin-top:78px;
	/*right:-4px;*/
	margin-left: 7px;
}
#threeColumnMiddle {
	/*width: 450px;*/
	margin-left: 235px;
}

#secondaryNavigation {
	height: 147px; /* Override from main.css */
}