

div#NewsAndEvents {
	background-color: #FFFFFF;
	background-image:url(../images/home/NewsAndEventsBackground.gif);
	background-repeat: repeat-x;
	width: 205px;
	min-height: 545px;
	height: auto;
	position: absolute;
	top: 25px;
	left: 515px;
	border-top: 3px solid #b0b1b3;
	border-right: 1px solid #d7d8d9;
	border-bottom: 1px solid #d7d8d9;
	border-left: 1px solid #d7d8d9;
	color: #003066;
}

* html div#NewsAndEvents		/* IE only: this keeps the min-height in IE to the set height */
{
	height: 665px;
}

div#divCtrlEvents, #divCtrlNews		/* Individual Events/News user control */
{
	padding: 5px 15px 15px 10px;
	clear: both;
}

div#divCtrlEventsTitle, #divCtrlNewsTitle		/* Events, News user control title image */
{
	padding-bottom: 5px;
}

.EventNewsCtrlDate		/* Events, News user control Date */
{
	font-weight: bold;
	background-image: url(../Images/Icons/icoLinkArrowRight.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
}

.EventNewsCtrlName		/* Events, News user control event/news Name */
{
	font-style: italic;
	padding-left: 20px;
	padding-bottom: 15px;
}

	
div#HomeFlash {
	background-image:url(../images/Home/FlashDefaultBackground.jpg);
	background-repeat: no-repeat;
	width: 748px;
	height: 182px;
	top: 55px;
	left: 0px;
}

div#WelcomeCopy {
	width: 484px;
	height: 180px;
	padding: 15px;
	text-align: justify;
}

div#SponsorsContainer {
	width: 484px;
	height: 250px;
	background-image:url(../images/dots-horiz.gif);
	background-repeat: repeat-x;
	margin-left: 15px;
	margin-right: 15px;
}

div#Sponsors {
	width: 170px;
	height: auto;
	padding-top: 8px;
}

.SponsorsControlItem
{
	border: solid 1px #C1C2C4;
	margin-bottom: 8px;
	width: 155px;
}

div#LorumIpsum {
	width: 147px;
	height: 250px;
	background-image:url(../images/dots-vert.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-left: 13px;
}

div#LorumIpsumRight {
	width: 130px;
	height: 250px;
	background-image:url(../images/dots-vert.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-left: 13px;
}


.learnMoreLink
{
	background-image: url(../Images/Icons/icoLinkArrowRight.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 17px;
	text-align: right;
	text-decoration: none;
	float: right;
}

