/* CSS Document */


 #navbar {
	width: 200px;
	height: 580px;
	background-color:#006600;  /* main green */
	z-index: 2;
 }



 .footer {
       text-align:center;
	   font-family:Verdana, sans-serif;
	   font-size:10px;
	   color:#00CC00; /* font color: light green */
 }



 .botones {
       margin:0px 0px 0px 0px; /* top - right - bottom - left*/
       padding:0px 0px 0px 0px; /* top - right - bottom - left*/
       text-transform:uppercase;
       font-family:Verdana, sans-serif;
       font-weight:bold;
       font-size:12px;
	   text-align:center;
       color: #ffffff; /* font color: white */
       background-color:#006600;  /* main green */
       white-space:nowrap;
 }



 .botones a { /* controla la apariencia del link */
 	   display:block;
	   width: 200px;
       margin:0px 0px 0px 0px; /* top - right - bottom - left*/
       padding:10px 0px 10px 0px; /* top - right - bottom - left*/
       font-family:Verdana, sans-serif;
       color:#ffffff; /* font color: white */
       background-color:#006600; /* main green */
       text-decoration:none;
 }



 .botones a:hover { /* controla la apariencia del hover */
 	   display:block;
	   width: 200px;
       margin:0px 0px 0px 0px; /* top - right - bottom - left*/
       padding:10px 0px 10px 0px; /* top - right - bottom - left*/
       font-family:Verdana, sans-serif;
       color:#ffffff; /* font color: white */
       background-color:#FF3300 /* accent orange*/
 }


 
 .scheading { /* main heading formatting for schedule (sc) only */
     font-family: Georgia, "Times New Roman", Times, serif;
	 font-weight: bold;
	 font-size: 25px;
     padding:0px 0px 0px 10px; /* top - right - bottom - left*/

 }



.scsubheading { /* sub heading formatting for schedule (sc) only */
     font-family: Verdana, sans-serif;
	 font-weight: bold;
	 font-size: 14px;
	 color:#333333; /* font color: dark grey */
 }



.scdate { /* date formatting for schedule (sc) only */
     font-family: Verdana, sans-serif;
	 font-weight: bold;
	 font-size: 16px;
	 line-height: 1.5; 
     padding:0px 0px 0px 10px;  /* top - right - bottom - left */

 }



.scevent { /* event formatting for schedule (sc) only */
     font-family: Verdana, sans-serif;
	 font-size: 14px;
	 font-weight:normal;
	 line-height: 1.5;
     padding:0px 0px 0px 10px; /* top - right - bottom - left*/

 }



.scevent_hl { /* event highlight formatting for schedule (sc) only */
     font-family: Verdana, sans-serif;
	 font-size: 14px;
	 font-weight:normal;
	 line-height: 1.5;
     padding:0px 0px 0px 10px; /* top - right - bottom - left*/
	 background-color:#FFFF33; /* yellow highlight */

 }



 .parraf_reg { /* paragraph formatting */
     font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 18px;
	 line-height: 2;
     padding:0px 0px 0px 10px; /* top - right - bottom - left*/

 }



 .parraf_bld { /* paragraph formatting - igual q' parraf_reg pero bold */
     font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 18px;
	 font-weight:bold;
	 line-height: 2;
     padding:0px 0px 0px 10px; /* top - right - bottom - left*/

 }



 .parraf_ita { /* paragraph formatting - igual q' parraf pero italic */
     font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 18px;
	 font-style:italic;
	 line-height: 2;
     padding:0px 0px 0px 10px; /* top - right - bottom - left*/

 }



 .nxtpage {
	   font-family:Verdana, sans-serif;
 	   font-weight:bold;
	   font-size:14px;
	   text-transform: uppercase; 
	   color:#006666; /* accent green */
 }



 .sm1 { /* first level for site map */
     font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 16px;
	 line-height: 1.5;
     padding:0px 0px 0px 10px; /* top - right - bottom - left*/

 }
 


 .sm2 { /* second level for site map */
     font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 16px;
	 line-height: 1.5;
     padding:0px 0px 0px 30px; /* top - right - bottom - left*/

 }
 

 
  .sm3 { /* third level for site map */
     font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 16px;
	 line-height: 1.5;
     padding:0px 0px 0px 60px; /* top - right - bottom - left*/

 }
 
 
 .bottomText_1 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
    text-align: center;
    color:#999;
 }

 
