@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #fff9f1 url(images/page_bgtile.jpg) repeat-x fixed right bottom;
}
#headbar {
	background-attachment: scroll;
	background-image: url(images/header_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 128px;
	width: 100%;
	text-align: center;
}
#spacer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00ADEF;
	height: 10px;
}
#nav {
	text-align: right;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
}
#pageHolder {
	width: 905px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.maintext a {
	color: #4E7785;
}
.maintext a:hover {
	color: #00ADEF;
}


#contable {
	width: 100%;
	height: auto;
}
#contable h1 {
	font-size: 16px;
	color: #42646F;
}
#contable h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #588695;
	margin: 0px 0px 8px;
	padding: 0px;
}


#footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	width: 905px;
	color: #CCCCCC;
	margin: 10px auto 0px;
	padding: 0px;
	text-align: right;
}
#footer1 a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer1 a:hover {
	color: #00ADEF;
	text-decoration: underline;
}


#dropmenudiv{
	position:fixed;
	border:1px solid #00ADEF;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:19px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #00ADEF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #588695;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #00ADEF;
	color: #FFFFFF;
}
#contable h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #588695;
	margin: 0px 0px 10px;
	padding: 0px;
}
#contable ul {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #00AEF1;
	margin: 0px 0px 0px 35px;
	padding: 0px;
}
.keyline {
	border: 1px solid #00ADEF;
}
.bullets {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #00AEF1;
	padding: 0px;
	margin: 2px 0px 3px 20px;
}
.bulletsBot {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #00AEF1;
	padding: 0px;
	margin: 0px 0px 20px 20px;
}
