@charset "utf-8";
body {
	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;
	font-size: 100%;
	background-color: #035088;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #CCCCCC;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
}
#menu {
	text-align: center;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	width: 890px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
#bottom-bg {
	background-image: url(images/bg/bottom-bg.png);
	background-repeat: repeat-y;
	height: 20px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-repeat: no-repeat;
	height: 517px;
	width: 877px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #035088;
	text-align: center;
}
#footer p {
	color: #FFFFFF;
	font-size: 13px;
}


#footer a:link {
	color: #FF9900;
	font-weight: bold;
	font-size: 13px;
}
#footer a:visited {
	color: #FFD28E;
	font-size: 13px;
}
#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
#footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}

#div-table {
	background-color: #FFFFFF;
	width: 864px;
	padding-left: 12px;
	margin-left: 12px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: normal;
}
#banner {
	height: 310px;
	background-image: url(images/topbanner.png);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}

#bv_Image22 {
	position: relative;
}
li {
	list-style-type: none;
	list-style-image: url(images/arrow.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
.table-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 4px;
}

#top {
	background-image: url(images/big%20box%20bg/top.jpg);
	background-repeat: no-repeat;
	width: 868px;
	height: 30px;
}
#top1 {
	background-image: url(images/big%20box%20bg/top.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 892px;
}

#middle {
	background-image: url(images/big%20box%20bg/middle.jpg);
	background-repeat: repeat-y;
	width: 892px;
	background-color: #FAF9F9;
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 892px;
}

#register-login-table {
	padding-left: 20px;
	width: 892px;
	text-align: center;
}

#text {
	padding: 0px;
	width: 892px;
}
#top-bg {
	background-image: url(images/bg/bgtop.png);
	background-repeat: no-repeat;
	height: 12px;
	background-position: center;
	width: 877px;
}
#middle-bg {
	background-repeat: repeat-y;
	background-image: url(images/bg/bgmiddle.png);
	width: 877px;
	text-align: center;
	background-position: center;
}
#bottom-bg {
	background-image: url(images/bgbottom.png);
	background-repeat: no-repeat;
	height: 8px;
	background-position: center;
	width: 877px;
}
#maincontent {
	text-align: center;
}
#maincontent #top-main {
	background-repeat: no-repeat;
	height: 9px;
	background-position: center;
}

#maincontent #mid-main {
	background-repeat: repeat-y;
	background-position: center;
}
#maincontent #bottom-main {
	background-repeat: no-repeat;
	height: 9px;
	background-position: center;
}
