/* CSS Document */
h2{
	font-size:1.7em;

}

.leftHome{
	width:360px;
	float:left;
}

.rightHome{
	float:right;
	width:360px;
}

.quickLinks ul{
	margin:15px 0 0 0;
}
.quickLinks li{
	list-style:none;
	float:left;
	background:url(Media/quickLinks.gif) no-repeat top right;
	padding-right:70px;
}
.quickLinks li.quickLinksFirst{
	background:url(Media/quickLinksFirst.gif) no-repeat top right;
}
.quickLinks li.quickLinksLast{
	background:url(Media/quickLinksLast.gif) no-repeat top right;
}
/*
.quickLinks a{
	display:block;
	height:32px;
	padding-top:10px;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	font-size:90%;
	float:left;
}
.quickLinks li.quickLinksFirst a{
	background:url(Media/quickLinksLeftEnd.gif) no-repeat;
	padding-left:15px;
}
.quickLinks a:hover{
	text-decoration:underline;
}
*/
.whatsNew{
	background:url(Media/whatsNew_bg.gif) no-repeat;
	padding:20px 33px 10px 22px;
	margin-top:15px;
	width:300px;
	line-height:1.5em;
}
.whatsNewBottom{
	background:url(Media/whatsNew_bg_bot.gif) no-repeat bottom left;
	height:5px;
	width:350px;
}
.whatsNew h2{
	font-size:120%;
	padding-bottom:14px;
	margin-bottom:17px;
}
.whatsNew p{
	margin-bottom:10px;
}
#rightCol { margin-bottom:0 }