body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

/* MAIN CONTAINER DEFINITION */
#container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #000000;
  }

/* PAGE CONTENT DEFINITION */
#content {
  width: 100%;
  height: auto;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  }
  
/* TOP BAR - includes information if user is signed up and etc. */
.topbar {
  width: 790px;
  height: 20px;
  background-color: #1D6FC0;
  border-top: 1px solid #4E9EEC;
  border-bottom: 1px solid #4E9EEC;
  text-align: right;
  padding-right: 10px;
  }

/* LEFT MENU definition */
.menu_left {
  width: 160px;
  float: left;
  border: 1px solid #6CB7FF;
  }
  
/* INNER PAGE CONTENT defintion */
.inner_cont {
  width: 615px;
  padding: 10px;
  float: left;
  }

/* FOOTER definition */
.footer {
  background-color: #1D6FC0;
  border-top: 1px solid #4E9EEC;
  border-bottom: 1px solid #4E9EEC;
  text-align: center;
  color: white;
  font-family: Verdana;
  font-size: 0.7em;
  font-weight:bold;
  padding: 4px 0 4px 0;
  }

/* OTHER */  
.clear {
clear: both;
}

/* DEFAULT HYPERLINK STYLE */
.c1:link
{
	text-decoration: none;
	color: #23489D;
}

.c1:visited
{
	text-decoration: none;	
	color: #23489D;
}

.c1:hover
{
	text-decoration: underline;
	color: #23489D;
}




/* old definitons */
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

.thinborder
{
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: Black;
}


.c2:link
{
	text-decoration: none;
	color: Black;
}

.c2:visited
{
	text-decoration: none;	
	color: Black;
}

.c2:hover
{
	text-decoration: none;
	color: Blue;
	background-color: #bfc4ff;
}


td.footerbar
{
	background-image: url(bottom.jpg);
	text-align: center;
}

.heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.red
{
	color: Red;
}

.fixed
{
	font-family: Courier;
	font-size: 10pt;
}

.menulink1:link
{
	text-decoration: none;
}

.menulink1:hover
{
	text-decoration: none;
}

.menulink2
{
	text-decoration: none;
	font-size: 8pt;
}

.menulink2:hover
{
	text-decoration: none;
	font-size: 8pt;
}

.itemlink:link
{
	vertical-align: middle;
	text-decoration: none;
	color: Black;
}

.itemlink:visited
{
	vertical-align: middle;
	text-decoration: none;
	color: Black;
}

.itemlink:hover
{
	vertical-align: middle;
	text-decoration: none;
	color: Blue;
}

.itemtable
{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.itemtr
{
	vertical-align: middle;
}

.itemtr:hover, .itemtr.over
{
	background-color: #bfc4ff;
	vertical-align: middle;
}

.centered
{
	text-align: center;
}

.headertd1
{ 
	background-color: Silver;
	border-top: Gray 1px solid;
	border-bottom: Gray 1px solid;
	text-align: left;
}

.headertd2
{ 
	border-bottom: Gray 1px solid;
}

.headertd3
{ 
	border-left: Gray 1px solid;
	border-bottom: Gray 1px solid;
}

.labeldiv
{
	height: 1.65em;
	line-height: 1.65em;
	float: left;
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
	white-space: nowrap;
	/*overflow: hidden;*/
}

.imagediv
{
	width: 24px;
	height: 1.65em;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.imagediv img
{
	width: 16px;
	height: 16px;
	border-style: none;
	margin-top: 2px;
}

.tablename
{ 
	width: 100%;
	border: Gray 1px solid;
}

.contact_row 
{
	height: 1.65em;
	line-height: 1.65em;
	float: left;
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	/*overflow: hidden;*/
}

.contact_image
{
	width: 24px;
	float: left;
}

.contact_label
{
	width: 320px;
	float: left;
}

.contact_number
{
	width: 200px;
	float: left;
}

.contact_image img
{
	width: 16px;
	height: 16px;
	border-style: none;
	margin-top: 2px;
}
