@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #F9FBFA;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
img {
	border:0;
}
#mainTable {
	height: 100%;
	width: 100%;
}
#menuTop {
	background-image: url(../images/top-menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width:100%;
	height: 64px;
}
#menuTop a {
	color: #FFF;
	text-decoration:none;
	font-size: 20px;
}
#menuTop a:hover {
	color: #3198e0;
}
#header {
	background-image: url(../images/header-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 361px;
}
#menuLeft {
	background-image: url(../images/menu-left-center.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
#menuLeft ul {
	text-align: left;
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 25px;
}
#menuLeft ul li {
	list-style-type: none;
	list-style-image: url(../images/menu-left-bollit.jpg);
}
#menuLeft ul li a {
	height: 35px;
	display: block;
	margin-left: 10px;
	font-size: 18px;
	text-decoration: none;
	color: #285a90;
	margin-bottom: 5px;
	width: 175px;
}
#menuLeft ul li a:hover {
	text-decoration: underline;
}
#cards {
	margin-top: 50px;
	margin-bottom: 25px;
}
#bodyRight h1, #bodyRight p {
	margin: 10px 20px;
	text-align: left;
}
#footer {
	background-color: #81bff5;
	height: 30px;
	font-size: 11px;
	color: #285a90;
	margin-top: 15px;
}
#footer a {
	text-decoration: none;
	color: #285a90;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
}
#mainTable tr td #body tr #bodyRight table tr td .text .text {
	text-align: left;
}

