/* Central Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	background-image: url(img/bgmainempty.jpg);
	background-repeat: repeat-y;
} 
#content {
	width: 539px;
	float: left;
	margin-left: 20px;
	line-height: 22px;
	text-align: justify;
	margin-right: 25px;
}
#leftmenu {
	width: 186px;
	float: left;
}
#leftmenu a:link, #leftmenu a:active, #leftmenu a:visited {
	color: #CEEDC3;
	font-weight: normal;
	text-decoration: none;
}
#leftmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftmenu li {
	margin: 15px 0 15px -10px;
	list-style-type: none;
}
#leftmenu li ul li {
	margin-left: -20px;
}
#leftmenu .bigger {
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
#rightmenu {
	width: 154px;
	float: left;
	background-image: url(img/manos.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 300px
}
#rightmenu a:link, #rightmenu a:visited, #rightmenu a:active {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	line-height: 20px;
	text-align: center;
	background-color: #FFEC9D;
}
#rightmenu a:hover {
	background-color: #FFFFFF;
}
#rightmenu h1, #rightmenu p.centernow {
	text-align: center;
	margin-right: 8px;
}
#rightmenu h2 {
	background-color: #FFCC00;
	margin-right: 8px;
	margin-top: 30px;
}
#rightmenu p {
	margin-right: 8px;
}
#footer {
	clear:both;
	background-image: url(img/footer.jpg);
	height: 178px;
	width: 770px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#footer p {
	text-align: center;
	padding-top: 70px;
	font-size: 15px;
	color: #C5D4DA;
}
#footer:hover p, #footer:hover a:link {
	color: #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #C5D4DA;
	font-weight: normal;
}
/* Form input */
input, textarea, select {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
input:hover, input:active, select:hover, select:active, textarea:hover, textarea:active {
	background-color: #F5F4EB;
	border: 1px solid #000000;
}
label {
	text-align: right;
	display: block;
	float: left;
	width: 70px;
	margin-right: 15px;
}
label.plain {
	text-align: left;
	float: none;
	width: auto;
	margin-right: auto;
}
.jumpright {
	margin-left: 88px;
}


/* Links */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #457B8F;
}
a:hover {
	text-decoration: none;
}

/* General */
.fade {
	font-size: 11px;
	color: #666666;
}
.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
.centerthis {
	text-align: center;
}
li {
	list-style: square;
	margin-top: 9px;
	margin-bottom: 9px;
}
#navaid {
	display: none; 
}
.clear {
	clear:both;
}
.noborder {
	border: 0;
}
.oneborder {
	border 1px;
}/*
.setbox1 {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 5px;
}
.setbox2 {
	border: 1px solid #666666;
	background-color: #EAEAEA;
	margin: 3px;
	padding: 5px;
}*/
.setbox1 {
	border: 1px solid #CCCCCC;
	margin: 15px 3px 15px 3px;
	padding: 5px;
	border-left: 3px solid #666666;
}
.setbox2 {
	border: 1px solid #CCCCCC;
	margin: 15px 3px 15px 3px;
	padding: 5px;
	border-left: 3px solid #666666;
	background-color: #FFFFFF;
}
/* Table */
table {
	font-size: 12px;
}
td {
	vertical-align: top;
}
.thead {
	font-weight: bold;
	background-color: #CCCCCC;
}
.table1 {
	background-color: #F4F4F4;
}
.table2 {
}
.tbottom {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Headers */
h1 {
	font-size: 16px;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
	background-color: #F4F4F4;
	padding: 3px;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
}
