@charset "utf-8";

body {
	background-color: #fff;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body * {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: x-large;
	text-align: left;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
	text-align: left;
	font-size: large;
}
#content img {
	padding-top: 5px;
	padding-right: 10px;
	padding-left:10px;
	padding_bottom:5px;
}

#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	margin: 0 auto 0 0;
	width: 1010px;
}
#logo {
	margin-left: 0px;
	margin-top: 3px;
	display: inline;
	float: left;
	height: 79px;
	margin-bottom: 0;
	width: 211px;
}
#button {
	margin-right: 0px;
	margin-left:8px;
	margin-top: 49px;
	/*background-image: url(button.gif);*/
	overflow: hidden;
	display: inline;
	float: right;
	height: 43px;
	margin-bottom: 0;
	width: 190px;
}
#topBar {
	margin-left: 4px;
	margin-top: 3px;
	display: inline;
	float: left;
	height: 13px;
	margin-bottom: 0;
	width: 1060x;
}
#content {
	margin-left: 4px;
	margin-top: -1px;
	padding-left:20px;
	padding-top:10px;
	background-image: url(images/content.gif);
	background-repeat:no_repeat;
	overflow: visible;
	display: inline;
	float: left;
	height: 50px;
	margin-bottom: 0;
	width: 980px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003163;
}
#button {
	color: #CCC;
	font-size: 24px;
	text-align: center;
	padding-top: 3px;
	height: 40px;
}

#button a {
	color: #CCC;
	text-decoration: none;
}
#button a:hover{
	color:#999;
	font-style: normal;
}
#rightBox{
	float: right;
	width: 185px;
	height: 400px;
	background-color: #000040;
	color: #999;
	margin-left: 20px;
}

#rightBox p {
	padding:10px;
	text-align: center;
}
#rightBox form table tr td font {
	color: #CCC;
	text-align: left;
}
