

/* Background Properties */
body
{
	background-image: url('bg_contactus.png');
	background-repeat: no-repeat;
	background-position: 10 10;
}


/* Body Content Properties */
.body
{
	position: absolute;
	left: 260px;
	top: 165px;
	width: 470px;
	height: 420px;
	color: #000000;
	font-size: 16px;
	font-family: arial
}


/* Body Header Properties */
.bodyheader
{
	position: absolute;
	left: 260px;
	top: 130px;
	width: 470px;
	color: #009999;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}


/* Bullet/List properties */
.bullets {
	position: absolute;
	left: 225px;
	width: 470px;
	height: 420px;
	color: #000000;
	font-size: 12px;
	font-family: arial
}


/* Sets link back to index */
.hidden
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 230px;
	height: 100px;
}


/* Header Properties */
.header
{
	position: absolute;
	top: 81px;
	text-decoration: none;
	font-size: 14px;
	font-family: arial;
}


/* Hyperlink Properties */
a
{
	text-decoration: none;
}


/* Hyperlink Hover Properties */
A:hover
{
	color: black;
	background: transparent;
}


/*Navbar Header Properties */
.navheader
{
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}


/* Navbar Link Properties */
.title	
{
	position: absolute;
	width: 200px;
	left: 10px;
	z-index: 10;
	font-family: arial;
	color: #009999; 
	font-size: 14px;
}


/* Submenu Properties */
.submenu
{
	position: absolute;
	left: 25px;
	width: 180px;
	background-color: transparent;
	font-family: arial;
	color: #009999; 
	font-size: 12px;
	visibility: hidden;
	text-decoration: none;
}


/* Table Properties */
table
{
	position: absolute;
	top: 130px;
	left: 30px;
}