/*Fixed footer at the bottom*/
html
{
height: 100%;
}

body
{
height: 100%;
}

#divSquare
{
position: relative;
min-height: 100%;
background: #cc0000;
margin: 0px auto 0px auto; 
width: 1004px;
}

* html #divSquare
{
height: 100%;
}

#container
{
padding-bottom: 5em;
background: #cc0000;
color: white;
}

#divFooter
{
position: relative;
margin-top: -3.5em;
height: 3.5em;
}
/*Fixed footer at the bottom*/






html {overflow-y: scroll;}
body {
	margin: 0px auto;
	text-align: center;
	background: #cc0000;
}

#divSquare {
	text-align: left;
}

.topnavigationbar {
	background: #cc0000;
	color: #ffffff;
}

.topnavigationbar li {
	float: left;
	padding: 5px;
	height: 36px;
}

.submenu {
	display: none;
}

#content {
	background: #cc0000;
	text-align: center;
	padding-top: 16px;
}



.divThumbnails {
	list-style: none;
}

.divThumbnails li {
	float: left;
}

.divThumbnails li a {
	clear: both;
}

a, a:visited, a:active {
	color: white;
	text-decoration: none;
}

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

.textbody {
	text-align: center;
}



.qaz, .qaz:visited, .qaz:active {
	color: #000000;
}

.qaz:hover {
  color: #0000ee;
}



#divTopBanner {
	width: 468px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 5px;
	overflow: hidden;
}
#bannerMessage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 468px;
	height: 60px;
}


