body
{
	margin: 0px;
}

body.contentbackground
{
	margin: 0px;
}

form
{
	margin: 0px;
}

.container
{
	width: 100%;
	margin: 0px;
	position: relative;
}

div#logo
{
	background-color: transparent;
}

.staticlinks
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: black;
	color: white;
	vertical-align: middle;
	text-align: center;
	padding: 1px 3px;
}

	.staticlinks a
	{
		padding: 0px 4px;
	}

	.staticlinks a:link
	{
		color: white;
		font-family: arial, verdana, helvetica, sans-serif;
		text-decoration: none;
		font-weight: normal;
		font-size: 12px;
	}

	.staticlinks a:visited
	{
		color: white;
		font-family: arial, verdana, helvetica, sans-serif;
		text-decoration: none;
		font-weight: normal;
		font-size: 12px;
	}

	.staticlinks a:hover
	{
		color: red;
	}

	.staticlinks input
	{
		font-size: 10px;
		font-family: arial, verdana, helvetica, sans-serif;
	}

.navbar
{
	text-align: left;
	background-color: blue;
	color: white;
	padding: 3px;
	vertical-align: top;
}

	.navbar ul
	{
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		white-space: nowrap;
	}

		.navbar ul li
		{
			display: inline;
			list-style: none;
			padding: 0px 2px;
			margin: 0px;
			text-indent: 0px;
			font-size: 12px;
			font-weight: normal;
		}

			.navbar ul li ul
			{
				display: none;
				position: absolute;
				top: 0px;
				left: 0px;
				list-style: none;
				background-color: blue;
				padding: 0px;
			}

				.navbar ul li ul li
				{
					display: block;
					list-style: none;
					margin: 0px;
					padding: 0px 2px;
				}


	.navbar a:link
	{
		color: white;
		font-family: verdana, helvetica, arial, sans-serif;
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
		white-space: nowrap;
	}

	.navbar a:visited
	{
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		font-family: verdana, helvetica, arial, sans-serif;
	}

	.navbar a:hover
	{
		color: red;
		text-decoration: none;
	}

	.navbar a.on:link
	{
		color: yellow;
		font-family: verdana, helvetica, arial, sans-serif;
		font-weight: bold;
		text-decoration: none;
		font-size: 10px;
		white-space: nowrap;
	}

	.navbar a.on:visited
	{
		color: yellow;
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		font-family: verdana, helvetica, arial, sans-serif;
	}

	.navbar a.on:hover
	{
		color: red;
		text-decoration: none;
	}

#content
{
   margin: 10px;
}
