﻿body {
   behavior: url("csshover3.htc");
}

html
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #FAFAFA;
	text-align: center;
}

form
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#wrap
{
	width: 680px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	min-height: 100%;
	position: relative;
}



#header
{
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}


.menunormal
{
	width: 120px;
	height: 35px;
	display: inline;
	float: left;
	background-image: url(/Images/menunormal.gif);
	background-repeat: no-repeat;
}

.menunormal:hover
{
	background-image: url(/Images/menuselected.gif);
}

.menunormal a
{
	font-family: Arial Narrow;
	font-size: 11px;
	text-decoration: none;
	color: White;
	font-weight: 700;
	letter-spacing: 1px;
}


.menulogin
{
	width: 120px;
	height: 35px;
	display: inline;
	float: left;
	background-image: url(/Images/menulogin.gif);
	background-repeat: no-repeat;
}

.menulogin:hover
{
	background-image: url(/Images/menuselected.gif);
}

.menulogin a
{
	font-family: Arial Narrow;
	font-size: 11px;
	text-decoration: none;
	color: White;
	font-weight: 700;
	letter-spacing: 1px;
}

#content
{
}

#inner-wrap
{
	clear: both;
	padding-top: 10px;
}

#inner-wrap:after
{
	content: " ";
	display: block;
	clear: both;
}

* html #inner-wrap
{
	height: 1px;
}

#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(/Images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	width: 100%;
}

#footertext
{
	color: White;
	height: 20px;
	margin-top: 5px;
	font-size: x-small;
	font-family: Tahoma;
	text-align: right;
	margin-right: 80px;
}


.written
{
	text-align: justify;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-variant: normal;
}

.imagelink
{
	border-style: none;
	border-width: 0;
}

.logo
{
	height: 60px;
}

.logocell
{
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}

.lefttag
{
	float: left;
	text-align: right;
}

.rightcontent
{
	display: inline-block;
	text-align: left;
	padding-left: 5px;
}

