body	
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	line-height: 14px;
	color: black; 
	background-color: #c9cdd3; 
	margin: 0px 0px 0px 0px;
}

.gray
{ 
	background-color: #5f676a; 
}

body.light_gray, td.light_gray
{ 
	background-color: #c9cdd3; 
}

body.white, td.white
{ 
	background-color: #ffffff; 
}

body.blue, td.blue
{ 
	background-color: #00aad6; 
}

td
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 14px;
	color: black;
}

a:link, a:visited,	a:active	
{
	text-decoration: none; 
	color: #5f676a; 
}

a:hover		
{	
	text-decoration: underline; 
	color: #5f676a; 
}

select, textarea
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	color: black; 
	background-color: white;
	border-color: #5f676a;
	border-style: solid;
	border-width: 1px;
}

input
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	color: black; 
	background-color: white;
	border-color: #5f676a;
	border-style: solid;
	border-width: 1px;
}

input.checkbox, input.radio
{ 
	background-color: transparent;
	border-width: 0px;
}

input.button
{ 
	cursor: pointer;
	border-color: #00aad6;
	background-color: #00aad6;
	height: 16px;
}

.form_error
{
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
}

#wrapper
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

#main
{
	text-align: left;
	width: 600px;
	height: 450px;
	background-color: #ffffff;
	border: 1px #5f676a solid;
	overflow: hidden;
  margin-left: -300px;
	position: absolute;
	top: -225px;
	left: 50%;
}

#content
{
	text-align: left;
	width: 550px;
	height: 450px;
	overflow: auto;
	position: relative;
	top: -450px;
	left: 0px;
}

#logo
{
	position: relative;
	top: 70px;
	left: 80px;
}

#menu
{
	text-align: left;
	width: 50px;
	height: 450px;
	background-color: #00aad6;
	border-left: 1px #5f676a solid;
	position: relative;
	top: 0px;
	left: 550px;
}

#menu h3
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal;
	font-weight: bold;
	color: white;
	text-align: center;
}

#contact
{
  width: 50px;
  height: 56px;
	border-bottom: 1px #5f676a solid;
	overflow: hidden;
}

#contact_bar
{
  width: 8px;
  height: 56px;
	background-color: white;
	position: relative;
	top: -56px;
	display: none;
}

#customer
{
  width: 50px;
  height: 102px;
	border-top: 1px #5f676a solid;
	overflow: hidden;
	position: relative;
	top: 290px;
}

#customer_bar
{
  width: 8px;
  height: 102px;
	background-color: white;
	position: relative;
	top: -102px;
	display: none;
}


