body 
{
	margin: 0;
}

p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }

#staticNavigation,
.staticNavigation
{
	position: fixed;
        z-index: 10;
}

#staticNavigationLogo
{
	position: fixed;
}

a:link, a:visited {
	color: #1B3566;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

#largeSpace
{
	height: 40px;
	width: 800px;
	background-color: #A3AFBF;
}

#logo
{
	height: 130px;
	width:  185px;
}

#header
{
	height: 130px;
	width: 615px;
}

