body {
	background: #ffffff;
	padding:0px;
	margin:0px;
}

div#center {
	background:#ffffff;
	position: absolute;
	display:block;
	margin: auto auto auto -400px;
	left: 50%;
	top: 2%;
	width: 800px;
}

hr {
	position:relative;
	width:800px;
	height:5px;
	background-color:#1a4788;
	
	border:0px solid #ffffff;
	margin-bottom:0px;
	margin-top:2px;
	padding:0px;
}

div.tores {
	clear: both;
}

/*HEADER*/
div.header {
	position:relative;
	width:800px;
	height:65px;
	margin:0px;
	padding:0px;
}

div.header a.logo {
	border:0px;
	color:#ffffff;
	cursor:pointer;
}

div.header div.logo {
	position:relative;
	float:left;
	width:540px;
	height:65px;
	background: url("../images/header.jpg") no-repeat;
	padding:0px;
	margin:0px;
}

/*MAIN MENU*/

div.menu {
	position:relative;
	display:block;
	width:800px;
	height:25px;
	padding:0px;
	margin:0px;
}

	div.menu div.button_left {
		position:relative;
		display:block;
		float:left;
		width:149px;
		height:25px;
		border-right: 1px solid #ffffff;
		
	}

	div.menu div.button_left a {
		position:relative;
		display:block;
		font-family:Verdana;font-size:10px;font-weight:bold;text-align:center;text-decoration:none;color:#ffffff;
		padding-top:5px;
		width:149px;
		height:20px;
		background: url("../images/menu_left.jpg") 0px -25px no-repeat;
	}

	div.menu div.button_left a:hover {
		color:#ffffff;
		background: #1c63a1 url("../images/menu_left.jpg") 0 0 no-repeat;
	}

	div.menu div.button {
		position:relative;
		float:left;
		width:124px;
		height:25px;
		border-right: 1px solid #ffffff;
	}

	div.menu div.button a {
		position:relative;
		display:block;
		font-family:Verdana;font-size:10px;font-weight:bold;text-align:center;text-decoration:none;color:#ffffff;
		background:#000000;
		padding-top:5px;
		width:124px;
		height:20px;
	}

	div.menu div.button a:hover {
		color:#ffffff;
		background:#1a4788;
	}

	div.menu div.button_right {
		position:relative;
		float:left;
		width:149px;
		height:25px;
	}

	div.menu div.button_right a {
		position:relative;
		display:block;
		font-family:Verdana;font-size:10px;font-weight:bold;text-align:center;text-decoration:none;color:#ffffff;
		padding-top:5px;
		width:149px;
		height:20px;
		background: url("../images/menu_right.jpg") 0px -25px no-repeat;
	}

	div.menu div.button_right a:hover {
		color:#ffffff;
		background: #1c63a1 url("../images/menu_right.jpg") 0 0 no-repeat;
	}


/*FOOTER*/

div.footer {
	position:relative;
	width:700px;
	height:20px;
	margin-left:50px;
	border-top: 2px solid #1c63a1;
	margin-bottom:40px;
}

div.footer div.info1 {
	position:relative;
	float:left;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	margin-top:10px;
}

div.footer div.info {
	position:relative;
	float:left;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	border-left: 2px solid #9c9b9b;
}

div.footer a {
	color:#9c9b9b;
	text-decoration:none;
}

div.footer a:hover {
	color:black;
	text-decoration:underline;
}
