/* CSS Document */

* {
	padding: 0;
	margin: 0 auto;
}

html, body {
	height: 100%;
}

table {
	margin: 0;
}

#mainwrap {
	width: 900px;
	text-align: center;
	border: 1px solid #EAEAEA;
	margin-bottom: 10px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}

#top {
	height: 60px;
	min-height: 60px;
	padding: 10px 25px 0 25px;
	background: #442062;
}

#banner {
	float: left;
	width: 900px;	
}

#menu {
	clear: both;
	text-align: left;
	background: #442062;
	border-top: 1px dotted #EAEAEA;
}

#maintext {
	text-align:left;
	clear: both;
}


#text {
	padding: 20px;
}

#footer {
	border-top: 1px solid #EAEAEA;
}

#copyright {
	float: left;
	margin: 8px 0 0 20px;
}

#minilogo {
	float: right;
	margin: 8px 20px 0 0;
}
#rightcolumn {
	width: 300px;
	float: right;
	padding: 15px 20px 0;
}
#leftcolumn {
	width: 540px;
	float: left;
}
#clear {
	clear: both;
}

.footer, .push {
	height: 44px; /* .push must be the same height as .footer */
}

.copyright {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #4A4A4D;
}

.slogan {
	font: 20px/50px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: right;
}

.menu, .menu a:link, .menu a:visited, .menu a:active {
	font: 14px/30px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
}

.menu a:hover {
	font: 14px/30px Georgia, "Times New Roman", Times, serif;
	color: #D7DF21;
	text-decoration: none;
	padding: 0 15px;
}

.title {
	font: 25px/30px Georgia, "Times New Roman", Times, serif;
	color: #442062;
	border-left: 7px solid #442062;
	padding-left: 18px;
}

.titlesimple {
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
	color: #442062;
	border-bottom: 1px solid #442062;
}

.text {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #4A4A4D;
}
.text1 {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #442062;
}
.textNews {
	font: 13px/17px Georgia, "Times New Roman", Times, serif;
	color: #4A4A4D;
}

.images {
	border: 1px solid #FF8F16;
	padding: 4px;
	margin: 30px;
}
