body {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	height: 100%;
	color: #fff;
	background-color: #2d2d2d;
	font-family: Arial, Halvetica, sans-serif;
	font-size: 10pt;
}

strong {
	color: #fff;
}
a:link, a:visited {
	font-weight: bold;
	color: #fff;
}

img {
	border: none;
}
#adds{
	margin: 5px 0px 5px 0px;
	width: 100%;
}

#add1,
#add2,
#add3,
#add4 {
	margin: 0;
	padding: 0 0 0 0;
	width: 230px;
	height: 150px;
}

#sendandreceive {
	position: relative;
	margin: 0 0 0 0px;
	padding: 10px 0px 0px 150px;
	width: 480px;
	height: 150px;
	background: url(/images/sendreceiveBG.png)  no-repeat top left;
	color: black;
	font-size: 9pt;
	vertical-align: top;
}

#sendandreceive p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sendandreceive form {
	position: relative;
	font-size: 12px;
	height: 135px;
}

#sendandreceive form #gobutton {
	position: absolute;
	right: 50px;
	bottom: 15px;
}

.small
{
	font-size: .75em;
	font-style: italic;
}


div.splash {
	width: 960px;
	padding: 0;
	margin: 0;
	text-align:center;
}

h1 {
	font-size:65px;
	margin: 0px;
}

h2 {
	font-size:15px;
	margin: 0px;
	color: #ccc;
}

h3 {
	font-size:15px;
	margin:0px;
}

.center
{
	width: 100%;
	text-align: center;
}

table.main {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

table.main td {
	vertical-align: top;
	width: 238px;
	padding: 0px 2px 0px 0px;
}

/*
table.main td.left {
	vertical-align: top;
	width: 238px;
	padding: 0px 2px 0px 0px;
}


table.main td.middle {
	vertical-align: top;
	width: 479px;
	padding: 0px 5px 0px 5px;
}

table.main td.right {
	vertical-align: top;
	width: 238px;
	padding: 0px 0px 0px 2px;
}
*/

table.main td.formLeft {
	padding:0;
	margin:0;
	vertical-align: top;
}

table.main td.formRight {
	width: 100%;
	padding:0;
	margin:0;
	vertical-align: top;
}

table.main div.tabHeadingSmall
{
	background: url(/images/smallTitleBar.png)  no-repeat top left;
	color: #222;
	height: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

table.main div.tabHeadingWide
{
	background: url(/images/wideTitleBar.png)  no-repeat top left;
	color: #222;
	height: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

table.main p {
	color: #bbb;
	margin:20px;
	margin-top:0px;
	font-size:12px;
}

/* using child selector as an IE 6.0 hack */
body > table.main ul {
	margin:0;
	margin-bottom:20px;
	margin-right:20px;
	color: #bbb;
	font-size:12px;
}

table.main div.tabBody,
table.main div.tabBodyVariable
{
	background-color:#000;
	width:100%;
	height: 130px;
	top:0px;
	z-index:0;
}

table.main div.tabBodyVariable
{
	height: inherit;
}

table.main div.tabBody form,
table.main div.tabBody form input
{
	padding: 0;
	margin: 0;
}


table.main div.tabBody #thanks,
table.main div.tabBody #thanks br

{
	padding: 0 0 0 0;
	margin: 0 120px 0 120px;
	font-size: 9px;
}

table.main div.tabBody h3
{
	font-size:12px;
	margin:20px;
	margin-top:0px;
	margin-bottom:0px;
}

#icons
{
    display: inline;
    list-style-type: none;
    padding: 0px;
	
}

#lowerNavigationBar 
{
	font-size:9px;
	padding: 0;
}

#legal
{
	font-size:9px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

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

#lowerNavigationBar ul
{
	text-align:right;
	padding:0;
	margin: 0;
}

#legal li,
#lowerNavigationBar li {
	display: inline;
	list-style-type: none;
	padding: 0 .2em;
}

#legal li.last,
#lowerNavigationBar li.last
{
	border: none;
}


