div.HomepageBannerBG 
{
	background-image: url(../homepageimages/HomepageBannerBG.png);
	background-repeat: repeat-x;
	z-index: 0;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 158px;
}

.HomepageLogo {
	left: 20px;
	top: 13px;
	position: absolute;
	text-align: center;
}


p.HomepageBannerText {
	padding: 0px;
	margin: 0px;
	z-index: 1;
	left: 160px;
	top: 30px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0px white;
	color: #484848;
	font-size: 26pt;
	font-family: "American Typewriter", Courier, "Courier New", Monaco, monospace;

}

p.HomepageBannerSubText {
	padding: 0px;
	margin: 0px;
	z-index: 1;
	left: 160px;
	top: 70px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0px #f0f0f0;
	color: #484848;
	font-size: 15pt;
	font-family: "American Typewriter", Courier, "Courier New", Monaco, monospace;

}


div.ApplicationBox {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 175px;
	height: 307px;
	width: 508px;
	background-image: url(../homepageimages/appboxbg.png);
}

img.ApplicationBoxImage {
	
	margin-left: 60px;
	
	margin-right: 50px;
	
	float: left;
	
	margin-top: 80px;
	
}

p.ApplicationBoxContents {
	text-decoration: none;
	color: #4c4c4c;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
	font-weight:300;
}

div.HomePageNavMenu
{
	right: 30px;
	top: 80px;
	position: relative;
	z-index: 1;
	margin-top: 10px;
	text-shadow: 1px 2px 4px black;
	color: white;
	text-align: right;
	font-size: 13pt;
	font-family: "American Typewriter", Courier, "Courier New", Monaco, monospace;
}

a.HomePageNavMenu:link
{
	color: white;
}

a.HomePageNavMenu:visited
{
	color: white;
}

a.HomePageNavMenu:hover
{
	color: #e6e6e6;
}


h2 {
	text-decoration: none;
	padding-top: 100px;
}

a {
	text-decoration: none;
}

p.HomepageLogoText {
	left: 25px;
	top: 200px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-shadow: 1px 2px 6px black;
	color: white;
	font-size: 28pt;
	font-family: "American Typewriter", Courier, "Courier New", Monaco, monospace;
}


div.CornerFeeds
{
	right: 8px;
	top: 11px;
	position: absolute;
}
