body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #67006E;
}
a:visited {
	color: #67006E;
}
a:hover {
	text-decoration: underline;
}
a.current {
	text-decoration: underline;
}

h1 {
	color: #31AC24;
	margin: 0px;
	font-size: 140%;
	margin-bottom: 20px;
}
h2 {
	color: #67006E;
	margin: 0px;
	font-size: 110%;
}
h3 {
	color: #31AC24;
	font-size: 100%;
}

hr {
	border: none 0;
	border-top: 1px solid #929292;
	height: 1px;
}

div#body {
	width: 976px;
	background-image: url(/images/background.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
}

div#header {
	height: 27px;
	width: 916px;
	margin: 0 auto;
	color: #666666;
	font-size: 12px;
	background-color: #d8d8d8;
}

div#header a {
	color: #666666;
}

div#top-links {
	margin-top: 30px;
}
div#top-links a {
	margin: 0px 17px 0px 17px;
	color: #535353;
	font-size: 90%;
}

div.heading {
	background-image: url(/images/bg_heading.png);
	background-repeat: repeat-x;
	height: 22px;
	padding: 6px 0 0 10px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	font-size: 80%;
}
div.heading a {
	margin: 0px 10px 0px 10px;
}

div.heading a {
	color: #ffffff;
}

div.gray_white {
	background-image: url(/images/bg_gray-white.png);
	background-repeat: repeat-x;
	border-bottom: #999999 solid 10px;
	padding: 5px;
	margin: 10px 0;
}

div.white_gray {
	background-image: url(/images/bg_white-gray.png);
	background-repeat: repeat-x;
	background-position: bottom right;
	padding: 5px;
	margin: 10px 0;
}

div#main {
	width: 673px;
	float: right;
	margin-right: 55px;
	_margin-right: 28px;
	position: relative;
}

div#sidebar {
	width: 193px;
	margin-left: 30px;
}

img {
	border: none;
}

#supHid {
	text-align: center;
	margin: 0;
	padding: 0;
}

div#content {
	background-color: #F5F5F5;
	padding: 10px;
	border-bottom: #999999 solid 10px;
}

#logout {
	font-size: 70%;
	float: right;
	margin: 0;
	padding: 0;
	color: #000000;
}

#logout a{
	color: #000000;
}

p.actions {
	font-size: smaller;
	margin-top: 1px;
}

div#footer {
	height: 21px;
	width: 922px;
	background-image: url(/images/bg_footer.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 25px;
	font-size: 77%;
	text-align: right;
	padding-right: 54px;
	color: #666666;
	clear: both;
}

div#footer a {
	color: #666666;
}

table#nav {
	margin: auto;
	height: 146px;
}

table#nav td {
	padding: 0 1px 0 1px;
	vertical-align: bottom;
}

table.pageInfo {
	width: 100%;
}

table.pageInfo th {
	text-align: left;
	font-size: smaller;
	padding: 5px;
	border-bottom: dashed #aaaaaa 1px;
}

table.accountInfo {
	width: 100%;
}

table.accountInfo th {
	text-align: left;
	font-size: smaller;
	padding: 5px;
	border-bottom: dashed #aaaaaa 1px;
}

table.accountForm {
	width: 100%;
}

table.accountForm th {
	text-align: left;
}

div#breadcrumb {
	margin-bottom: 10px;
	font-size: smaller;
	color: #6db33F;
}

div#breadcrumb a{
	color: #666666;
}

div#error {
	background-color: #eaa;
	border: solid red 1px;
	margin: 1em;
	padding: 3px;
}

div#notice {
	position: absolute;
	left: 0;
	top: -10px;
	z-index: 1;
	background-color: #aea;
	border: solid green 1px;
	margin:  1em;
	padding:  3px;
}

div.left-column {
	float: left;
	width: 100px;
}
div.right-column {
	margin-left: 150px;
}

table {
	border-spacing: 0px;
}
th.number {
	text-align: right;
}
td.number {
	text-align: right;
}

div#errorExplanation {
	padding: 5px 10px;
	border: solid 2px darkred;
	background-color: pink;
	margin-bottom: 5px;
}
div#errorExplanation h2 {
	margin: 0px;
	color: darkred;
}
div#errorExplanation p {
	margin: 5px 0px;
}
div#errorExplanation ul {
	margin: 2px;
}
div.fieldWithErrors {
	display: inline;
}

table.form input {
	width: 155px;
}