@charset "utf-8";
/* CSS Document */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0;
}

a	{
	color: #FFF;
	text-decoration:none;
	border:none;
}
a:visited{
	color:#79BCFF;
	text-decoration:none;
	border:none;
}
a:hover	{
	background-color:#A8DEFF;
	text-decoration:none;
	color: #FFF;
	border: none;
}

body {	
	/*background: url(../images/LincolnVBackground-01.png) no-repeat;
	background-size: 100%;*/
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

#mainTable {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:-350px;
	top:50%;*/
}

p {
	text-indent:50px;
}

#mainContainer {
	margin-left:-300px;
	position:absolute;
	left:50%;
	width:0px;
	height:0px;
	/*width:600px;
	height:696px;*/
	z-index:7;
}

#apDiv1 {
	position:absolute;
	left:208px;
	top:1px;
	width:0px;
	height:0px;
	z-index:1;
}

#mainContent {
	padding:10px;
	padding-right:10px;
	padding-bottom:10px;
	position:absolute;
	left:158px;
	top:287px;
	width:439px;
	height:452px;
	z-index:8;
}

a#mainContent {
	color:#06F;
}

#sideBarDiv {
	position:absolute;
	left:-17px;
	top:285px;
	width:158px;
	height:283px;
	z-index:8;
}

#footerDiv {
	position:absolute;
	left:0px;
	top:831px;
	width:589px;
	height:21px;
	z-index:8;
	text-align: center;
	color:#FFF;
	font-size:10px;
}

#sideBarTable {
	text-align:center;
}

#mainTable tr td img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
