﻿body
{
    background-color: #e6ebee;
    color: #000000;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    margin: auto;
}
h1, h2, h3, h4, h5, p
{
    margin: 0px;
    font-weight: normal;
    padding: 0px;
}
form
{
    margin: 0px;
    width: auto;
    padding: 0px;
}
img
{
    border: 0px;
}
a 
{
    text-decoration: none;
    color: #4174bc;
}
a:hover 
{
    text-decoration: underline;
}
table tr td img 
{
    display: block;
}
object 
{
	display: block;
}
div#BottomOfPage 
{
	background-image: url('../images/background_bottom.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 8px;
	background-position: left bottom;
}
div.AllContent 
{
    text-align: left;
    width: 935px;
    margin: auto;
    font-size: 12px;
    background-color: #ffffff;
}
div.BackgroundArea 
{
    background-image: url('../images/background_fade.gif');
    background-position: center top;
    background-repeat: repeat-y;
    position: relative;
    width: 950px;
    margin: auto;
}
div#TopBar
{
	width: 935px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background-color: #869bab;
}
p#Copyright 
{
	background-color: #e4e9ed;
	color: #a4a4a4;
	font-size: 10px;
	font-family: Verdana;
	width: 100%;
	text-align: center;
	padding-top: 25px;
}
div#HomeMenuItem 
{
	width: 108px;
	background-image: url(../images/menu_home.gif);
}
div#AboutMenuItem 
{
	width: 108px;
	background-image: url(../images/menu_about.gif);
}
div#CapabilitiesMenuItem 
{
	width: 158px;
	background-image: url(../images/menu_capabilities.gif);
}
div#ServicesMenuItem 
{
	width: 140px;
	background-image: url(../images/menu_services.gif);
}
div#ContactMenuItem 
{
	width: 135px;
	background-image: url(../images/menu_contact.gif);
}
div#LoginMenuItem 
{
	width: 155px;
	background-image: url(../images/menu_login.gif);
}