body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #404040;
	text-align: center;
}
a {
	text-decoration: none;
	color: #006600;
	border-bottom-style: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}

/* containers ------------------------------------------- */

#container {
	width: 775px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#sitetitle {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 80px;
}
#leftbar {
	width: 168px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: left;
}
#mainbody {
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	float: left;
	margin: 0px;
	width: 419px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#rightbar {
	width: 188px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	border: none;
}
#rightbar p {
	font-size: 1.5em;
}

#bottom {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #404040;
	border-bottom-color: #404040;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	clear: both;
}
#wrapper {
	width: 775px;
	padding: 0px;
	margin: 0px;
	background-image:  url("/images/wrapperbkg.gif");
	background-repeat: repeat-y;
	background-position: center;
	border: 0px none;
	/* http://www.dustindiaz.com/min-height-fast-hack goes below*/
	min-height:500px;
	height:auto !important;
	height:500px;
}
#wrapper2 {
	width: 775px;
	padding: 0px;
	margin: 0px;
	background-image:  url("/images/wrapper2bkg.gif");
	background-repeat: repeat-y;
	background-position: center;
	/* http://www.dustindiaz.com/min-height-fast-hack goes below*/
	min-height:500px;
	height:auto !important;
	height:500px;
}
.clearer {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: visible;
	height: 1px;
}

/* container elements ------------------------------------ */

#container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sitetitle h1 {
	color: #0099FF;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottom p {
	margin: 0px;
	font-size: 0.7em;
	padding: 2px 0px;
}

/* zones ------------------------------------------------- */

#navbar {
	color: #333333;
	width: 775px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#navbar form {
	margin: 0px;
	float: right;
}

#quicklinks {
	margin: 0px 0px 5px;
	padding: 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: none;
	border-left: 1px solid #999999;
}
#info {
	background-color: #EEEEEE;
	padding: 2px;
	border: 1px solid #666666;
	margin: 2px;
	display: none;
}
#updated {
	margin: 0px 0px 2px;
	padding: 2px;
	background-color: #666666;
}
.presentation {
	padding: 10px;
}
.imgcenter {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}
.inset {
	margin: 5px 0px 5px 10px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #CCCCCC;
	float: right;
	background-color: #eeffee;
	font-size: .9em;
}
.inset-image {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	border: 1px solid #999999;
	font-size: .9em;
	background-color: #DDFFBB;
}
.mail {
	margin: 5px 0px 5px 10px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #CCCCCC;
	float: right;
	background-image:  url("/images/envelope.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eeeeee;
	font-size: .9em;
}
.oracion {
	margin: 0px;
	padding: 5px 5px 5px 25px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:  url("/images/paperbkg.jpg");
	background-repeat: repeat-y;
	background-position: center;
}

/* zone elements ----------------------------------------- */

#quicklinks a {
	border: none;
}
#quicklinks a:hover {
	border: none;
}
#quicklinks img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#quicklinks ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#quicklinks ul li {
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#quicklinks ul li img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#info p {
	font-size: .7em;
	font-weight: 100;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#info ul {
	margin: 0px 0px 0px 5px;
	list-style-type: none;
	font-size: 0.7em;
	color: #333333;
}
#info ul li {
	padding: 0px;
	margin: 0px;
}
#updated p {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
}
.presentation h3 {
	font-size: 1.3em;
	margin: 0px 0px 25px;
	color: #666666;
	padding: 0px;
}
.presentation h4 {
	font-size: .9em;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #666666;
	clear: both;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
}
.presentation h4 img {
	float: none;
	margin: 0px 5px 0px 0px;
}
.presentation h5 {
	font-size: 0.8em;
	font-weight: 700;
	padding: 2px 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	clear: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.presentation p {
	font-size: .7em;
	margin: 0px;
	padding: 0px 0px 5px 1px;
	text-align: justify;
}
.presentation p.firma {
	text-align: right;
	color:#666666
}
.presentation dl {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
}
.presentation dt {
	font-weight: 700;
}
.presentation dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.presentation dd ul {
	font-size: 1em;
}
.presentation ul {
	margin: 0px 0px 3px 15px;
	list-style-image:  url("/images/blt_points.gif");
	padding: 0px;
	font-size: .7em;
	list-style-position: outside;
}
.presentation ul ul {
	margin: 0px 0px 3px 10px;
	list-style-image:  url("/images/blt_points.gif");
	padding: 0px;
	font-size: 1em;
}
.presentation ul ul ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.presentation ul li {
	color:#000000;
	padding-bottom: 4px;
}
.presentation ul li.raised {
	list-style-image: url(/images/iconnewresource.gif);
}
.presentation ul li.eye {
	background-image: url(/images/iconphoto.gif);
	background-repeat: no-repeat;
	height: 16px;
	list-style-type: none;
	padding-left: 20px;
	list-style-image: none;
	list-style-position: outside;
}
.presentation ul ul li {
	color:#333333;
}
.presentation ul ul ul li {
	color:#666666;
}
.presentation ul dl {
	font-size: 1em;
	color: #333333;
}
.presentation p.right {
	text-align: right;
}
.presentation cite {
	color: #333333;
	text-decoration: none;
	font-style: italic;
	margin-bottom: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: justify;
	font-size: 0.7em;
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 550px;
	display: block;
}
.presentation blockquote {
	font-size: 0.7em;
	color: #666666;
	background-color: #EEEEEE;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}
.presentation img {
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	border: 0px;
}
.presentation img.nofloat {
	margin: 5px 0px;
	padding: 0px;
	border: 0px;
	float: none;
}
.presentation ol {
	margin: 0px 10px 0px 30px;
	padding: 0px;
	font-size: 0.7em;
	list-style-type: decimal;
}
.presentation ol ol {
	font-size: 1em;
}
.presentation ol ul {
	font-size: 1em;
}
.presentation ol li {
	padding: 0px;
	margin: 0px 0px 4px;
}
.presentation ol p {
	font-size: 1em;
}
.presentation ol.letter {
	margin: 0px 10px 0px 30px;
	padding: 0px;
	font-size: 0.7em;
	list-style-type: lower-alpha;
}
.presentation ol.letter li {
	padding: 0px;
	margin: 0px 0px 4px;
}
.presentation ol ol.letter {
	font-size: 1em;
}
.presentation .horizmenu li {
	display: inline;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 2px;
	padding-left: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	line-height: 2em;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006600;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.presentation .horizmenu li a:hover {
}
#info img {
	margin: 0px;
	padding: 0px;
	float: none;
}
.inset p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.inset-image p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.inset-image img {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.oracion p {
	text-align: left;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: .8em;
}
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.mail p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
