/* CSS Document*/
#Header{ 
	/*background image needs to be 800px by 135px*/
	background:transparent url("../images/MainContentHeader.jpg") no-repeat;
	width:100%;
	height:245px;
}
#HeaderBar{
	background-color:#447bd4;
	font:bold 1.8em Arial,Helvetica, sans-serif;
	text-align:right;
	color:#05316d;
	position:relative;
	top:135px;
	height:110px;
	padding-right:10px;
	padding-bottom:5px;
}

#HeaderBar .ByLine{
	border-top:solid 1px #05316d;
	border-bottom:solid 1px #05316d;
	width:100%;
	text-align:right;
	padding-right:10px;
	padding-bottom:1px;
	background-color:#ffd673;
	color:#05316d;
	font:bold .5em Arial,Helvetica, sans-serif;
	margin-bottom:5px;
}

#Showcase{background-color:#447bd4;border-color:#05316d;}

.ShowcaseItem{}

.ShowCaseItemHeader{
	background-color:#ffd673;
	color:#05316d;
}

.ShowCaseItemText{background-color:white;}
.ShowCaseItemDetail{border-top-color:#05316d;}

A.ShowCaseItemDetail:Link,A.ShowCaseItemDetail:Visited,A.ShowCaseItemDetail:Hover{
	color:white;
	background-color:#05316d;
}
