@charset "utf-8";
/* CSS Document */

body {
	background-color: #3E60A0;
	padding: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	height: auto;
	width: auto;
}

#main {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	height: 719px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: none;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

p{
	font-size:18px;
	font-weight:bold;
}

#header {
	text-align:center;
	padding-bottom: 20px;
}

#footer {
	position: absolute;
	bottom: 0px;
	padding: 0px;
}

#bglogo {
	background-image:url(images/mnhypo.png) repeat-no;
}

#bottommenu {
	position: relative;
	top: -15px;
}
#bottommenu td {
	width: 240px;
	height: 32px;
	background-image:url(images/menubg.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

#bottommenu th {
	vertical-align:text-top;
	text-align: left;
	padding: 0px;
}

