@charset "utf-8";
#homeIcon
{
	float: left;
	margin-left: 300px;
	margin-top: 15px;
}
#welcome
{
	margin-left: 0px;
	float: left;
	margin-top: 25px;
}
/* CSS Document */

#splashBoxArea
{
	width: 350px;
	float: left;
	margin-right: 13px;
	margin-left: 12px;
}
#splashBoxTop
{
	background-attachment: scroll;
	background-image: url(../images/splashBoxTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 355px;
}
#splashBox
{
	background-attachment: scroll;
	background-image: url(../images/splashBoxBG.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 350px;
	width: 355px;
}
#splashBoxBottom
{
	background-attachment: scroll;
	background-image: url(../images/splashBoxBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 355px;
}
#splashBoxText
{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#splashBoxText h1
{
	color: #E4922C;
	text-align: center;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 25px;
	margin: 0px;
}
#splashBoxText h2
{
	font-size: 14px;
	color: #000;
	font-family: Calibri, Arial;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#splashBoxText p
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: justify;
}
#splashBoxText a:link, #splashBoxText a:visited, #splashBoxText a:active, #splashBoxText a
{
	font-family: Tahoma, Geneva, sans-serif;
	color: #00F;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}
#splashBoxText a:hover
{
	text-decoration: underline;
}
#splashBoxText #link {
	text-align: right;
	margin-bottom: 15px;
}

#splashText 
{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}#splashBoxes {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 10px;
}
#splashIcon {
	height: 92px;
	width: 350px;
	text-align: center;
}

