@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body{
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12%;
	background-repeat:repeat-x;
	background-color: #eaeaea;
	background-image: url(bkgptn.png);
}
#container {
	width: 1000px;
	margin: 0 auto;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	border-right: 1px solid #000000;
	background-image: url(bkg.png);
}
#top {
	width: 1000px;
	margin: 0 auto;
	height: 107px;
	background-image: url(top.png);
}
#top_up {
	width: 985px;
	margin: 0 auto;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 4px;
}

#top_title {
	width: 810px;
	margin: 0 auto;
	height: 18px;
	float: left;
	text-align: right;
	padding-right: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
#top_left {
	width: 160px;
	margin: 0 auto;
	height: 40px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	color: #6432AA;
	padding-right: 0px;
	text-align: right;
}

#top_right {
	width: 650px;
	margin: 0 auto;
	height: 22px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 28px;
	color: #6432AA;
	padding-right: 15px;
	text-align: right;
}


#sidebar {
	width: 170px;
	margin: 0 auto;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	height: auto;
}


#data {
	width: 830px;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

iframe#ifrm2 {
	width:830px;
	border:0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

