div.home {
	text-align: center;
	padding-top: 120px;
}
div.noPadding {
	padding-top: 0 !important;
}
div.homeSpacer{
	display: block;
	height: 100px;
}
div#linking {
	display:block;
	width: 200px;
	height: 130px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -100px;
}
div.home h1{
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #4343ff;
	text-align: center;
}
div.home span.textBlock {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	color: #2F2F94;
	text-align: center;
}
div.home span.textBlock a.compose{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #DD4343;
}
div.home span.textBlock a.compose:hover{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF4343;
}
div.home table.manual {
	margin-left: auto;
	margin-right: auto;
}
div.home table.manual td.manualLabel {
	font-size: 10px;
	vertical-align: top;
}

div.home h1,
div.home span.textBlock,
div.home span.textBlock a.compose,
div.home span.textBlock a.compose:hover,
div.home table.manual td.manualLabel,
div.home div.manualTitle,
div.home div.manualHeader,
div.home div.manualFooter {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
}

div.home span.textBlock,
div.home table.manual td.manualLabel,
div.home div.manualTitle,
div.home div.manualHeader,
div.home div.manualFooter {
	color: #2F2F94;
}

div.home div.manualHeader,
div.home div.manualTitle {
	text-align: center;
}
div.home div.manualTitle {
	font-size: 14px;
	font-weight: bold;
	color: #4343ff;
	margin-bottom: 10px;
}
div.home div.manualHeader,
div.home div.manualFooter {
	font-size: 11px;
}
div.home div.manualFooter {
	margin-top: 15px;
	text-align: left;
}
div#visuals {
	display: block;
	position: absolute;
	top: 138px;
	left: 50%;
	margin-left: -360px;
	padding: 0;
	width: 720px;
	height: 368px;
	/*border: 1px solid #444444;*/
}
div#visuals div.visual {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 90px;
	/*height: 90px;*/
}
div#visuals div.visual img{
	margin: 4px;
}

div#visuals div.outline {
	display: block;
	position: absolute;
	text-align: left;
	/*top: 60%;
	left: 50%;
	margin-left: -128px;
	margin-top: -75px;*/
	width: 256px;
	/*height: 150px;*/
}