@charset "iso-8859-1";
/* CSS Document */

body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


h1 {
	color: #4278BF;
}
#links {
	display: none;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	margin-bottom: 20px;
	height: 720px;
}
.oneColFixCtr #container #mainContent img {
	padding: 8px;
}
.oneColFixCtr #container #mainContent #bdy {
	float: left;
	width: 430px;
	clear: none;
}
#enterweb	{
	position:absolute;
	top:50px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 6px;
	background-color: #FF0000;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	z-index:8;
	left:55%;
	font-size: 14px;
}
.WebLinks {
	float: right;
	display: block;
	background-color: #91CFF4;
	padding: 15px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
}


.WebLinks a{
	color: #FFF9D7;
	text-decoration: none;
	list-style-type: none;
	left: -45px;
	position: relative;
	display: block;
	background-color: #4278BF;
	padding: 2px;
}
.WebLinks #lnkhead {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0;
	margin: 0px;
	padding: 0px;
	display: block;
}

.WebLinks h1 {
	font-size: 13pt;
	color: #FFF;
}
.WebLinks ul li {
	font-size: 10pt;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding-top: 4px;
	padding-left: 4px;
	list-style-position: outside;
	text-indent: 0px;
	white-space: normal;
	display: list-item;
	padding-bottom: 4px;
}
