body
{
	padding: 0;
	margin: 0; 
	background-color: #ffffff; 
	font-family: helvetica,arial; 
	font-size: 12px;
}

td
{
	font-family: helvetica,arial;
	font-size: 12px;
	color: #000000;
}

img
{
   border: 0;
}

a,a:link,a:active,a:visited 
{ 
	text-decoration: none; 
	color : #3333CC; 
}

a:hover	
{ 
	text-decoration: underline; 
	color : #3333CC; 
}

h2 
{ 
	font-family: helvetica,arial;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	margin: 8px 0 8px 0; 
}

.navButton
{
	padding-bottom: 5px;
}

.footer
{
	padding: 20px 0 10px 0;
}

/* Style for ajax vendors */
#leftcolumn
{
	float:left;
	width:200px;
	padding: 5px;
}

#leftcolumn a
{
	display: block;
	width: 100%;
	font-weight: bold;
}

#rightcolumn
{
	float:left;
	
	margin-left: 10px;
	padding: 10px;
}



#content
{
	min-height: 400px;
}

* html #content /*IE only style*/
{
	height: 400px;
}