* { padding: 0; margin: 0; }



body {

    font-family: Arial, Helvetica, sans-serif;

    font-size: .8em;
        
    padding:0px;

    background-color:#A7D1E4;

        background-image:url(/imgs/backlemmons5.jpg);
        
        background-repeat: repeat-y;
        
        background-position: top center;

}

#wrapper { 
 
    margin: 0 auto;

    padding: 0;

    width: 750px;

    background-color: #ffffff;


}



#header {

    color: #333;

    width: 750px;

    padding: 0;

    height: 334px;

    margin: 0;

    background: #fff url(/imgs/marcelaheader.jpg);
	
    background-repeat:no-repeat;


}




			/*RIGHT COLUMN */ 

#rightcolumn { 

   display: inline;

   color: #333;

   margin-top:10px;

   padding:0px;

   width: 260px;

   float: right;

	background-image:url(/imgs/sidenav.jpg);

	background-repeat:no-repeat;

}

			/*LEFT COLUMN */ 

#leftcolumn { 

    float: left;

    color: #333;

    margin:0px;

    padding:5px 0px 0px 20px;

    width: 460px;

    display: inline;

    position: relative;

    text-align:justify;

}


#leftcolumn p { 

    margin: 0px;

    padding: 0px 16px 16px 0px;

    line-height: 1.5em;

    color:#546069;

    font-size:1em;


}

			/*LINKS*/ 

#leftcolumn a, #footer a{

    border-bottom: 1px dotted; 
  
    color:#017BC4;
  
    text-decoration:none;

}



#leftcolumn a:hover, #footer a:hover{

    border-bottom: 1px solid;
    
    text-decoration:none;

}



#leftcolumn ul

{ margin: 2px 0px 5px 16px;

  padding: 0px;

}


#leftcolumn ul li

{ list-style-type: round;

  margin: 5px 0px 8px 10px; 

  padding: 0px;


    color:#657177;
}




			/*FOOTER*/ 

#footer {

    font:1em Arial,Helvetica,sans-serif;

    margin:auto;

    width:700px;

    padding:10px 0 20px 0;

    height:auto;

    background-color:#FFF;

    text-align:center;

    border-top: 1px dashed #858585; 
 

}



#footer p {

    color:#657177;

}


#footer a {

    text-decoration:none;

    color:#0FB0DE;

}



#footer a:hover {

    color:#0C81A3;

}


			/*HEADERS */ 

h1 {
 
    font-size:1.4em;
 
    color:#053B61;

    padding: 5px 0px 5px 0px;

}

h2 {
 
    font-size:1.3em;
 
    color:#C54842;

    padding: 5px 0px 10px 0px;

    border-bottom: dotted 1px #BA2D11;

}

h3 {
 
    font-size:1.1em;
 
    color:#667DA8;

    padding:0px 0px 10px 0px;

}


h4 {
 
    font-size:1.1em;
 
    color:#6D6B6B;

    padding:0px 0px 10px 0px;

}



			/*EXTRAS*/ 

.clear { clear: both; background: none; }


.highlight {

        
    background-color:yellow;
    
}



.attention {

        
    background-color:green;

    color:white;
    
}


img { 

  border:none; 


}

img a { 
  border: none; 


}

/* START OF THE FORM CSS */
div#formcontainer {width:395px; margin-left:0px; margin-top:20px;}
div#formcontainer form  {border:2px solid #ffffff;}
div#formcontainer div.clearfix {border-top: 1px solid #ffffff;} /* adds the line above each section and provides vertical spacing */
div#formcontainer form label {width:120px; float:left; color:#5988B8; font-size:7.9pt;} /* this is the text label on the left of each input */
/* END OF THE FORMS CSS*/








			/*Ordered List */ 

#leftcolumn ol

{ margin: 2px 0px 5px 16px;

  padding: 0px;

}


#leftcolumn ol li

{ 

  margin: 5px 0px 8px 10px; 

  padding: 0px;


    color:#2B72A0;

}


