@charset "utf-8";

body {
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/bg3.png);
	background-repeat: repeat-y;
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma, helvetica, arial, verdana;
	font-size: 0.85em;
}

.title {
	color: #166881;
	font-size: 45px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 0px 0px;
	text-align: right;
}

.subtitle {
	color: #166881;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

a {
	color: #166881;
	text-decoration: none;
	border-bottom: dotted 1px #166881;
}

a:hover {
	background-color: #dddddd;
	color: #166881;
	text-decoration: none;
	border-bottom: solid 1px #166881;
}

a.menu {
	background-color: #166881;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	padding: 2px;
}

a.menu:hover {
	background-color: #ffffff;
	color: #166881;
	text-decoration: none;
	font-size: 14px;
	padding: 2px;
}

/* CSS STICKY FOOTER */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -37px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 37px; /* .push must be the same height as .footer */
}

.inner {
	padding: 0px 10px 10px 10px; background: #ffffff url(../images/inner_bg2.png) repeat-x;
}