body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-image: url('images/bluetile.gif');
}

#layoutgrid{
	display: table;
	height: 100%;
	width: 100%;
}
#layoutgrid td {
	vertical-align: middle;
	text-align: center;
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #54A4DE;
	text-align: center;
}

p {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-indent: 30px;
}

#noIndent, #noIndentFooter {
	text-indent: 0;
}

a {
	color: #54A4DE;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:link {
	color: #54A4DE;
}

a:visited {
	color: #54A4DE;
}

a:hover {
	color: black;
}

#quote {
	font-style: italic;
	margin: 0px 100px 0px 100px;
	text-indent: 30px;
}

#right {
	margin: 0px 100px 15px 100px;
	text-align: right;
}

#copyright {
	margin: 30px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
	color: #54A4DE;
}

#splashmain {
	margin-left: auto;
	margin-right: auto;
	height: 450px;
	width: 600px;
	color: #54A4DE;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 11px;
	background-color: #BBD9EE;
}

#splashsub {
	position: relative;
	top: 15px;
	left: 15px;
	height: 420px;
	width: 571px;
	color: #54A4DE;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 11px;
	background-color: #F1EFE2;
	border: 1px solid white;
}
*html #splashsub {
	left: 0px;
}

#links {
	position: absolute;
	top: 105px;
	left: 183px;
	height: 140px;
	width: 210px;
}
*html #links {
	left: 182px;
}

#links1 {
	position: absolute;
	top: 210px;
	left: 183px;
	height: 140px;
	width: 210px;
}
*html #links1 {
	left: 182px;
}

#splashmain a.float {
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	display: block;
	height: 97px;
	width: 100px;
	color: white;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 11px;
	background-color: #54A4DE;
}
*html #splashmain a.float {
	height: 100px;
}

#splashmain a.float:hover {
	color: white;
	background-color: #D52574;
	/*background-image: url('images/bluetile.gif');*/
}

#title {
	border: 1px solid white;
	color: #54A4DE;
	background-color: #E7E4D3;
	margin: 10px 15px 10px 15px;
	padding: 9px 0px 7px 0px;
	height: 34px;
	border: 1px solid white;
	background-image: url('images/introtitle.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#title span {
	display: none;
}
*html #title {
	height: 52px;
}

#splashmain #lightlink a.float {
	background-color: #BBD9EE;
	color: #54A4DE;
}

#splashmain #lightlink a.float:hover {
	background-color: #F64494;
	color: white;
}

#cornertopleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 86px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url('images/introtopleftsquares.gif');
}

#cornertopright {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 86px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url('images/introtoprightsquares.gif');
}

#cornerbottomleft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 86px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url('images/introbottomleftsquares.gif');
}

#cornerbottomright {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 86px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url('images/introbottomrightsquares.gif');
}

#sideleft1 {
	position: absolute;
	top: 105px;
	left: 5px;
	width: 173px;
	height: 100px;
	background-image: url('images/bluetile.gif');
}
*html #sideleft1{
	left: 4px;
}

#sideleft2 {
	position: absolute;
	top: 210px;
	left: 5px;
	width: 173px;
	height: 100px;
	background-image: url('images/bluetile.gif');
}
*html #sideleft2 {
	left: 4px;
}

#sideright1 {
	position: absolute;
	top: 116px;
	right: 5px;
	width: 173px;
	height: 100px;
	background-image: url('images/bluetile.gif');
}
*html #sideright1 {
	right: 3px;
}

#sideright2 {
	position: absolute;
	top: 221px;
	right: 5px;
	width: 173px;
	height: 100px;
	background-image: url('images/bluetile.gif');
}
*html #sideright2 {
	right: 3px;
}

#gap {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin: 240px 0px 40px 0px;
	padding: 0px;
	text-indent: 0px;
}