/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#ffffff;
}

body {
	width:100%;
	height:100%;
	background-color:#97b8dd;
}

.container0 {
	width:640px;
	margin:157px auto;
}

.middle {
	width:640px;
	height:329px;
	background:top left repeat-y url(../img/middle_tile.gif);
}

.logoContainer {
	width:207px;
	height:56px;
	z-index:2;
	float:left;
	margin-left:17px;
	margin-top:17px;
	position:absolute;
}

.upperBorder {
	background:top left repeat-x url(../img/upper_tile.gif);
	width:640px;
	height:36px;
}


.leftCorner {
	float:left;
	background:top left no-repeat url(../img/landing_cornerUL.gif);
	width:36px;
	height:36px;
}
.rightCorner {
	float:right;
	background: top left no-repeat url(../img/landing_cornerUR.gif);
	width:36px;
	height:36px;
}

.bottomBorder {
	background:top left repeat-x url(../img/bottom_tile.gif);
	width:640px;
	height:36px;
}

.bottomBorder .leftCorner {
	background-image:url(../img/landing_cornerBL.gif);
}
.bottomBorder .rightCorner {
	background-image:url(../img/landing_cornerBR.gif);
}


h3 {
	padding-top:110px;
	text-align:center;
}

.linksContainer {
	width:413px;
	margin:20px auto;
}

.leftLink, .rightLink {
	width:177px;
	border:1px solid black;
	height:54px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

.leftLink {
	float:left;
	padding-top:10px;
	height:44px;
}
.rightLink {
	padding-top:5px;
	height:49px;
	float:right;
}
