@charset "UTF-8";

body {
	background-color: #fff;
	
}

#top, #bottom, #left, #right {
	background: #2E3191;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

.centerdiv {
   width: 500px;
   height: 300px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -250px;
   margin-top: -150px;
}

#tablestyle{
	text-align:center;
	vertical-align:middle;
	}
.cellstyle{
	width:250px;
	height:300px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	color: #2E3191;
	font-size:20px;
	line-height: 30px;
	}
.source-image {
	position:fixed;
  top:0px;
  left:0;
  width:100%;
  height:100%;


}
.source-image2 {
  width:100%;
  height:100%;


}

.facebook{
	padding-top:8px;
	}
.facebook{
	padding-top:8px;
	margin-left: 10px;
	}

#apDiv3 {
	position:fixed;
	bottom:20px;
	width: 700px;
	height:30px;
	z-index:11;
	vertical-align: bottom;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	color: #2E3191;
	font-size:20px;
	line-height: 30px;
	
	position: absolute;
   left: 50%;
   margin-left: -350px;

}
#blog {
	position:fixed;
	top:20px;
	width: 700px;
	height:30px;
	z-index:11;
	vertical-align: top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	color: #2E3191;
	font-size:20px;
	line-height: 30px;
	
	position: absolute;
   left: 50%;
   margin-left: -350px;

}

a:link, a:active, a:visited {
	color: #2E3191;
	font-size:20px;
	line-height: 30px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #2E3191;
	font-size:20px;
	line-height: 30px;
	
	}

.stretchedToMargin {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:15px;
    margin-bottom:15px;
    margin-right:15px;
    margin-left:15px;
	z-index:-10;

}