body, div, td, ul, ol, li, p, h1, h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

body {
	width: 100%;
}

#LogoToolsContainer {
	position: relative;
	width: 775px;
}

#ToolsContainer {
	width: 260px;
	position: absolute;
	top: 15px;
	left: 493px;
	line-height: 12px;
	text-align: right;
}

#ToolsContainer a {
	color: #A64;
	text-decoration: none;
	padding-left: 12px;
}

#ToolsContainer a:hover {
	color: #AAA;
}	

#NavTitleContainer {
	width: 775px;
	background: #347 none;
	text-align: right;
	position: relative;
}

#NavContainer, #NavContainerHome {
	position: absolute;
	background: #FFF none;
	width: 182px;
	left: 16px;
	width: 182px;
	text-align: left;
	padding-top: 2px;
}

#NavContainer {
	top: 15px;
}

#NavContainerHome {
	top: 32px;
}

#NavContainer a, #NavContainerHome a {
	width: 164px;
	display: block;
	background: #6AD url(/images/nav_bullets-off.gif) no-repeat top left;
	padding: 4px 0 4px 18px;
	color: #FFF;
	line-height: 12px;
	border-bottom: 2px solid #FFF;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}

#NavContainer a:hover, #NavContainerHome a:hover, #NavContainer a.highlight {
	color: #347;
	background-image: url(/images/nav_bullets-on.gif);
}

#GraySpacer {
	width: 775px;
	background: #AAA none;
	margin-top: 2px;
}

#ContentContainer {
	width: 775px;
	position: relative;
}

#TransactionsContainer {
	width: 182px;
	float: left;
	display: inline;
	margin: 12px 0 0 23px;
}

#TransactionsContainer ul {
	list-style-type: none;
	background: transparent url(/images/hdiv.gif) repeat-x bottom;
}

#TransactionsContainer li {
	background: transparent url(/images/hdiv.gif) repeat-x top;
	display: block;
	padding: 6px 0 7px 12px;
	text-indent: -8px;
	color: #59D;
}

#TransactionsContainer a {
	color: #59D;
	text-decoration: underline;
}

#TransactionsContainer a:hover {
	text-decoration: none;
	background-color: #EEE;
}

.GrayBullet {
	color: #999;
}

.RustBullet {
	color: #A64;
}

.RustBulletBold {
	color: #A64;
	font-weight: bold;
}


#Content, #HomeContent {
	width: 500px;
	float: left;
	display: inline;
	margin: 12px 0 0 32px;
}

#HomeContent p {
	line-height: 20px;
	margin-bottom: 10px;
}

#Content p {
	line-height: 18px;
	margin-bottom: 10px;
}

#Content strong {
	font-weight: bold;
	color: #347;
}

#Content h1 {
	font-size: 14px;
	color: #347;
	line-height: 14px;
	margin-bottom: 10px;
}

#Content h2 {
	font-size: 12px;
	color: #347;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 3px;
}

#Content ul, #Content ol {
	list-style-type: none;
	margin-bottom: 15px;
}

#Content ul li {
	display: block;
	padding: 6px 0 0 12px;
	text-indent: -8px;
	line-height: 18px;
}

#Content ol li {
	display: block;
	padding: 6px 0 0 20px;
	text-indent: -16px;
	line-height: 18px;
}

#Content ul.steps li {
	display: block;
	padding: 6px 0 0 45px;
	text-indent: -41px;
	line-height: 18px;
}

#Content a {
	text-decoration: underline;
	color: #A64;
}

#Content a:hover {
	background-color: #EEE;
	text-decoration: none;
}

p.copyright {
	font-size: 10px;
	color: #347;
	margin-top: 40px;
}

.dataTable th {
	width: 200;
	padding: 4px 8px 4px 0;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.dataTable td {
	width: 260;
	padding: 4px 0 4px 8px;
	vertical-align: top;
}

.transactionTable th {
	width: 100px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.transactionTable td {
	vertical-align: top;
	padding-left: 10px;
}

img.transactionPhoto {
	margin: 0 0 10px 15px;
}

.formTable th {
	width: 150px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 3px 5px 3px 0;
}

.formTable td {
	width: 350px;
	vertical-align: top;
	padding: 3px 0 3px 5px;
}

.formTable input, .formTable textarea {
	background-color: #EFEFEE;
}

.formDetail {
	font-size:11px;
	font-weight: normal;
}