html 
	{ 
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	}
	
body 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 80% arial, helvetica, sans-serif;
	text-align: center; /* for IE */
}

IMG
{
	border:0px;
}

h1
{
	margin:0px;
	padding-top:0px;
	padding-bottom:12px;
	font-family: arial, helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

h2
{
	margin:0px;
	padding-top:0px;
	padding-bottom:12px;
	font-family: arial, helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}

p 
{ 
	color: black;
}

a 
	{
	font-weight:normal;
	}

a:link
	{

	color:#990000;
	}

a:visited
	{
	color:#990000;
	}

a:hover
	{
	color:#990000;
	text-decoration:none;
	}

#wrapper 
{
	width: 488px;
	height:auto;
	vertical-align: top;
	text-align: left; /* counter the body center */
	margin: 15px auto 0 auto;
}
#logo 
{
	width: 271px;
	height: 57px;	
}

#topbar 
{
	background-image: url('/frontend/images/TopBar.jpg');	
	width: 514px;
	height: 32px;
	padding: 15px 10px 0 0;
	text-align: right;
	font-size:10px;
	color:#ffffff;
	text-transform: uppercase;
}

#wrapper_content
{
	width:488px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
	
#content 
{	
	width: 488px;
	height: auto;
	margin-bottom:0px;
	padding: 10px 17px 0 17px;
	float:left;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}



#footer
{
	clear: both; 
	display: block;
	width:514px;
	margin-top:0px;
	padding: 11px 10px 10px 0;
	border-top:4px solid #00535e;
	text-align: right; 
	font-family: arial, helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
}


td.header
{
background-color:#cccccc;
vertical-align:top;
}

tr.header
{
background-color:#cccccc;
vertical-align:top;
}

table.border
{
border-top:#333333 1px solid;
border-bottom:#333333 1px solid;
border-left:#333333 1px solid;
border-right:#333333 1px solid;
border-collapse : collapse;
}

table.border tr
{
border-top:#333333 1px solid;
border-bottom:#333333 1px solid;
border-left:#333333 1px solid;
border-right:#333333 1px solid;
padding: 4px 4px 4px 4px;
}

table.border td
{
border-top:#333333 0px solid;
border-bottom:#333333 0px solid;
border-left:#333333 1px solid;
border-right:#333333 1px solid;
padding: 3px 3px 3px 3px;
}
