@charset "utf-8";
/* CSS Document */
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

body {
	background-color: #ebe9dc;
	text-align:center;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#990000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {border-style:none}
#image_container { 
width:100%; 
height:100%; 
border:3px solid #999; 
margin:1% auto; 
} 
#image_container img { 
width:100%; 
height:100%; 
} 








table{
	border-collapse:collapse;
}
.table16h{
	border-collapse:collapse;
}

.justify14h{
	text-align:justify;
}

.mainLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
}

.bodyLink {
	color: #550000;
	font-style: italic;
}

.eventLink {
	color: #000000;
	font-size:10px;
}
.headline {
	font-size:14px;
	color:#000000;
}
.rojo{
	color:#990000;
}








/* this text is used by login window on main page
	size is 12 so that it fits in the banner*/
.logintexto{
	font-size:12px;
	color:#000000;
}
/* Sub-level Menu Start */

/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:1;
}

/*Top level list items*/
.suckertreemenu ul li{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#000000;
font-style: italic;
position: relative;
display: inline;
float: left;
z-index:1;
/*background-color: #F3F3F3;*/ /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width:100px; /*Width of top level menu link items*/
padding: 1px 8px;
/*border: 1px solid black;*/
border-left-width: 0;
text-decoration: none;
/*color: navy;*/
color:#000000;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 25;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #F9FAEC;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background-color: #F9FAEC;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
background-color: #F9FAEC;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
color:#000000;
background-color: #F9FAEC;
}

.suckertreemenu ul li a:hover{
/*background-color: #550000;*/
color: #550000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: /*#F3F3F3*/ url(../images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(../images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%; }
/* End */
/* sub-level menu END 
.iebody
{
	background-color: #ebe9dc;
	text-align:	center;
}
*/
.main_style
{
	border: thin solid #FEDE58;
	background-color:#f9faec; 
	margin:0 auto;		/*this centers the div, align="center is deprecated"*/
	text-align: left;
	width:980;	
}

.public_style 
{
	border: thin solid #FEDE58;
	background-color:#f9faec; 
	margin:0 auto;		/*this centers the div, align="center is deprecated"*/
	text-align: left;
	width:980;	
}

#justify
{
	text-align:justify;
	padding-right:1%;
}
#center
{
	text-align:center;
}
#heading
{
	width:100%;
	margin:auto;
	background-image:url(../images/tableBar.jpg);
	text-align:center;
}

div#centerTwo {
position: absolute;
left: 50%;
width: 500px;
margin-left: -250px;
}



.main_style div /* inner div*/
{
	border: thin solid #FEDE58;
	margin:0 auto;		/*	this centers the div, align="center is deprecated"*/
	/* 	text-align: center; 
	text-align: left;
		bad idea: centers text only on mozilla, but tables & buttons too on IE
	*/
	width:98%;
	vertical-align:middle;
	margin-left: 1%;
	margin-top:1%;
	margin-bottom:1%;
}

.main_style div div /* remaining divs need no border*/
{
	width:auto;
	border-style:none;
}

.main_style div table
{
	/*text-align:center; this will center text*/
	cellpadding:2;
	cellspacing:0;
	border: thin solid #FEDE58;
	margin-left: 1%;
	margin-right: auto;
	width:98%;
	/* centers the table
	margin:inherit;
	*/
}

.main_style div table tr
{
	align:center;
	border:inherit;
	cellspacing:3;
}


.main_style div table tr td
{
	line-height:1.5;
	cellpadding:2;
	cellspacing:3;
}


.main_style div table tr th
{
	text-align:left;
	cellspacing:3;
}


.public_style table
{
	border: thin solid #FEDE58;
	width:98%;
	vertical-align:middle;
	margin-left: 1%;
	margin-right: auto;
	margin-top:1%;
	margin-bottom:1%;
}

.public_style table tr
{
	text-align:center;
}
.public_style table tr td
{
	text-align:center;
	width:100%;
}
.public_style table tr td div
{
	text-align:center;
	width:98%;
}
.public_style table tr td p
{
	text-align:justify;
}

.public_style table tr td h2
{
	margin:0 auto;
	text-align:center;
	background-color:#CCCC99;
}
/* makes using list for tables easy */
.toolbar li {
display:inline;
background-color:#eee;
border:1px solid;
border-color:#f3f3f3 #bbb #bbb #f3f3f3;
margin:0;
padding:.5em;
zoom: 1;
} 

div#toggle
{
  margin: 0px 20px 0px 20px;
  display: none; 
}

.left
{
	float:left;
}
.underleft
{
	clear:left;
}
.right
{
	float:right;
}
.reset
{
	clear:none;
}