/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

body
{
    font: normal 30px Arial  color:  #e9bfa7e;
	background-color: #FFE4B5;
	/* e9bfa7 pink beige changed sunday 20 11 to yellow FDEC71 ORIGINAL 4TH DEC 05 *
	/* SUNDAY 4TH DEC 05 CHANGED YELLOW TO ECCE59 THEN TO FCCE32 AT 1805 
	*/                               */
	/* #FCCE32 changed to #FFE4B5 thurs 1/6/06 */
	
	
	/* #fbb917 goldenrod1 was old background */
}
/* these are the font styles for the links that appear on your web page */
a:link {font: normal 13px Arial; color: #400080; text-decoration: none;} 
a:active {font: normal 13px Arial; color: #400080; text-decoration: none;}
a:visited {font: normal 13px Arial; color: #400080; text-decoration: none;}
a:hover {font: bold 13px arial; color: #4B1A95; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #807395;
	 height: 600px;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    width: 780px;
}

.title
{
    /* this is the styling for the title.  Semantically, this should be an h1 */
	/* padding all four sides of the div in order top, right, bottom, left */
    /*  the title bar with EL CERRO N0 5 BOX FILL COLOUR   */ 
background-color: #FFE4B5;
    	/* changed to FFE4B5 THURS 1/6/06 */
		 /* CHANGED TO FCCE32 SUN 4TH DEC 05*/
		 /* #625cbc CHANGED TO 400080 SUN 20 11*/
	 /* TITLE FONT COLOUR */
	 color: #400080;
	/* CHANGED FROM  CAC8E8 TO 400080 SUN 20 22*/
 
	 font-weight: normal;
    font-size: 36px;
	padding: 15px 20px 10px 20px;

	font-family: Arial;
}

.title2 
{
    color: white;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle {
	color: White;
	font-face: Ariel;
    font-weight: bold;
    font-size: 14px;
	font-face: arial;
}

.content
{
    /* this describes the container of the content paragraphs. */
    /* also defines the font colour of body text and is the 
	 colour of the descriptive text on this page	*/
	 
	 padding: 20px 20px 0px 20px;  /* keeps text off the borders */
	
    font-size: 15px; color: #400080;
	color: 625cbc;
   /* 625cbc CHANGED TO 400080 SUN 20 11 */
	 
	 padding: 10px;
	margin: 0px;
	font-family: Arial;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 80px;
}

.sidebar
{
    width: 150px;
    /* was 150*/
	 
	 height: 202px; /* remove this to allow different-sized sidebars */
    background-color: #FFE4B5;
    /* this background colour is the actual sidebar fill colour */
	 /* CHANGED FROM 625CBC TO FDEC71 SUN 20 11 */ 
	 /* THEN TO FCCE32 4TH DEC O5 */
	 color: #FF4500;
    font-weight: bold;
    padding: 10px 0px 5px 10px;

}

.sidebaritem
/* this is the colour of the text boxes*/
{
    width: 130px;
    background-color: #cac8e8;
    /* cac8e8 */
	 /* was c58917 */
	 color: #807395;
    border: solid 1px #4B1A95;
    font-size: 14px;
	 color: #ffffff;
    padding: 2px;
    margin-bottom: 3px;
    font-face: arial;
}
.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#807395;
	font-size: 10px;
	font-face: arial;
	text-align: center;
}