/* CSS Document */

div#flashWelcome {
	width: 270px;
	height: 500px;
	position: absolute;
	top: 6px;
	left: 20px;
}

div#flashIntro{
	padding-top: 25px;
	position: absolute;	
}

div#homeContentContainer{

	width: 642px;
	min-height: 200px;
	position: absolute;
	top: 270px;
	left: 306px;
	height: auto;
	display: block;
	margin-top: 15px;
}

*html div#homeContentContainer
{
	height: 200px;
}

.verticalLine
{
	background: url(../Images/Page/VerticalLine.gif) repeat-y 50% top;
}

/* ****************************** USER CONTROLS ****************************** */

div#divCtrlAnnouncements
{
	padding-top: 5px;
	width: 300px;
}

ul#AnnouncementsCtrl
{
	margin-left: 10px;
}

ul#AnnouncementsCtrl li
{
	font-weight: bold;
	background-image: url(../Images/Icons/icoLinkArrowRight.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
	position: relative;
	list-style-type: none;
}

.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;
	margin-right: 3px;
}