/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFE7;
}

a:link {
	color: #8B2527;
	text-decoration: none;
}
a:visited {
	color: #8B2527;
	text-decoration: none;
}
a:hover {
	color: #80661a;
	text-decoration: none;
}
a:active {
	color: #8B2527;
	text-decoration: none;
}
.style1 { color: #80661a; font-weight: bold; font-family: Verdana; font-size: 11px; margin-left: 40px; margin-right: 40px; }
.style2 { color:#8B2527; }
.style3 { color: #000000; font-family: Times New Roman; font-size: 14px; }
.style4 { color: #000000; font-weight: bold; font-family: Verdana; font-size: 11px; }
.style5 { color: #80661a; font-weight: bold; font-family: Verdana; font-size: 11px; background:#FAF5E6 url(images/agrement_border.gif) no-repeat top center; }
.style6 { color: #80661a; font-family: Verdana; font-size: 10px; }
.style7 { color: #8B2527; font-family: Verdana; font-size: 11px; font-weight: bold; }

.principal {
	position: absolute;
	margin-top: 0px;
	width: 100%;
}

.header {
	margin: 0px 0px 0px -480px;
	left: 50%;
	width: 960px;
	position: relative;
	z-index: auto;
}

.separator {
	background-color: #FAF5E6;
    background-repeat: no-repeat;
	width: 960px;
	height: 20px;
}

.logo {
	margin: 0px;
	width: 300px;
	height: 100px;
}
.entry-title { color: #4040FF; font-weight: bold; font-family: Verdana; font-size: 20px; }
.entry-subtitle { color: #000080; font-weight: bold; font-family: Verdana; font-size: 12px; }
.entry-description { color: #C0C0C0; font-weight: bold; font-family: Verdana; font-size: 15px; }

.butoane {
	margin: 0px 0px 0px 500px;
	width: 600px;
	height: 50px;
}

.content {
	margin: 25px 0px 0px -480px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	position: relative;
	z-index: auto;
}

.content p { color: #808080; font-weight: bold; font-family: Verdana; font-size: 12px; line-height: 1.6; font-style: italic;
	background-color: #FAF5E6;
	margin-top: -20px;
	padding: 10px 20px 20px 20px;
}

.footer {
	margin: 20px 0px 0px -480px;
	padding-left: 5px;
	height: 50px;
	left: 50%;
	width: 960px;
	position: relative;
	z-index: auto;
	background: #FAF5E6;
	text-align: center;
}

.footer p { color: #C0C0C0; font-weight: bold; font-family: Verdana; font-size: 15px; float:left; padding-left: 7px; margin-bottom: 30px;}
.footer span { color: #A8A8A8; font-weight: bold; font-family: Verdana; font-size: 12px; }

#navmenu {
	margin: 0;
	padding: 0;
}

#navmenu ul {
	margin: 0;
	padding: 0;
	height:30px;
}

#navmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	background: none;
}

#navmenu ul li a {
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	height:30px;
	width:100px;
	display:block;
	color:#000066;
	padding-top:7px;
}

#navmenu ul ul {
	position:absolute;
	visibility: hidden;
	top:30px;
	z-index: 1;
}

#navmenu ul li:hover ul {
	visibility:visible;
}

#navmenu ul ul li a {
	background: #FFFFDD;
	border-radius: 25px;
}

#navmenu ul ul li a:hover {
	background: #FEFFD7;
}

#navmenu li a:hover {
	text-decoration: none;
	color: #D80000;
}

#navmenu ul li:hover ul li a:hover {
	text-decoration: underline;
	color: #D80000;
}
 