* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: Tahoma, Arial, Verdana,helvetica;
	font-size: 12px;
	color: black;
	height: 100%;
	text-align: center;
}

hr {
	height: 2px;
	background: #f00;
}

div.container {
	width: 1000px;
	margin: 10px auto 0;
	border: 2px solid #ff0000;
	border-bottom: 0px;
	background: url('img/containerbg.gif') repeat-y;
}

div.topleft {
	width: 158px;
	height: 100px;
	float: left;
	background: url('img/topleft.jpg') no-repeat;
}

div.menu {
	width: 156px;
	height: 100%;
	float: left;
	color: white;
	font-weight: bold;
	text-align: left;
	border-right: 2px #f00 solid;
}

div.menu ul {
	padding: 0px;
	background-color: #ff0000;
}

div.menu ul li a {
	display: block;
	padding: 4px;
	color: #fff;
	text-decoration: none;
}

div.menu ul li a:hover {
	background: #000;
	color: #fff;
}

div.menuonder {
	width: 156px;
	background: #fff;
	text-align: center;
}

div.menuonder th {
	text-align: center;
	font-weight: bold;
}

div.menuonder td {
	text-align: left;
	font-weight: normal;
}

table.menulinktable {
	border-color: red;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	margin: 30px auto;
}

table.menulinktable th {
	background: #f00;
	color: #fff;
	font-weight: bold;
}

table.menulinktable td {
	padding: 2px 0;
}

div.header {
	width: 842px;
	height: 185px;
	float: right;
	background: url('img/topright.jpg') no-repeat;
}

div.mva_login {
	padding: 148px 20px 0 0;
	float: right;
}

div.mva_login input {
	border: 2px #ff0000 solid;
}

div.mva_login input.submit {
	border: 2px #ff0000 solid;
	background: #f00;
	color: #fff;
}

div.mva_login table {
	font-size: 14px;
	font-weight: bold;

}

div.content {
	width: 822px;
	height: 100%;
	float: left;
	padding: 10px;
	text-align: left;
}

div.mainfooter {
	margin: 0 auto;
	color: red;
	width: 1004px;
	height: 30px;
	background: url('img/footer.gif');
}

div.footer {
	margin: 10px 0 0 0;
	font-size: 10px;
	text-align: center;
}

a {
	color: #ff0000;
	text-decoration: underline;
}

a:hover {
	color: 000000;
	text-decoration: none;
}

input {
	border: 1px solid #ff0000;
/* 	width: 200px; */
}

textarea {
	border: 1px solid #ff0000;
	width: 200px;
}

select {
	border: 1px solid #ff0000;
	width: 200px;
}

input.submit {
	width: 100px;
}