* { margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: black; }

body {
	margin-top: 0px;	
	background-color: #ffffff;
}

ul { list-style: none; }

#logo {
	display: inline;
}

img { display: inline; margin: 0; }

#maintable {
	width: 900px;
	min-height: 600px;
	margin: 0 auto;
	border: 0;
	background: #e7e7ef;
}

#maintable, #maintable td, #maintable tr {
	border: 0;
	border-collapse: collapse !important;
}

a img {border: 0; display: inline;}

:focus { outline: 0; }

#main_menu {
	background: url(../images/menu_icare.png) no-repeat center center #ffffff;
	text-align: center;
}

.main_menu {

}

#content {
	min-height: 300px;
	overflow: auto;
	margin: 10px;
}

#content h1 {
	font-size: 14px;
	margin-bottom: 10px;
}

.main_menu,
.main_menu li {
	display: inline;
}

.main_menu li.selected a {
	color: #284CC4;
}

.main_menu li a {
	margin: 0 10px 0 0;
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.main_menu li a:hover {
	text-decoration: underline;
}

/*
#header img,
#footer img {
	float: left;
	display: block;
}
*/

#newsletter {
	width: 250px;
	height: 20px;
	margin-left: 650px;
	margin-top: -150px;
	padding-bottom: 130px;
	clear: both;
}

#newsletter p {
	color: white !important;
}

#newsletter input[type="submit"] {
	border: 0;
	background: #284CC4;
	font-weight: bold;
	color: #FCFDDF;
	cursor: pointer;
}

#newsletter input[type="text"] {
	width: 138px;
	height: 18px;
	line-height: 18px;
	background: url(../images/text.png) no-repeat;
	text-align: center;
	color: #284CC4;
	font-weight: 10px;
	border: 0;
}

.more_link {
	color: #284CC4;
	font-weight: bold;
	text-decoration: none;
}

.more_link:hover {
	text-decoration: underline;
}