/* MAIN */

#main {
	margin: auto;
	width: 960px;
	margin-top: 10px;
}


/* HEADER */

#header {
	height: 107px;
	background-image: url('img/bg_header.jpg');
	background-repeat: no-repeat;
}

#header {
}

#header_flash {
	margin: auto;
	text-align: center;
}



/* MENU */

#menu {
	width: 180px;
	background-color: #002889;
}

#menu a.item, #menu a.selected {
	display: block;
	height: 25px;
	line-height: 25px;
	font-variant: small-caps;
	vertical-align: middle;
	padding-left: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	background-image: url('img/bg_menu.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#menu a.selected {
	background-color: #6666FF
}

#menu a.item:hover, #menu a.selected:hover {
	text-decoration: none;
	color: #002889;
	background-color: #ffffff;
}




/* SIDEBAR */

#sidebar {
	width: 180px;
	background-color: #002889;
	text-align: center;
}




/* CONTENT */

#content {
	background-color: #002899;
	width: 600px;
}
/*
#content * {
	color: #e0e0e0;
}
*/

#content h1 {
	color: #ffffff;
	font-size: 18px;
	font-variant: small-caps;
	border-bottom: 1px dashed #ffffff;
}

#content p {
	text-align: justify;
	margin-bottom: 20px;
	color: #e0e0e0;
}

#content b {
	font-size: 14px;
	color: #ffffff;
}

.input, .input * {
	color:#000000;
}

/* FOOTER */

#footer {
	height: 70px;
	background-image: url('img/bg_header.gif');
	vertical-align: bottom;
}

#footer, #footer * {
	background-color: #002889;
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding-bottom: 5px;
}
